I’m adding a third extruder to my printer. I am currently using all five built-in motor controllers so I’ve added an external motor control board as per the documentation. I added the following section to my config file as per the docs to enable the third extruder, but after I add this and reboot the Smoothieboard no longer boots up or responds. It gets stuck somewhere near initialization. I must be doing something wrong. Any suggestions?
Thanks.
-larry
- Third extruder module configuration
extruder.hotend3.enable true # Whether to activate the extruder module at all. All configuration is ignored if false
extruder.hotend3.steps_per_mm 293 # Steps per mm for extruder stepper
extruder.hotend3.default_feed_rate 200 # Default rate ( mm/minute ) for moves where only the extruder moves
extruder.hotend3.acceleration 100 # Acceleration for the stepper motor, as of 0.6, arbitrary ratio
extruder.hotend3.max_speed 50 # mm/s
extruder.hotend3.step_pin 1.31 # Pin for extruder step signal was 2.8
extruder.hotend3.dir_pin 1.30 # Pin for extruder dir signal was 2.13
extruder.hotend3.en_pin 1.22 # Pin for extruder enable signal was 4.29
extruder.hotend3.x_offset 0 # x offset from origin in mm
extruder.hotend3.y_offset 0 # y offset from origin in mm
extruder.hotend3.z_offset 0 # z offset from origin in mm
zeta_current 1.5 # Third extruder stepper motor current
Imported from wikidot