✏️ Fix missing ) (#25055)

This commit is contained in:
kisslorand 2022-12-05 00:04:11 +02:00 committed by Scott Lahteine
parent 686ce0c0e2
commit ecdf07f055
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ void GcodeSuite::M48() {
set_bed_leveling_enabled(false);
#endif
TERN_(HAS_PTC, ptc.set_enabled(parser.boolval('C', true));
TERN_(HAS_PTC, ptc.set_enabled(parser.boolval('C', true)));
// Work with reasonable feedrates
remember_feedrate_scaling_off();