-
- Downloads
Define G21 as NOOP w/o INCH_MODE_SUPPORT (#13229)
Ticket #13228 If `INCH_MODE_SUPPORT` is undefined, G20 is an unknown command as it should be (Marlin is, by default, operating in metric mode). G21, however, is found in many slicers and printer start gcode sections and should be accepted (as a NOOP) to avoid the unknown commands.
Please register or sign in to comment