Marlin_Firmware/Marlin/src/gcode
Marcio Teixeira 109e67169c 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.
2019-02-22 15:35:32 -06:00
..
bedlevel Update copyright in headers 2019-02-12 15:30:11 -06:00
calibrate Coding standards 2019-02-19 14:58:39 -06:00
config Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
control Fix init of power supply pin 2019-02-20 05:29:05 -06:00
eeprom Update copyright in headers 2019-02-12 15:30:11 -06:00
feature Add more parameters to M240 2019-02-20 14:51:36 -06:00
geometry Update copyright in headers 2019-02-12 15:30:11 -06:00
host Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
lcd Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
motion Update copyright in headers 2019-02-12 15:30:11 -06:00
probe Update copyright in headers 2019-02-12 15:30:11 -06:00
scara Update copyright in headers 2019-02-12 15:30:11 -06:00
sdcard Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00
stats Service interval watchdog (#13105) 2019-02-12 15:58:56 -06:00
temperature Update copyright in headers 2019-02-12 15:30:11 -06:00
units Update copyright in headers 2019-02-12 15:30:11 -06:00
gcode.cpp Define G21 as NOOP w/o INCH_MODE_SUPPORT (#13229) 2019-02-22 15:35:32 -06:00
gcode.h Add PHOTO_GCODE option, photo trigger physical move (#13168) 2019-02-14 15:09:35 -06:00
parser.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
parser.h Update copyright in headers 2019-02-12 15:30:11 -06:00
queue.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
queue.h Update copyright in headers 2019-02-12 15:30:11 -06:00