diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index ec648d77..fa293abc 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -111,6 +111,9 @@ filament_diameter: 3.500 # 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 +#instantaneous_corner_velocity: 1.000 +# The maximum instantaneous velocity change (in mm/s) of the +# extruder during the junction of two moves. The default is 1mm/s. #max_extrude_only_distance: 50.0 # Maximum length (in mm of raw filament) that a retraction or # extrude-only move may have. If a retraction or extrude-only move |