aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* hd44780_spi: added lcd support to the mightyboard (#4121)le-Bark2021-04-071-0/+13
| | | Signed-off-by: Marc-André Denis <marcadenis@msn.com>
* config: Added config for Eryone Thinker Series (#4096)Demetrius Apostolopoulos2021-04-071-0/+137
| | | Signed-off-by: Demetrius Apostolopoulos <dapostol73@hotmail.com>
* config: Comment updates for recent "make menuconfig" updatesKevin O'Connor2021-03-292-5/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-robo3d-r2-2017.cfgJustin Schuh2021-03-271-11/+14
| | | | | | | | | | Improvements and fixes based on feedback: * Make speeds and limits more conservative * Fix Y endstop position * Improve IR bed leveling * Fix filament runout pin Signed-off-by: Justin Schuh <code@justinschuh.com>
* config: Do not use beagleboard aliases in example config filesKevin O'Connor2021-03-252-39/+37
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Don't use sanguino aliases in example config filesKevin O'Connor2021-03-251-21/+20
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Don't use arduino due aliases in example config filesKevin O'Connor2021-03-251-44/+43
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Don't use arduino mega aliases in example config filesKevin O'Connor2021-03-2521-631/+609
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Don't use arduino aliases in example-xxx.cfg filesKevin O'Connor2021-03-258-165/+155
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create new sample-aliases.cfg with standard aliasesKevin O'Connor2021-03-251-0/+128
| | | | | | | Create a sample-aliases.cfg with all the aliases that are currently hardcoded in the klippy.pins.py module. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix extruder1 step_pin in Robin Nano V2 example (#4098)Tomas Rimkus2021-03-231-1/+1
| | | | | Fixed extruder1 step_pin in MKS Robin Nano V2 example config. Signed-off-by: Tomas Rimkus <sandshrew@gmail.com>
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-1822-71/+68
| | | | | | | Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bme280: Add support for BMP280 and BME680 sensors (#4040)Michael Kurz2021-03-151-1/+1
| | | | | | | | | This adds support for BMP280 and BME680 sensor ICs, along with fixing calibration data readout for BME280. Gas sensor readout for the BME680 is just the raw compensated value. To get actual meaningful values, more research is needed. Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
* config: Ender5Plus add filament sensor (#4031)Bob902021-03-141-0/+3
| | | | | Added filament sensor. I found this by multimeter and have used it many times. Signed-off-by: R.Garford-Tull <rgarford@gmail.com>
* test: Add printer-hiprecy-leo-2019.cfg to printers.testKevin O'Connor2021-03-071-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: New configuration printer-hiprecy-leo-2019.cfg (#4021)TheBugLebowsky2021-03-071-0/+189
| | | | | | | | A working configuration example for Hiprecy Leo printer (https://www.hiprecy.com/product/402/) with no Touchscreen funcionalities because separated LCD firmware needed. TMC2130 SPI drivers. The Self-levelling plate sensor is PINDA probe type Direct Drive is a BMG "3:1" gear ratio Signed-off-by: Morgan Barresi <morganfw@gmail.com>
* config: fan pin number correction for Robin Nano 3 (#4005)Oleksii Zelivianskyi2021-02-281-1/+2
| | | | | | There are two fan pins on Robin Nano 3 and the fan1 pin is PC14, not PB1. PB1 pin that was in config example is used for the fan2 output. Signed-off-by: Oleksii Zelivianskyi <alexeyzel@gmail.com>
* confifg: Update printer-flsun-q5-2020.cfg (#4000)FrY Sennberg2021-02-281-1/+1
| | | | | we just found a small problem: Some people have slightly higher endstop positions, which caused them to have a move out of range during probe calibrate. Signed-off-by: Christoph Frei <fryakatkop@gmail.com>
* config: EXP2 header pin correction in Robin Nano 3 (#3997)Oleksii Zelivianskyi2021-02-281-1/+1
| | | | | | | According to Robin Nano v3 pinout the correct pins for: - EXP2_4 is PE10 - EXP2_6 is PA7 Signed-off-by: Oleksii Zelivianskyi <alexeyzel@gmail.com>
* test: Add printer-flsun-q5-2020.cfg to printers.test and minor changesKevin O'Connor2021-02-221-3/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: add Flsun Q5 config (#3915)FrY Sennberg2021-02-221-0/+113
| | | | | In cooperation with chaosdrucker Signed-off-by: Christoph Frei <fryakatkop@gmail.com>
* config: Rename generic-mks-robin-nano.cfg to generic-mks-robin-nano-v1.cfgKevin O'Connor2021-02-201-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-mks-robin-nano-v2.cfg configKevin O'Connor2021-02-201-0/+112
| | | | | | Reported by @mks-viva. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-mks-robin-nano-v3.cfg configKevin O'Connor2021-02-201-0/+109
| | | | | | Reported by @mks-viva. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add printer-robo3d-r2-2017.cfg to printers.testKevin O'Connor2021-02-191-2/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-robo3d-r2-v2.1.5.cfg printer config (#3931)Justin Schuh2021-02-191-0/+151
| | | | | Adds Robo3D R2 printer config (successfully tested). Signed-off-by: Justin Schuh <code@justinschuh.com>
* config: Correct Ender 6 BLtouch params (#3888)Ben2021-02-181-3/+3
| | | | | | | Fixed bltouch offset and bed_mesh mesh_min/max to account for offset. The former was defined in the wrong coordinate, as the origin starts from the SW. The latter did not include the offset and caused an error. Technically the offset allows mesh_max up to (239.3, 253). Signed-off-by: Ben Kaye <benkaye001@gmail.com>
* config: Update generic-bigtreetech-gtr.cfgKevin O'Connor2021-02-121-1/+8
| | | | | | | Add generic-bigtreetech-gtr.cfg to printers.test. Add definitions for thermocouple and temperature_mcu. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-mks-rumba32-v1.0.cfg to testsKevin O'Connor2021-02-111-25/+0
| | | | | | Also remove copy of lcds from sample-lcd.cfg Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic config for the MKS Rumba32popshansen2021-02-111-0/+168
| | | | | Contains sample of TMC2209 configuration and display mappings Signed-off-by: Lars R. Hansen <popshansen@hotmail.com>
* config: Add printer config for the Ender 3 Max by Creality3D (#3879)Chad Schwieterman2021-02-021-0/+150
| | | | | Added Ender 3 Max config. Based off the configs from ender6, ender3-v2, and ender3. Also contains optional BLTouch parameters. Signed-off-by: Chad Schwieterman <chad.devops@gmail.com>
* test: Add printer-creality-cr6se-2020.cfg to printers.testKevin O'Connor2021-01-241-4/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add base configuration file for Creality CR6-SE (#3708)KoeRt8882021-01-241-0/+120
| | | Signed-off-by: Carlo Hoffmann <KoeRtGit@outlook.com>
* config: Warn about prusa einsy boards in generic-einsy-rambo.cfgKevin O'Connor2021-01-201-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add comments to known skr boards with broken thermistor circuitsKevin O'Connor2021-01-185-0/+15
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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: Add config file for Longer3D LK4 Pro (#3712)Timothée Girard2021-01-101-0/+115
| | | Signed-off-by: Timothée Girard <timgir@timotheegirard.com>
* docs: Note the BMG extruder is actually 50:17 and not 3:1Kevin O'Connor2021-01-101-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-bigtreetech-skr-mini-mz.cfg configKevin O'Connor2021-01-091-0/+132
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-bigtreetech-skr-e3-turbo.cfg config fileKevin O'Connor2021-01-051-0/+134
| | | | | | Reported by @kinggrave. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-fysetc-s6-v2.cfg config fileKevin O'Connor2021-01-041-0/+217
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Add Creality Ender 6 configuration (#3661)Sean McGroty2020-12-211-0/+125
| | | Signed-off-by: Sean McGroty <sean@darkon.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-18104-604/+868
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* endstop_phase: Obtain phases directly from stepper microsteps configKevin O'Connor2020-12-181-7/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper: Calculate step_distance from rotation_distanceKevin O'Connor2020-12-182-4/+8
| | | | | | | | Add support for automatically calculating the internal step_distance from new config parameters - rotation_distance, microsteps, full_steps_per_rotation, and gear_ratio. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix bed thermistor in printer-sovol-sv01-2020.cfgKevin O'Connor2020-12-151-1/+1
| | | | | | | The bed sensor should be "EPCOS 100K B57560G104F". Reported by @bartolomeus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example printer-twotrees-sapphire-plus-2020.cfg configPranas Kiziela2020-12-151-0/+99
| | | | Signed-off-by: Pranas Kiziela <pranas.kiziela@gmail.com>
* manual_probe: Use configfile note_valid=False when inspecting Z position_endstopKevin O'Connor2020-12-133-3/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add dummy example.cfg and example-extras.cfg filesKevin O'Connor2020-11-282-0/+8
| | | | | | | Add dummy files with information on the new location of the config reference. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix debugging comment in generic-replicape.cfgKevin O'Connor2020-11-281-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>