aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-lulzbot-taz6-2017.cfg
diff options
context:
space:
mode:
authorSteven Snyder <github@steventsnyder.com>2021-01-14 08:01:58 -0800
committerGitHub <noreply@github.com>2021-01-14 11:01:58 -0500
commit64097cb0d0e0a1e2a73f6846b48bae9b509204f1 (patch)
treeb6cb0f126e77234559502a68a8e44cd3a6e3d4b2 /config/printer-lulzbot-taz6-2017.cfg
parentc57352a336981cecd87447197f2273b9677d8948 (diff)
downloadkutter-64097cb0d0e0a1e2a73f6846b48bae9b509204f1.tar.gz
kutter-64097cb0d0e0a1e2a73f6846b48bae9b509204f1.tar.xz
kutter-64097cb0d0e0a1e2a73f6846b48bae9b509204f1.zip
config: Updates to TAZ6 single extruder config (#3750)
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 <github@steventsnyder.com>
Diffstat (limited to 'config/printer-lulzbot-taz6-2017.cfg')
-rw-r--r--config/printer-lulzbot-taz6-2017.cfg13
1 files changed, 7 insertions, 6 deletions
diff --git a/config/printer-lulzbot-taz6-2017.cfg b/config/printer-lulzbot-taz6-2017.cfg
index ca086970..93c2bd14 100644
--- a/config/printer-lulzbot-taz6-2017.cfg
+++ b/config/printer-lulzbot-taz6-2017.cfg
@@ -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
@@ -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