Fix compile error with Z_PROBE_END_SCRIPT (#14447)
This commit is contained in:
@ -679,7 +679,7 @@
|
||||
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPAIR("Z Probe End Script: ", Z_PROBE_END_SCRIPT);
|
||||
if (probe_deployed) {
|
||||
planner.synchronize();
|
||||
process_subcommands_now_P(PSTR(Z_PROBE_END_SCRIPT));
|
||||
gcode.process_subcommands_now_P(PSTR(Z_PROBE_END_SCRIPT));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user