🎨 Apply F() to G-code subcommands
This commit is contained in:
committed by
Scott Lahteine
parent
23f10563e0
commit
59dac3a7e4
@@ -158,7 +158,7 @@ void GcodeSuite::G76() {
|
||||
return;
|
||||
}
|
||||
|
||||
process_subcommands_now_P(G28_STR);
|
||||
process_subcommands_now(FPSTR(G28_STR));
|
||||
}
|
||||
|
||||
remember_feedrate_scaling_off();
|
||||
|
||||
Reference in New Issue
Block a user