freez
About
- Username
- freez
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Working now as designed! Thanks for your effort! So no wrong pins etc ;-) the problem was exactly in the code i pasted above only i was mistaking the file it was in (was a bit hard to see what file was open due to the many tabs). But after all this …
-
I was just starting to migrate my firmware to the m106 setup. But i will give it another go, will keep you updated.
-
But still there could be small difference's because of mechanical differences in motors,belts etc. what makes different steps for each tower not strange i think
-
Still strange that RAYwB was able to reproduce the not functioning m5 command. Running my delta on ramps 1.4.
-
So in my case (i have a delta printer) there are no different steps for each tower? also it's already on 3#define DRIVE_SYSTEM 3
-
I really don't get it. Switched the pin number of the laser and the case light to see what happens. This is also very pleasant because now i can see easy when the laser is on (case light). But the problem is the same, during all moves it stays on. W…
-
Thank you for the answer, i understand now why. Just to make the final code shorter.
-
the else if statement. Now c is not my native programming language, so i could be mistaken ofcourse. :-) Looking longer at this code i think this is not the problem. Sometimes a bit hard to read c code. I thought that the else if was a part of the i…
-
This seems a bit unlogical: #if defined(SUPPORT_LASER) && SUPPORT_LASER else if(Printer::mode == PRINTER_MODE_LASER) { p->secondSpeed = ((p->delta[X_AXIS] != 0 || p->delta[Y_AXIS] != 0) && (LaserDriver:…
-
Will try to analyse the source code first. Maybe i can find a clue there.
-
In my script above i tried everything. m3 s0 and also m3 s255 both in combinations with g0 and g1 all with the same result.
-
And in my case i cannot do a move without laser turned on. A possible workaround would probably be switch from printer mode to laser mode all the time :-)
-
but also during the g0 moves
-
Thanks for your effort. I have the same memory warning for more then one year. But I 3d printed a lot of stuff without problems. So i expect that is not my problem. My mega could be wrong, but on the other hand my dual extruder works, heated bed, l…
-
No problem, i use a ramps board 1.4. Good to know that you are using the same version. Tonight i would also try the light pin because that one is working for the light and re-assign the light to another pin in the config. Also i have chosen D4 becau…
-
Wiring? I just measure the state of my D4 pin. So it must be a software thing.
-
Sounds as a solid plan! Thanks!
-
Turning on laser mode and doing z moves is not strange in my opinion. I have a delta printer and i can image that you change the height to burn the next layer (change the focus point). Also in my case m3 s0 or m3 s255 and m5 gives all the same resul…
-
Just to make sure i tested it and it does not do what i want. It just controls the initial state of the lights so ON/OFF. It does not invert the logic levels Also code confirms my observations the state of the lights is only depended of the logic le…
-
Thank you for your fast response. But I think that is not what i want. Current config: lights off = pin low , lights on = pin high.I wanna have: lights off = pin high, lights on = pin low The reason behind this is that i controll my light with a…
-
Are there any plans to support PWM in the near future? Since the Gcode allready seems to support intensity.
-
This tool is also for repetier. I used it also!