Indent G30, G31/G32
This commit is contained in:
parent
ffe27a6225
commit
b0d520b109
@ -5265,24 +5265,24 @@ void process_next_command() {
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_AUTO_BED_LEVELING
|
#ifdef ENABLE_AUTO_BED_LEVELING
|
||||||
|
|
||||||
#ifndef Z_PROBE_SLED
|
#ifndef Z_PROBE_SLED
|
||||||
|
|
||||||
case 30: // G30 Single Z Probe
|
case 30: // G30 Single Z Probe
|
||||||
gcode_G30();
|
gcode_G30();
|
||||||
break;
|
|
||||||
|
|
||||||
#else // Z_PROBE_SLED
|
|
||||||
|
|
||||||
case 31: // G31: dock the sled
|
|
||||||
case 32: // G32: undock the sled
|
|
||||||
dock_sled(codenum == 31);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#endif // Z_PROBE_SLED
|
#else // Z_PROBE_SLED
|
||||||
|
|
||||||
#endif // ENABLE_AUTO_BED_LEVELING
|
case 31: // G31: dock the sled
|
||||||
|
case 32: // G32: undock the sled
|
||||||
|
dock_sled(codenum == 31);
|
||||||
|
break;
|
||||||
|
|
||||||
|
#endif // Z_PROBE_SLED
|
||||||
|
|
||||||
|
#endif // ENABLE_AUTO_BED_LEVELING
|
||||||
|
|
||||||
case 90: // G90
|
case 90: // G90
|
||||||
relative_mode = false;
|
relative_mode = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user