Implement reversed CORE options
This commit is contained in:
parent
e3c8318504
commit
1864b282c5
7 changed files with 110 additions and 88 deletions
|
|
@ -3044,7 +3044,7 @@ inline void gcode_G4() {
|
|||
SERIAL_ECHOLNPGM("Delta");
|
||||
#elif IS_SCARA
|
||||
SERIAL_ECHOLNPGM("SCARA");
|
||||
#elif ENABLED(COREXY) || ENABLED(COREXZ) || ENABLED(COREYZ)
|
||||
#elif IS_CORE
|
||||
SERIAL_ECHOLNPGM("Core");
|
||||
#else
|
||||
SERIAL_ECHOLNPGM("Cartesian");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue