Fix bug in NO_VOLUMETRICS
This commit is contained in:
parent
8ea3b29c17
commit
417bdb0488
2 changed files with 4 additions and 1 deletions
|
|
@ -240,6 +240,9 @@ void MarlinSettings::postprocess() {
|
|||
|
||||
#if DISABLED(NO_VOLUMETRICS)
|
||||
planner.calculate_volumetric_multipliers();
|
||||
#else
|
||||
for (uint8_t i = COUNT(planner.e_factor); i--;)
|
||||
planner.refresh_e_factor(i);
|
||||
#endif
|
||||
|
||||
#if HAS_HOME_OFFSET || ENABLED(DUAL_X_CARRIAGE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue