aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* config: printer-artillery-sidewinder-x2-2022.cfgFrank Roth2022-12-111-2/+2
| | | | | | | Minor fix. The screw labels "back left" and "back right" where swapped in [screws_tilt_adjust] section. Signed-off-by: Frank Roth <developer@freakydu.de>
* config: Create printer-anet-a8-2019.cfg (#5902)Bradley Methorst2022-11-151-0/+92
| | | | | Added config for Anet A8 2019 (Plus model) Signed-off-by: Bradley Methorst <bradley-methorst@outlook.com>
* config: Rename printer-geeetech-301.cfg to printer-geeetech-301-2019.cfgKevin O'Connor2022-11-141-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Remove filament specific settings from printer-geeetech-301.cfgKevin O'Connor2022-11-111-9/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: create config for Geeetech 301 (#5830)Peter Gruber2022-11-111-0/+163
| | | | | Create a working config for the Geeetech 301 printer. Signed-off-by: Peter Gruber <gruberp@googlemail.com>
* config: Add Artillery Sidewinder X2 2022 stock printer.cfg (#5810)freakyDude2022-10-211-0/+156
| | | | | | | | | | Works for unmodified stock Artillery Sidewinder X2, year 2022 with Artillery Ruby v1.2 mainboard. All by default connected things are working fine. Build firmware with architecture STM32F401 with "No bootloader". Other settings keep ther defaults Signed-off-by: Frank Roth <developer@freakydu.de>
* config: Update duet3 mini config to recommend compiling for SAME54P20Kevin O'Connor2022-10-131-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add BigTreeTech Manta M4P & M8P board (#5812)BIGTREETECH2022-10-132-0/+459
| | | Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com>
* config: Update generic-th3d-ezboard-lite-v2.0.cfg (#5785)Apulo2022-10-061-5/+8
| | | | | Corrected the build instructions for the TH3D EZBoard V2 to include the command to convert Klipper.elf to a SREC bin format named firmware.bin. The SREC format is required for the bootloader installed on the board. Signed-off-by: Anthony Dellett <anthony.dellett@gmail.com>
* config: Add Ender 3 S1 Plus (#5705)Fisheiyy2022-09-161-0/+131
| | | Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
* config: Fix Ender 3 S1 Config (#5771)Fisheiyy2022-09-111-20/+20
| | | Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
* Update printer-anycubic-vyper-2021.cfg (#5692)JackyHe3982022-09-111-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update printer-anycubic-vyper-2021.cfg better pause and end print, beeper support, mroe accurate value. * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg delete unnecessary gcode * Update printer-anycubic-vyper-2021.cfg remove unneccessary part. * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg according to https://www.klipper3d.org/Example_Configs.html point 7f delete field values that are set to their default value * Update printer-anycubic-vyper-2021.cfg small change * Update printer-anycubic-vyper-2021.cfg
* config: Fix uart_address on BTT SKR CR6 (#5741)JamesH19782022-09-031-2/+2
| | | | | | | As found on discord bt user David Carey. uart_address for y and z are swapped. Discovered while setting up sensorless homing. Signed off by: James Hartley <james@hartleyns.com>
* mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737)jake-b2022-09-021-0/+47
| | | | | | | | | Added a SET_DIGIPOT command to the mcp4018 implementation. Previously the mcp4018 was read only, and set at the time of configuration. This allows you to change the value during a print, which is needed for some older printers that need to lower the stepper current during preheating. Signed-off-by: Jake Bordens <jake@allaboutjake.com>
* kinematics: Add deltesian printers (#5743)Tircown2022-09-011-0/+73
| | | | | Initial push of the working deltesian kinematics after some successful tests. Signed-off-by: Fabrice GALLET <tircown@gmail.com>
* config: Add BQ Hephestos printer (#5676)Rui Carmo2022-08-191-0/+107
| | | | | This is a working config with full LCD and stepper settings (only thing missing is the kill switch, which did not appear to work) Signed-off-by: Rui Carmo <rui.carmo@gmail.com>
* config: Anycubic 4 Max Pro 2.0 - Added two internal systems (beeper and PSU ↵int_0x032022-08-191-1/+48
| | | | | control). (#5629) Signed-off-by: Usachev Alexander Valer'evich <int_0x21@protonmail.com>
* Revert "config: Create printer-bq-hephestos-2014.cfg (#5607)"Kevin O'Connor2022-07-291-99/+0
| | | | | | This reverts commit 18119858c675f40cf975053b8ff5bd129768d3a3. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create printer-bq-hephestos-2014.cfg (#5607)Rui Carmo2022-07-291-0/+99
| | | | | This is a working config with full LCD and stepper settings (only thing missing is the kill switch, which did not appear to work) Signed-off-by: Rui Carmo <rui.carmo@gmail.com>
* config: Use printer-creality-ender3-s1-2021.cfg for both s1 and s1 pro.Kevin O'Connor2022-07-242-135/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix wording of serial port selection on recent creality configsKevin O'Connor2022-07-213-5/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Integrate configuration file for Creality Sermoon V1. (#5621)S1NH2022-07-211-0/+108
| | | | | Configuration for the stock Creality Sermoon V1. Signed-off-by: Du Chengyao <hbyls@live.com>
* config: Fix screw typo in printer-creality-cr10-v3-2020.cfgKevin O'Connor2022-07-191-2/+2
| | | | | | Reported by @TonyRouse. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Change of alias for heater_fan in multiple configs (#5632)JamesH19782022-07-1924-24/+24
| | | | | 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: fix rawparams example by truncating commentsPedro Lamas2022-07-191-0/+23
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* config: Note 25Mhz clock in generic-bigtreetech-skr-3.cfgKevin O'Connor2022-07-191-2/+2
| | | | | | Reported by @kingtricky and confirmed by @bigtreetech. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Added Anet alt-wiring display example (#5605)Cabia Rangris2022-07-061-0/+15
| | | Signed-off-by: Vladimir Serov <cab404@mailbox.org>
* test: Add printer-biqu-b1-se-plus-2022.cfg to printers.testKevin O'Connor2022-06-291-5/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create printer-biqu-b1-se-plus.cfg (#5477)Bruno Melo2022-06-291-0/+198
| | | Signed-off-by: Bruno Melo <brunomelo81@gmail.com>
* config: Minor comment changes to printer-creality-cr10-v3-2020.cfgKevin O'Connor2022-06-161-14/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Creality CR10 v3 with BLTouch support config. (#5533)CoreRasurae2022-06-161-0/+169
| | | | | Introduce support for the stock Creality CR10 v3 printer, including the filament runout sensor. It also supports the optional BLTouch. Signed-off-by: Luís Palma Nunes Mendes <luis.p.mendes@gmail.com>
* config: fix processor name in th3d ezboard lite v2.0 configStefan Dej2022-06-161-1/+1
| | | | Signed-off-by: Stefan Dej <meteyou@gmail.com>
* config: Update generic-duet3-mini.cfg to include Tacho pins (#5551)Devin Fritz2022-06-121-0/+1
| | | Signed-off-by: Devin Fritz <devinfritz@gmx.de>
* config: Correct UART pins for Ender 3 S1 & S1 Pro (#5553)Aart Röst2022-06-102-2/+2
| | | Signed-off-by: Aart Röst <aartrost@gmail.com>
* docs: add exclude_object documentationFrank Tackitt2022-06-031-0/+52
| | | | | | | Also include sample macros to add M486 compatibility. Signed-off-by: Franklyn Tackitt <git@frank.af> Co-authored-by: Troy Jacobson <troy.d.jacobson@gmail.com>
* config: Rename sample-huvud-v0.61.cfgKevin O'Connor2022-06-031-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Huvud KlipperToolhead configCharles Pickering2022-06-031-0/+58
| | | | | | Pin information and basic flashing instructions for the Huvud CAN bus toolhead board. V0.61 Signed-off-by: Charles Pickering <me@charlespick.xyz>
* config: Update ender3 s1 configs to use gear_ratioKevin O'Connor2022-06-032-2/+4
| | | | | | The gearing mechanism is 42:12. Reported by @filipenobrerc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add BTT SKR 3 & EBB CAN V1.0 & V1.1 board cfg (#5529)BIGTREETECH2022-06-013-0/+317
| | | Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com>
* config: Minor changes to ender3-s1 and ender3-s1pro configsKevin O'Connor2022-05-232-8/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Ender 3 S1/S1 Pro Default Configurations (#5332)Fisheiyy2022-05-232-0/+264
| | | Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
* config: Create configuration file for Fly-Gemini-v2 and Fly-CDY-V3 ↵kluoyun2022-05-182-0/+377
| | | | | motherboard (#5508) Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
* config: Remove hold_current from generic-th3d-ezboard-lite-v2.0.cfgKevin O'Connor2022-05-171-1/+0
| | | | | | We no longer recommend setting a hold_current. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)kluoyun2022-05-141-0/+157
| | | | | | | Create configuration file for Fly-Gemini-v1 motherboard Add stm32f405 and generic-mellow-fly-gemini-v1.cfg to test cases Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
* config: Pull up endstop_pins on Fysetc S6/SpiderAdrian Keet2022-04-263-8/+8
| | | | Signed-off-by: Adrian Keet <arkeet@gmail.com>
* printer-creality-ender3pro-2020: Update info on chip types (#5445)JamesH19782022-04-231-0/+6
| | | | | Added flash info that some Ender 3 Pro's shipped in 2022 have the GD32F103 chip Signed-off-by: James Hartley <james@hartleyns.com>
* config: Fix incorrect pin in printer-monoprice-select-mini-v2-2018.cfgKevin O'Connor2022-04-231-1/+1
| | | | | | Reported by @bkw777. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Updated and created new TwoTrees configs to avoid confusion (#5365)laurienzu2022-04-134-105/+244
| | | | | | | | | | | | | | | | | | | * Update and rename printer-twotrees-sapphire-pro-2020.cfg to printer-twotrees-sapphire-pro-sp-3.cfg I renamed the file since the printer name now changed and is sold with this name, there is only one version so year can be removed. -Added detailed instructions for flashing in the header. -Corrected rotation distances for axes, it was wrong. -Added gear ratio for extruder that is useful for future changes. -Added heater fan to HE1 pins for automatic shutdown with temp. -Reduced speed and accel for Z since a 2mm screw is used. * Create printer-twotrees-sapphire-plus-sp-5-v1.1.cfg I created the file since the printer name now changed and is sold with this name, there are 2 main versions (V1 and V1.1) so I will make 2 different configs for them since there are some hardware change and people are confused in what to change. The difference with V1 is that all 2225 drivers are now used, since microsteps tables change for these drivers and by factory all jumpers are in the microstep setting is 32, people don't know this and will have half movement with the v1 config, there is a lot of confusion in communities so I think adding another file is the best option. Signed-off-by: Lorenzo Cascone <laurienzudesign@gmail.com>
* config: Add config for CR-10 Smart Pro, including installation instructions ↵iblue2022-04-071-0/+161
| | | | | | | (#5396) The pinout was found by windowpainting, initial config by Subwooferbone, tweaked by iblue. Signed-off-by: Markus Fenske <iblue@gmx.net>
* config: Added Config for Creality Ender 5 Pro 2020 (#4836)SyrasX2022-03-181-0/+101
| | | Signed-off-by: Maxim Schessler <maxim.schessler@gmail.com>