Display volumetric ratio in terms of E mm
This commit is contained in:
parent
4f05a66ee1
commit
bf6a1816b4
6 changed files with 8 additions and 7 deletions
|
|
@ -9689,6 +9689,7 @@ inline void gcode_M400() { stepper.synchronize(); }
|
|||
inline void gcode_M404() {
|
||||
if (parser.seen('W')) {
|
||||
filament_width_nominal = parser.value_linear_units();
|
||||
planner.volumetric_area_nominal = CIRCLE_AREA(filament_width_nominal * 0.5);
|
||||
}
|
||||
else {
|
||||
SERIAL_PROTOCOLPGM("Filament dia (nominal mm):");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue