aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* config: Add HC32F460 variant of Ender 2 Pro (#6334)JamesH19782023-09-101-0/+95
| | | | | | | PR to add the newer version of the Ender 2 Pro with the CR-FDM-v2.5.54.170 motherboard with the HC3232F460 chip. Confirmed as working with discord member NyftHeart and using configs from Steve Gotthardt, with his permission to use and submit. Signed-off-by: James Hartley <james@hartleyns.com>
* config: Add 1LC example configuration and docsWulfsta2023-08-131-0/+81
| | | | Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com>
* config: Add config for printer Creality CR10s Pro V2 (#6300)flatline-842023-08-131-0/+154
| | | | | | | Created a base config for the Creality CR10s Pro v2 as described here: https://www.creality.com/products/cr-10s-pro-v2-3d-printer This will allow users with this printer to more easily setup Klipper firmware. Signed-off-by: Peter Kydas <peter@kydas.me>
* idex_modes: COPY and MIRROR mode implementation (#6297)Dmitry Butyugin2023-08-011-0/+36
| | | | | | | | | | | COPY and MIRROR mode implementation Correctly apply input shaper params to new dual_carriage Added SAVE_/RESTORE_IDEX_STATE commands Documentation updates for the new IDEX modes Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* config: Update Octopus Max EZ for wrong bltouch pins (#6283)JamesH19782023-07-161-2/+2
| | | | | | | It has been discovered on the discord by the user Pizn that the blouch pins are swapped in this config and don't include the ^ pull on the sensor pin. This has been tested and confirmed by the user. Signed-off-by: James Hartley <james@hartleyns.com>
* config: Updated bed mesh configuration for Creality Ender 3 S1 and S1 Pro ↵Aleksandr 'Aux' Ivanov2023-07-091-2/+2
| | | | | | | | | (#6219) Existing `mesh_min` values start probing too far away from the edge. Additionally `mesh_max` Y value of 197 is out of bed movement range (197 + `bltouch.y_offset` = 237.5) and causes Y stepper to overhit, which can potentially damage the printer in the long run. Signed-off-by: Aleksandr Ivanov <aux@hexmode.org>
* config: Multiple config - change working for heater fan (#6274)JamesH19782023-06-285-5/+5
| | | | | The reference to `my_nozzle_fan` in these configs could be confusing and misleading, leading users to think it is the parts/print cooling fan, changed to heatbreak_cooling_fan as used in other configs. Signed-off-by: James Hartley <james@hartleyns.com>
* config: remove move_to_previous from Ender 3 S1 configs (#6245)JamesH19782023-06-162-2/+0
| | | | | This PR is to remove `move_to_previous: true` from the ender 3 S1 and S1 plus configs. This is a confusing option, it is not really useful on these type of printers and can cause issue to the end user Signed_off_by; James Hartley <james@hartleyns.com>
* config: Update printer-creality-cr10-smart-pro-2022.cfg (#6253)IronAegis902023-06-161-1/+2
| | | | | Clarified the necessary steps for successfully flashing the firmware to the MCU. Signed-off-by: Doug Whitlock <doug@thewhitlock.family>
* config: Correct year in documentation for ender 3 v2 neoJason W. Thompson2023-06-061-1/+1
| | | | | | The header documentation currently shows the year the Creality Ender 3 V2 Neo as being the 2020 model. This is likely a copy/paste error from the header of the original Creality Ender 3 V2 config. The year the Creality Ender 3 V2 Neo came out was in 2022 as indicated by the name of this config file. This patch fixes the copy/paste typo by updating the year in the header documentation from 2020 to 2022. Signed-off-by: Jason W. Thompson <jason@jasonthompson.dev>
* config: Change the position_max value of Kobra Go to the physic limit (#6200)xpeng2023-05-141-4/+4
| | | | | Fixed the bed_mesh out of range issue Signed-off-by: Yipeng Zhou <yipeng_zhou@foxmail.com>
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+117
| | | | Signed-off-by: Frederic Morin <frederic.morin.8@gmail.com>
* config : Longer LK4 X (#6185)Thomas Lété2023-05-011-0/+118
| | | | | | | New printer : Longer LK4X configuration This configuration is based on the one provided by Longer with some tweaks. Signed-off-by: Thomas Lété <bistory@gmail.com>
* config: Add printer configuration for Anycubic Kobra Go (#6166)xpeng2023-04-151-0/+133
| | | Signed-off-by: Yipeng Zhou <yipeng_zhou@foxmail.com>
* config: SKR3, update for second chip choice (#6153)JamesH19782023-04-071-1/+3
| | | | | | | As found on the discord by user Qtin, this board now ships with one of STM32H743 or STM32H723 Example config updated to reflect this. This has been tested on the users board. To note, the H743 bin will flash to the H723 chip, but will not work. Signed-off-by: James Hartley <james@hartleyns.com>
* config: Update comment header in printer-voxelab-aquila-2021.cfgKevin O'Connor2023-04-071-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add support for Nation N32G45x mcus (#6116)Alexey2023-04-071-0/+83
| | | | | N32G452/G455 are mostly compatible with STM32F103 but have M4 core and different ADC. Signed-off-by: Alexey Golyshin <stas2z@gmail.com>
* config: Fix motor4 comment in manta m8p configsKevin O'Connor2023-03-292-2/+2
| | | | | | Reported by @jakep82. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add config printer-sovol-sv05-2022.cfg (#6122)spinixguy2023-03-291-0/+144
| | | | | Adding Sovol SV06 printer config Signed-off-by: Joseph Spainhour <spinixguy@gmail.com>
* config: Add Ratrig V-Minion (#6120)bbro442023-03-291-0/+180
| | | | | This adds support for the stock configuration of the V-Minion printer from Ratrig, based on the Octopus v1.1 (STM32F446) Signed-off-by: Benjamin Lesher <bbro44@protonmail.com>
* config: Update printer-anycubic-vyper-2021.cfg (#6113)Robert2023-03-211-0/+4
| | | | | Having the controller fan PA14 in the config is important for the stepper drivers not to overheat and skip steps. Signed-off-by: Robert Lilienthal <13837429+RobLil@users.noreply.github.com>
* config: Add Fysetc Cheetah V2.0 (#6119)bbro442023-03-201-0/+138
| | | | | This adds support for the Cheetah v2.0 mainboard from Fysetc. Signed-off-by: Benjamin Lesher <bbro44@protonmail.com>
* docs: addition of slicer specific gcode for START_PRINT (#6063)JamesH19782023-03-141-1/+1
| | | Signed-off-by: James Hartley <james@hartleyns.com>
* config: Add Ender 3 v2 Neo base config (#6103)Sam2023-03-141-0/+155
| | | | | | Add the default base config for the Ender 3 v2 Neo (as released 2022). This config also works with the newer D32F303 based 4.2.2 boards. Signed-off-by: Sam McLeod <sammcj@users.noreply.github.com>
* config: Add Anycubic Kobra Plus (#6084)Derek Kaser2023-03-141-0/+197
| | | Signed-off-by: Derek Kaser <derek.kaser@gmail.com>
* config: Add printer-elegoo-neptune3-pro configuration (#5965)Koz Ross2023-03-141-0/+126
| | | | | Adds a configuration for the Elegoo Neptune 3 Pro. Signed-off-by: Koz Ross <koz.ross@retro-freedom.nz>
* config: Example config file for Creality CR5 Pro HT (#6089)Brandon Baker2023-03-111-0/+152
| | | Signed-off-by: Brandon Baker <bakerbrandond@gmail.com>
* config: Update printer-sunlu-t3-2022.cfg (#6040)dahliamoth2023-02-281-14/+13
| | | | | | | | | | | Fix filament sensor and remove unneeded config changes in extruder The filament sensor on the printer used for initial testing had been removed prior to flashing klipper to it. Only a basic test to see it if triggered or not was preformed. It was discovered by someone else doing some testing on another printer that it would frequently pause. This was a simple oversight, assuming it was a runout switch. Removed section of config related to filament runout switch and replaced with basic config for filament motion so they printer will simply pause when no more motion is detected. Also notated to add CLEAR_PAUSE to start gcode if using this sensor as it will trigger a paused state when loading or unloading filament. If printer is in a paused state at the start of the print, the attempt to pause will cause the printer to rapidly pause and unpause itself. Removed min_extruder_temp and max_extrude_only_distance from the extruder section, as they were there only for macros on a test system that is not put into this sample config Signed-off-by: Zachary Welvaert <zwelvaert@gmail.com>
* config: Update and rename generic-th3d-ezboard-lite-v2.0.cfg to ↵Apulo2023-02-231-1/+1
| | | | | | | generic-th3d-… (#6070) The actual board name is EZBoard V2 without the lite. Renaming the file and correcting the intro text to reflect the actual board name. Signed-off-by: Anthony Dellett <anthony.dellett@gmail.com>
* config: Add printer sovol sv06 config file (#6056)spinixguy2023-02-141-0/+159
| | | Signed-off-by: Joseph Spainhour <spinixguy@gmail.com>
* config: Avoid spaces between mcu name and pin nameKevin O'Connor2023-02-035-26/+26
| | | | | | Prefer "option: mcu:pin" instead of "option: mcu: pin". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add BigTreeTech EBB V1.2 / EBB SB V1.0 / E3EZ / M5P / M8P V1.1 / ↵bigtreetech2023-02-039-24/+1206
| | | | | | | Octopus Max EZ Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add config for Kingroon KP3S (#6021)JamesH19782023-02-031-0/+108
| | | | | A config that describes a Kingroon KP3S with the STM32F103 Robin Mini/Nano clone Signed-off-by: James Hartley <james@hartleyns.com>
* config: Update printer-creality-ender2pro-2021.cfg (#6023)Artem2023-02-021-1/+1
| | | | | Update pins for serial Signed-off-by: Artem Kochegizov <metra52@ya.ru>
* config: Example config file for Lulzbot Mini 2 (#5976)Spookee2023-01-301-0/+157
| | | | | | Config file contains pin mappings to suit Lulzbot Mini 2 using Lulzbot SingleExtruder(0.5mm) and Lulzbot flexible magnetic bed. Mini 2 uses Einsy Retro mainboard. Signed-off-by: Trent Sheather <trent.sheather@gmail.com>
* config: Added printer config for SUNLU T3 (#6004)dahliamoth2023-01-301-0/+199
| | | Signed-off-by: Zachary Welvaert <zwelvaert@gmail.com>
* config: Duet3-6HC & -6XD Configs (#6006)Evan Cowden2023-01-252-0/+260
| | | Signed-off-by: Evan Cowden <evan38109@gmail.com>
* config: Added precise location of [bed_screws] for Ender-3-s1 (#5944)Stas Yakobov2023-01-021-0/+6
| | | Signed-off-by: Stas Yakobov <stas@3os.org>
* config: Update generic-bigtreetech-octopus.cfg for f429 and h723 chipsKevin O'Connor2022-12-151-3/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>