mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
✏️ Fix missing ) (#25055)
This commit is contained in:
parent
6d1d5e4e6a
commit
dab43a7627
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue