Usage of G28 #1975
khturnings
started this conversation in
General
Usage of G28
#1975
Replies: 1 comment
-
I've got the same problem and made an electronic AutoSquare module that has to work with the G28 command to stop when reaching limit switches for that direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is a known issue/feature that GCode files with G28 in them can cause some issues with unexpected gantry movement especially with those new to CNC like me. My gantry slammed into my end stops and tried to keep going!
According to http://linuxcnc.org/docs/html/gcode/g-code.html#gcode:g28-g28.1 info on G28 is stored in parameters 5161-5166 and is set by using G28.1
Can an error check be done when loading the GCode file to find out if these parameter values are set (i.e. if they have never been set they will be a default value) or if they are outside the machine size limits, then give a warning or offer to fix the GCode file and reload or something like that?
Beta Was this translation helpful? Give feedback.
All reactions