mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 23:05:05 -06:00
extruder: Provide more details on extruder errors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
09e32d1b84
commit
5b62f15c6d
2 changed files with 21 additions and 13 deletions
|
@ -120,9 +120,10 @@ filament_diameter: 3.500
|
|||
# extruder. This parameter must be provided.
|
||||
#max_extrude_cross_section:
|
||||
# Maximum area of the cross section of an extrusion line (in
|
||||
# mm^2). If a move requests an extrusion rate that would exceed this
|
||||
# value it will cause an error to be returned. The default is: 4.0 *
|
||||
# nozzle_diameter^2
|
||||
# mm^2). This setting prevents excessive amounts of extrusion during
|
||||
# relatively small XY moves. If a move requests an extrusion rate
|
||||
# that would exceed this value it will cause an error to be
|
||||
# returned. The default is: 4.0 * nozzle_diameter^2
|
||||
#max_extrude_only_distance: 50.0
|
||||
# Maximum length (in mm of raw filament) that an extrude only move
|
||||
# may be. If an extrude only move requests a distance greater than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue