Closed kirevdokimov closed 2 years ago
Oh, I see I can simply use Individual commands to set up what does pen up and pen down means
What's about inverting the motion direction via $3? To have the "normal" CNC behavior? https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration#---view-grbl-settings
Oh wow, $3=4 (dir port invert mask:00000100)
worked for me, thank you @svenhb :)
I have a plotter where z-axis directed down, so
Z 25
,Z -25
,but I cannot set the values to the setup because pen down should be negative and pen up should be positive.
How to handle this situation?