Move G27 to cpp
This commit is contained in:
parent
a1ee1628e5
commit
13136376ee
3 changed files with 13 additions and 7 deletions
|
|
@ -116,7 +116,6 @@ void GcodeSuite::dwell(millis_t time) {
|
|||
//
|
||||
// Placeholders for non-migrated codes
|
||||
//
|
||||
extern void gcode_G27();
|
||||
extern void gcode_G30();
|
||||
extern void gcode_G31();
|
||||
extern void gcode_G32();
|
||||
|
|
@ -345,7 +344,7 @@ void GcodeSuite::process_next_command() {
|
|||
|
||||
#if ENABLED(NOZZLE_PARK_FEATURE)
|
||||
case 27: // G27: Nozzle Park
|
||||
gcode_G27();
|
||||
G27();
|
||||
break;
|
||||
#endif // NOZZLE_PARK_FEATURE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue