aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-lulzbot-taz6-2017.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Change of alias for heater_fan in multiple configs (#5632)JamesH19782022-07-191-1/+1
| | | | | This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here. Signed-off-by: James Hartley <james@hartleyns.com>
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-5/+5
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* config: Updates to TAZ6 single extruder config (#3750)Steven Snyder2021-01-141-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-5/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix minor typo in printer-lulzbot-taz6-2017.cfgKevin O'Connor2020-02-181-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update TAZ6 configurationChris Lee2020-02-181-10/+56
| | | | | | | | Support probing the corner washers for the bed tilt using G29, flesh out the rest of the configuration for the display, and add support for the Aerostruder (commented out by default). Signed-Off-By: Chris Lee <clee@mg8.org>
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+6
| | | | | | | | Add support for displaying basic status information on ST7920 and HD44780 based LCDs that are attached directly to a micro-controller. Signed-off-by: Marcio Teixeira <marcio@alephobjects.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a "printer-" prefix to example printer config filesKevin O'Connor2018-02-111-0/+110
Add a prefix to the example printer config files so that a sorted directory listing shows all the samples bundled together. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>