extruder: Add nozzle and filament diameter config settings
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user