This commit is contained in:
kisslorand
2022-12-04 12:45:19 +02:00
committed by InsanityAutomation
parent a0ed4d51bc
commit 7e0478c97d
+1 -1
View File
@@ -112,7 +112,7 @@ void GcodeSuite::M48() {
set_bed_leveling_enabled(false);
#endif
TERN_(HAS_PTC, ptc.set_enabled(!parser.seen('C') || parser.value_bool()));
TERN_(HAS_PTC, ptc.set_enabled(parser.boolval('C', true)));
// Work with reasonable feedrates
remember_feedrate_scaling_off();