Problem with sending commands. #601
-
I have anycubic i3 mega printer and there's some problem with sending commands. Let's see commands A and B for example. If i send A one time, printer does it. For the second and more time I send it, printer doesn't do it. Then i send B one time, printer does it. For the second and more time I send it, printer doesn't do it. And if i send A again one time, printer does it and so on. What is the reason of this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
what FW version are you using ? |
Beta Was this translation helpful? Give feedback.
-
Try G1 Z10 F600 then G1 Z0 F600 |
Beta Was this translation helpful? Give feedback.
you misunderstood the gcode I think
you use real positions - when you should use relative positions
you cannot go to z-10, you need to jog from -10 mm (incremental change) from position 10mm
https://gcodetutor.com/gcode-tutorial/g90-g91-gcode.html