Move G5 to cpp

This commit is contained in:
Scott Lahteine
2017-09-15 21:28:54 -05:00
parent 760f29a88e
commit 56f4a43535
3 changed files with 13 additions and 13 deletions

View File

@ -112,7 +112,6 @@ void GcodeSuite::dwell(millis_t time) {
//
// Placeholders for non-migrated codes
//
extern void gcode_G5();
extern void gcode_G12();
extern void gcode_G17();
extern void gcode_G18();
@ -299,7 +298,7 @@ void GcodeSuite::process_next_command() {
#if ENABLED(BEZIER_CURVE_SUPPORT)
case 5: // G5: Cubic B_spline
gcode_G5();
G5();
break;
#endif // BEZIER_CURVE_SUPPORT