Skip to content

Commit

Permalink
config: Updates to TAZ6 single extruder config (#3750)
Browse files Browse the repository at this point in the history
The Lulzbot TAZ6 single extruder configuration had an XY position for
z homing that did not match the factory firmware, and was off center
enough to cause the extruder to crash into the home button trim
sometimes when homing. This commit changes the printer config so
that the XY position for Z homing matches the original Marlin firmware
for this printer.

The Lulzbot TAZ6 single extruder configuration had an bed_tilt points
that did not match the factory firmware, and were off enough that the
nozzle (used for probing on this printer) could slip off the edge of
the probe point or miss it entirely. This commit changes the printer
config so that the coordinates for bed_tilt calibration match the
original Marlin firmware for this printer.

For the Lulzbot TAZ6 single extruder config, use 'gear_ratio' and
'rotation_distance' to configure the extruder.

The rotation distance is based on effective circumference of the hobbed
bolt based on the original Marlin firmware for the TAZ6 single-extruder,
and the gear ratio was determined by simply counting the number of
teeth on the pinion and spur gears.

Signed-off-by: Steven T. Snyder <[email protected]>
  • Loading branch information
series8217 authored Jan 14, 2021
1 parent c57352a commit 64097cb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/printer-lulzbot-taz6-2017.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ step_pin: PC3
dir_pin: !PL6
enable_pin: !PA4
microsteps: 16
rotation_distance: 3.782
gear_ratio: 48:9
rotation_distance: 20.562
nozzle_diameter: 0.400
filament_diameter: 2.920
heater_pin: PH6
Expand Down Expand Up @@ -150,15 +151,15 @@ sample_retract_dist: 1.0
samples_tolerance: 0.075

[bed_tilt]
points: -5,-3
290,-3
290,292
-5,292
points: -9,-9
289.4,-9
289.4,290
-9,289
speed: 75
horizontal_move_z: 5

[safe_z_home]
home_xy_position: -19,265
home_xy_position: -19.1,259.3
speed: 50.0
z_hop: 10.0

Expand Down

0 comments on commit 64097cb

Please sign in to comment.