From 5f5896ad71e015af9afdd3a9b282d2ac48e4e58e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 20 Sep 2019 19:00:24 -0400 Subject: extruder: Add support for instantaneous corner velocity Add mechanism to perform look-ahead between moves with different extrusion ratios. Signed-off-by: Kevin O'Connor --- config/example.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/example.cfg') 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 -- cgit v1.2.3-70-g09d2