flexi-bot/docs/marlin/_gcode/M404.md
2023-09-05 20:38:49 +02:00

836 B

tag title brief author requires group codes notes parameters examples
m0404 Set Filament Diameter Set the nominal diameter for filament width sensor auto-flow thinkyhead FILAMENT_WIDTH_SENSOR control
M404
Requires `FILAMENT_WIDTH_SENSOR`.
tag optional description values
W true The new nominal width value
tag type
linear float
pre code
Set the diameter to 1.75mm M404 W1.75
pre code
Get the current width
M404
> Filament dia (nominal mm): 1.75

Report or set the nominal filament width, such as 1.75 or 3.00.

This value is used to determine the percentage difference when auto-adjusting flow in response to the measured filament width, and should match the value used for filament width in your slicer settings.