We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686ce0c commit ecdf07fCopy full SHA for ecdf07f
Marlin/src/gcode/calibrate/M48.cpp
@@ -112,7 +112,7 @@ void GcodeSuite::M48() {
112
set_bed_leveling_enabled(false);
113
#endif
114
115
- TERN_(HAS_PTC, ptc.set_enabled(parser.boolval('C', true));
+ TERN_(HAS_PTC, ptc.set_enabled(parser.boolval('C', true)));
116
117
// Work with reasonable feedrates
118
remember_feedrate_scaling_off();
0 commit comments