Move Volumetric methods to Planner
This commit is contained in:
@ -76,7 +76,7 @@ void GcodeSuite::M405() {
|
||||
*/
|
||||
void GcodeSuite::M406() {
|
||||
filament_sensor = false;
|
||||
calculate_volumetric_multipliers(); // Restore correct 'volumetric_multiplier' value
|
||||
planner.calculate_volumetric_multipliers(); // Restore correct 'volumetric_multiplier' value
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user