diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/example.cfg b/config/example.cfg index 98d1c0d1..ce6a398d 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -125,12 +125,16 @@ filament_diameter: 3.500 # may be. If an extrude only move requests a distance greater than # this value it will cause an error to be returned. The default is # 50mm. -max_velocity: 200000 +#max_extrude_only_velocity: # Maximum velocity (in mm/s) of the extruder motor for extrude only -# moves. This parameter must be provided. -max_accel: 3000 +# moves. If this is not specified then it is calculated to match the +# limit an XY printing move with a max_extrude_cross_section +# extrusion would have. +#max_extrude_only_accel: # Maximum acceleration (in mm/s^2) of the extruder motor for extrude -# only moves. This parameter must be provided. +# only moves. If this is not specified then it is calculated to +# match the limit an XY printing move with a +# max_extrude_cross_section extrusion would have. #pressure_advance: 0.0 # The amount of raw filament to push into the extruder during # extruder acceleration. An equal amount of filament is retracted |