aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-01-02 18:21:39 -0500
committerKevin O'Connor <kevin@koconnor.net>2017-01-03 18:12:51 -0500
commit5a5bd2596a289240b2eada8a3ab2cc6f65ef8006 (patch)
treef67e3fc613cca845a7369ca952febb6caad97825 /config/example.cfg
parent38ca051381cfb905fe4354ae87ff2d7bd86e2484 (diff)
downloadkutter-5a5bd2596a289240b2eada8a3ab2cc6f65ef8006.tar.gz
kutter-5a5bd2596a289240b2eada8a3ab2cc6f65ef8006.tar.xz
kutter-5a5bd2596a289240b2eada8a3ab2cc6f65ef8006.zip
extruder: Add nozzle and filament diameter config settings
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example.cfg')
-rw-r--r--config/example.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg
index 1113351b..75684d16 100644
--- a/config/example.cfg
+++ b/config/example.cfg
@@ -109,6 +109,12 @@ step_pin: ar19
dir_pin: ar18
enable_pin: !ar25
step_distance: .004242
+nozzle_diameter: 0.500
+# Diameter of the nozzle orifice (in mm). This parameter must be
+# provided.
+filament_diameter: 3.500
+# Diameter of the raw filament (in mm) as it enters the
+# extruder. This parameter must be provided.
max_velocity: 200000
# Maximum velocity (in mm/s) of the extruder motor for extrude only
# moves. This parameter must be provided.