diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-25 18:59:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-25 19:09:47 -0400 |
commit | 97590b8e0b6ed01f6633b7e9ff36fe203d8d65a4 (patch) | |
tree | b61d7df8cb69ba8152d2982471c66903f5b48926 /config | |
parent | ed13c5733d471f3e0c23087e685e54ccfffbffc0 (diff) | |
download | kutter-97590b8e0b6ed01f6633b7e9ff36fe203d8d65a4.tar.gz kutter-97590b8e0b6ed01f6633b7e9ff36fe203d8d65a4.tar.xz kutter-97590b8e0b6ed01f6633b7e9ff36fe203d8d65a4.zip |
extruder: Don't use max_extrude_cross_section in max_extrude_only defaults
Some users increase max_extrude_cross_section to avoid issues with
some slicers. However, increasing that value also increases the
defaults for the max_extrude_only parameters which is not obvious.
Base the max_extrude_only defaults only on the configured nozzle
diameter.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example.cfg b/config/example.cfg index a086977c..f0e77e50 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -120,7 +120,7 @@ filament_diameter: 3.500 # extruder motor for retractions and extrude-only moves. These # settings do not place any limit on normal printing moves. If not # specified then they are calculated to match the limit an XY -# printing move with a max_extrude_cross_section extrusion would +# printing move with a cross section of 4.0*nozzle_diameter^2 would # have. #pressure_advance: 0.0 # The amount of raw filament to push into the extruder during |