extruder: Add nozzle and filament diameter config settings

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-01-02 18:21:39 -05:00
parent 38ca051381
commit 5a5bd2596a
5 changed files with 15 additions and 1 deletions

View File

@@ -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.