This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src
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
..
config Fix Creality CR-10 S5 filament change (#13219) 2019-02-21 05:40:49 -06:00
core Use 8-bit i2c address on LPC platform 2019-02-20 06:27:26 -06:00
feature Use 8-bit i2c address on LPC platform 2019-02-20 06:27:26 -06:00
gcode Define G21 as NOOP w/o INCH_MODE_SUPPORT (#13229) 2019-02-22 15:35:32 -06:00
HAL Use 8-bit i2c address on LPC platform 2019-02-20 06:27:26 -06:00
inc HAL cleanups 2019-02-20 06:27:26 -06:00
lcd Fix autotemp_factor menu setting (#13226) 2019-02-22 15:30:17 -06:00
libs Update copyright in headers 2019-02-12 15:30:11 -06:00
module Fix compile error with JUNCTION_DEVIATION 2019-02-20 04:54:26 -06:00
pins Update LPC1769 Pins Files (#13183) 2019-02-21 00:54:05 -06:00
sd Coding standards 2019-02-19 14:58:39 -06:00
Marlin.cpp Fix init of power supply pin 2019-02-20 05:29:05 -06:00
Marlin.h Add HAS_FILAMENT_SENSOR ahead of 12962 2019-02-12 20:13:20 -06:00