[1.1.x] Fix change filament for delta machines (#9296)
This commit is contained in:
parent
3175266681
commit
b818543045
2 changed files with 22 additions and 3 deletions
|
|
@ -1169,4 +1169,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// Nozzle park
|
||||
#if ENABLED(NOZZLE_PARK_FEATURE) && ENABLED(DELTA)
|
||||
#undef NOZZLE_PARK_Z_FEEDRATE
|
||||
#define NOZZLE_PARK_Z_FEEDRATE NOZZLE_PARK_XY_FEEDRATE
|
||||
#endif
|
||||
|
||||
#endif // CONDITIONALS_POST_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue