aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* config: Adds generic config for BigTreeTech SKR E3 RRF 1.1Pedro Lamas2021-08-171-0/+121
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* config: added ender3 with robin e3d 1.1 (#4252)Lukasz Piatkowski2021-08-171-2/+25
| | | Signed-off-by: Łukasz Piątkowski <piontec@gmail.com>
* avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3Kevin O'Connor2021-08-141-1/+1
| | | | | | | The atmega328pb has officially named these pins as PE2 and PE3, so use that naming scheme instead of the previous Klipper invented names. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-flsun-q5-2020.cfg (#4488)Daniel Da Cunha2021-07-201-1/+1
| | | | | The MKS Robin Nano v1.2 expects the firmware file to be called `Robin.nano.bin`. Signed-off-by: Daniel Da Cunha <github@ddc.im>
* config: Fix M300 beeper example. (#4480)s-holst2021-07-201-4/+2
| | | | | | | | The M300 example macro now sets the PWM cycle time to generate the requested frequency. 'scale' did not have the desired effect. Duty cycle is now fixed at 0.5. All S parameter values less than 1 generate a 1Hz 'tone' to avoid division-by-zero. Signed-off-by: Stefan Holst <mail@s-holst.de>
* config: New printer profile for Eryone ER20 and minor update for Eryone ↵Demetrius Apostolopoulos2021-07-152-1/+187
| | | | | | | Thinker Series (#4491) This config was a community effort and was author and tested by sihawken, 3D.Subzwari & dapostol73. Signed-off-by: Demetrius Apostolopoulos <dapostol73@hotmail.com>
* config: Fix typo in generic-bigtreetech-octopus.cfgKevin O'Connor2021-07-091-1/+1
| | | | | | Reported by @a7hybnj2. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create config for BigTreeTech Octopus (#4441)charlespick2021-07-091-0/+294
| | | | | | | Information and some lines verbatim were sourced from the official BigTreeTech Octopus GitHub repository to make this configuration as well as existing configurations in the same folder as this one Signed-off-by: Charles Pickering <charles.pickering@live.com>
* config: added a configuration file for FLSUN QQ-S Pro delta printer (#4237)Joseph Orduna2021-06-272-1/+105
| | | Signed-off-by: Joseph Orduna <joey.orduna@gmail.com>
* config: Update z stepper pin changes for mks robin e3 1.1 (#4411)squeekyzebra2021-06-221-2/+2
| | | Signed-off-by: Eli Hyman <eli.hyman@gmail.com>
* config: Update gear_ratio for Prusa Mini+ extruder based on counting teethgithub@matthewlloyd.net2021-06-221-2/+2
| | | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Specify gear_ratio for Prusa Mini+ extrudergithub@matthewlloyd.net2021-06-181-1/+2
| | | | | | | Also clarifies the documentation for rotation_distance in the stepper docs. Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Add generic-bigtreetech-skr-cr6-v1.0.cfg and fixesKevin O'Connor2021-06-141-9/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-bigtreetech-skr-cr6-v1.0.cfg (#4378)KoeRt8882021-06-141-0/+129
| | | Signed-off-by: Carlo Hoffmann <KoeRtGit@outlook.com>
* config: Rename generic-buddy.cfg to generic-prusa-buddy.cfgKevin O'Connor2021-06-141-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add configs for Prusa Buddy and Mini+github@matthewlloyd.net2021-06-142-0/+343
| | | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Add pin aliases to generic-creality-v4.2.7.cfgJames Churchill2021-06-141-0/+6
| | | | Signed-off-by: James Churchill <pelrun@gmail.com>
* config: Fixes for generic-th3d-ezboard-lite-v1.2.cfgKevin O'Connor2021-06-081-18/+16
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add ezboard configuration (#4337)Clark Tomlinson2021-06-081-0/+131
| | | Signed-off-by: Clark Tomlinson <fallen013@gmail.com>
* config: Add motor power definition to generic-bigtreetech-skr-2.cfgKevin O'Connor2021-06-071-0/+8
| | | | | | | | | Add a pin definition to enable motor power and add a warning about initial faulty SKR2 boards. Reported by @FHeilmann. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-duet3-mini.cfgLuke's Lab2021-06-041-0/+148
| | | | | | | Adds Duet3 Mini Config with support for expansion header Signed-off-by: Luke Ashley <Luke@Lukeslab.online> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Modify printer-tronxy-x5sa-pro-2020.cfg (#4330)TheBugLebowsky2021-06-021-1/+1
| | | | | Invert filament_switch_sensor switch_pin Signed-off-by: Morgan Barresi <morganfw@gmail.com>
* config: Minor indentation changes to skr configsKevin O'Connor2021-06-013-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Change current scale on generic-ultimaker-ultimainboard-v2.cfgKevin O'Connor2021-05-281-3/+3
| | | | | | Reported by @TehOcean . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a note on wiring EXP1 to EXP3 on Creality 12864 displaysKevin O'Connor2021-05-281-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* loop_sdcard: Add loopable SD card file sectionsJason S. McMullan2021-05-261-0/+12
| | | | | | | | | | | | | | | | | | | | | To support continuous belt printing, add nestable repeat loop support via an `[sdcard_loop]` module. Supported G-Code: - SDCARD_LOOP_BEGIN COUNT=n ; Loop for N times, or infinitely if N is 0 - SDCARD_LOOP_END ; End of loop - SDCARD_LOOP_DESIST ; Complete all loops without iterating Marlin M808 compatibility example in `config/sample-macros.cfg`: - M808 Ln ; Loop for N times, or infinitely if N is 0 - M808 ; End of loop - M808 K ; Complete all loops without iterating Added unit tests in test/klippy/sdcard_loop.test See https://reprap.org/wiki/G-code#M808:_Set_or_Goto_Repeat_Marker Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
* config: Update generic-fysetc-cheetah-v1.2.cfg (#4315)jericho-adler2021-05-251-0/+3
| | | | | Added second CNC fan, PB0 Signed-off-by: Jericho Adler <jericho.adler@gmail.com>
* config: Enable PID for bed heater in printer-fokoos-odin5-f3-2021.cfg (#4288)Matthew Lloyd2021-05-131-1/+6
| | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Minor changes to printer-fokoos-odin5-f3-2021.cfgKevin O'Connor2021-05-121-14/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-fokoos-odin5-f3.cfg (#4286)Matthew Lloyd2021-05-121-0/+162
| | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Add generic-ruramps-v1.3.cfg to test cases and minor updatesKevin O'Connor2021-05-121-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Configuration file for RuRamps V1.3 boards (#4279)Marco Robustini2021-05-121-0/+86
| | | Signed-off-by: Marco Robustini <robustinimarco@gmail.com>
* config: Fix rotation_distance for Sapphire PlusPranas Kiziela2021-05-121-3/+4
| | | | Signed-off-by: Pranas Kiziela <pranas.kiziela@gmail.com>
* config: Use "stealthchop_threshold: 999999" if setKevin O'Connor2021-05-0923-171/+171
| | | | | | | | Change all the example config files to use either 0 or 999999 for stealthchop_threshold (as is recommended in the TMC_Drivers.md document). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to printer-velleman-k8800-2017.cfgKevin O'Connor2021-05-061-8/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Feature/add k8800 config (#4212)Jelle Victoor2021-05-061-0/+134
| | | Signed-off-by: Jelle Victoor <victoor.jelle@gmail.com>
* config: Minor changes to printer-creality-cr30-2021.cfgKevin O'Connor2021-05-062-3/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Creality CR-30 PrintMill supportJason S. McMullan2021-05-062-0/+311
| | | | | | | | | Add support for the Creality CR-30 'PrintMill', and its base board, the Creality v4.2.10. Add them to the `test/klippy/printers.test` test suite Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
* config: Update Fysetc S6 compilation instructionsWilhelm Schuster2021-05-032-10/+8
| | | | Signed-off-by: Wilhelm Schuster <ws@rot13.io>
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-032-0/+158
| | | Signed-off-by: Fabrice GALLET <tircown@gmail.com>
* config: Fix whitespace error in generic-fysetc-spider.cfgKevin O'Connor2021-05-031-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: add example configs for fysetc spider boardGeorge Fu2021-05-031-0/+264
| | | | | Signed-off-by: George Fu <nailao_5918@163.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Prefer Jinja2 "set" directive to default_parameter_xxx in examplesKevin O'Connor2021-04-263-55/+31
| | | | | | The "set" directive is more flexible and easier to understand. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Added Config For Creality CR6 SE With Board Revision 4.5.3 (#4147)C. Bluoss2021-04-221-0/+116
| | | | | Both heater pins changed in this revision. Signed-off-by: Christoph Bluoss <mail@christoph-bluoss.de>
* config: Add printer-flashforge-creator-pro-2018.cfg to test casesKevin O'Connor2021-04-161-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Config for the flashforge-creator-pro (#4156)le-Bark2021-04-161-0/+176
| | | Signed-off-by: Marc-André Denis <marcadenis@msn.com>
* config: Updates to printer-tronxy-x5sa-pro-2020.cfgKevin O'Connor2021-04-161-9/+0
| | | | | | | | Minor updates to use default values. Also, add to printers.test test cases. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create printer-tronxy-x5sa-pro-2020.cfg (#4144)TheBugLebowsky2021-04-161-0/+157
| | | | | | | | A working configuration example for Tronxy X5SA Pro printer (https://tronxy.com/x5s-series/x5sa-pro.html) with no Touchscreen funcionalities because separated LCD firmware needed. Silent TMC2225 drivers soldered on board. The Self-levelling plate sensor is a blue Tronxy XY-08N model. Direct Drive is a Titan Extruder Clone "3:1" gear ratio. Signed-off-by: Morgan Barresi <morganfw@gmail.com>
* config: Add example generic-bigtreetech-skr-2.cfg config (#4160)popshansen2021-04-131-0/+142
| | | Signed-off-by: Lars R. Hansen <popshansen@hotmail.com>
* pca9533: RGB support for the mightyboard (#4150)le-Bark2021-04-091-0/+8
| | | Signed-off-by: Marc-André Denis <marcadenis@msn.com>