aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-10/+10
|
* config: Update printer-wanhao-duplicator-i3-v2.1-2017.cfg (#5261)joshindc2022-02-141-0/+1
| | | | | Add correct kill_pin for stock Melzi board and LCD. Signed-off-by: Joshua Whitman <whitmanj@gmail.com>
* temperature_sensors: Deprecate "NTC 100K beta 3950" thermistorKevin O'Connor2021-11-101-2/+2
| | | | | | | | | | It seems the common "beta 3950" thermistors generally follow a temperature table defined by the new "Generic 3950" definition. Using a table that actually follows the "beta 3950" temperature curve is generally less accurate. Deprecate the existing "NTC 100K beta 3950" definition to avoid this common issue. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Remove URLs to github repositoryKevin O'Connor2021-09-231-3/+3
| | | | | | | Update URLs to documentation in the github repository to use the klipper3d.org website. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-8/+9
| | | | 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: Use consistent advice on flashing the Melzi boardKevin O'Connor2018-11-131-11/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Updates to printer-wanhao-duplicator-i3-v2.1-2017.cfgcfelicio2018-08-271-0/+8
| | | | | | | Add lcd encoder pins. Add comment on 10K pullups. Signed-off-by: Carlos Felicio <cfeliciomobil@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-181-3/+3
| | | | | | | | Drop support for M303 and PID_TUNE, and replace it with a new PID_CALIBRATE command. Move the logic for this command from heater.py to a new pid_calibrate.py file in the extras/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Remove tabs from printer-wanhao-duplicator-i3-v2.1-2017.cfgKevin O'Connor2018-03-181-13/+13
| | | | | | Remove tabs from example config file and replace with spaces. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add working printer configuration for Wanhao Duplicator i3 v2.1ghandye2018-03-081-0/+159
Working printer configuration for a Wanhao Duplicator i3 v2.1 and its clones, including Monoprice Maker Select and Cocoon Create. Includes a working config for the st7920-based front panel LCD. Signed-off-by: Andy Ellsworth <andy+github@dar.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>