aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* config: Ender 3 S1/S1 Pro Default Configurations (#5332)Fisheiyy2022-05-231-0/+2
| | | Signed-off-by: Rob Casper <myallneedsemail@gmail.com>
* config: Create configuration file for Fly-Gemini-v2 and Fly-CDY-V3 ↵kluoyun2022-05-181-0/+2
| | | | | motherboard (#5508) Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
* config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)kluoyun2022-05-142-0/+7
| | | | | | | 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: Updated and created new TwoTrees configs to avoid confusion (#5365)laurienzu2022-04-131-2/+3
| | | | | | | | | | | | | | | | | | | * 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/+1
| | | | | | | (#5396) The pinout was found by windowpainting, initial config by Subwooferbone, tweaked by iblue. Signed-off-by: Markus Fenske <iblue@gmx.net>
* test: Add an led test for led, neopixel, dotstar, pca9533, pca9632 configsKevin O'Connor2022-03-312-0/+102
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsam: Add support for SAM E70Alex Maclean2022-03-261-0/+3
| | | | Signed-off-by: Alex Maclean <monkeh@monkeh.net>
* config: Added Config for Creality Ender 5 Pro 2020 (#4836)SyrasX2022-03-181-0/+1
| | | Signed-off-by: Maxim Schessler <maxim.schessler@gmail.com>
* config: Adds Ender 2 Pro config (#5359)Spencer Owen2022-03-171-0/+1
| | | | | Adds a default config for Ender 2 Pro. Printer uses creality 4.2.3 board Signed-off-by: Spencer Owen <owenspencer@gmail.com>
* test: Minor file ordering change to printers.testKevin O'Connor2022-03-141-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: generic-th3d-ezboard-lite-v2.0.cfg (#5247)Apulo2022-03-141-0/+1
| | | | | This file includes the build instructions and generic configuration for the TH3D EZBoard Lite v2.0 3d printer control board. Signed-off-by: Anthony Dellett <anthony.dellett@gmail.com>
* test: Add printer-monoprice-select-mini-v1-2016.cfg to printers.testKevin O'Connor2022-03-141-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Elegoo Neptune 2 config update (#5213)just-trey2022-03-141-1/+1
| | | Signed-off-by: Trey Wentz <trey.wentz@gmail.com>
* extruder_stepper: Do not default to synching with "extruder" at startupKevin O'Connor2022-03-041-0/+1
| | | | | | | | With recent changes, the extruder_stepper may be used for new purposes, and synchronizing to the "extruder" motion queue at startup may become a confusing default. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* dac084S085: SPI DAC DAC084S085 implementation (#5134)Lorenzo2022-02-221-0/+2
| | | | | | Alligator Board Rev2 tested config sample. Add example configuration file for Alligator board rev.3. Signed-off-by: Lorenzo Franco <lorenzo.franco@lorenzing.com>
* extruder: Add new SYNC_EXTRUDER_MOTION commandKevin O'Connor2022-02-101-5/+5
| | | | | | | This command is a rename of SYNC_STEPPER_TO_EXTRUDER. This change is in preparation for the removal of SYNC_STEPPER_TO_EXTRUDER. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* extruder: Add support for reversing the direction of extruder stepper movementKevin O'Connor2022-02-101-1/+5
| | | | | | | Extend SET_EXTRUDER_ROTATION_DISTANCE to support reversing the direction of extruder movement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add BIQU BX printer config (#4950)adelyser2022-01-292-0/+7
| | | Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
* extruder: Support disassociating a stepper from all extrudersKevin O'Connor2022-01-161-0/+29
| | | | | | | Support SYNC_STEPPER_TO_EXTRUDER commands with an EXTRUDER parameter set to an empty string. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfgKevin O'Connor2021-12-271-0/+4
| | | | | | Small wording change and add to printer test cases. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add stm32g0 and generic-bigtreetech-skr-mini-e3-v3.0.cfg to test casesKevin O'Connor2021-12-242-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add configuration for Modix Big60 printer (#4986)gjsmo2021-12-151-0/+1
| | | Signed-off-by: Gabriel Smolnycki <gabjsmo0@gmail.com>
* test: Add an input_shaper module test caseKevin O'Connor2021-10-262-0/+89
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to printer-tronxy-xy-2-Pro-2020.cfgKevin O'Connor2021-10-261-0/+1
| | | | | | | Change extruder microsteps to 32. Add to printers.test regression test case. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Update test case to not use pin_mapKevin O'Connor2021-10-2416-316/+300
| | | | | | Remove all users of the pin_map setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Update test cases to use rotation_distanceKevin O'Connor2021-10-2415-72/+132
| | | | | | Remove all users of step_distance from test configs. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Anycubic Vyper (#4740)Manuel Fichtner2021-10-111-0/+1
| | | | | | | | | | | This commit contains a configuration for the Anycubic Vyper printer from 2021. It uses a clone of the STM32F103 chip named GD32F103. There are 2 Mainboard versions out there v0.0.5 and v0.0.6, this config has been tested with the v0.0.6 only. It should probably work for v0.0.5 as well since there are no different changes in the Anycubic Marlin firmware. The LCD is not supported yet (might work, but didn't try yet). Signed-off-by: Marc Neuhaus <marc@neuhaus.nrw> Signed-off-by: Manuel Fichtner <manuel.fichtner@me.com>
* test: Add a configfile test with unicode charactersKevin O'Connor2021-10-091-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: add support for creality sermoon D1 printer (#4621)Peter Pan's Techland2021-09-251-0/+1
| | | Signed-off-by: Shi Pan <twinkle-pirate@hotmail.com>
* test: Add generic-mellow-super-infinty-hv.cfg to printers.testKevin O'Connor2021-09-211-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Config for Anycubic 4MaxPro_2.0-2021 (#4557)int_0x032021-09-211-0/+1
| | | | | This config I created and fully tested on my own printer Anycubic 4Max Pro 2.0. This works fine! Please note that this printer is different from the Anycubic 4MAX. Signed-off-by: Alexander Usachev <int_0x21@protonmail.com>
* test: Add printer-elegoo-neptune2-v1.2-2021.cfg to printers.testKevin O'Connor2021-08-311-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Adds generic config for BigTreeTech SKR E3 RRF 1.1Pedro Lamas2021-08-171-0/+1
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* config: New printer profile for Eryone ER20 and minor update for Eryone ↵Demetrius Apostolopoulos2021-07-151-0/+1
| | | | | | | 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: Create config for BigTreeTech Octopus (#4441)charlespick2021-07-091-0/+1
| | | | | | | 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>
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+2
| | | | | | | Support the rp2040 (as tested on a Raspberry Pi Pico board). This adds basic uart, timer, gpio, and watchdog support. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Fix typos related to STM32F446 (#4444)charlespick2021-06-302-2/+2
| | | 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-271-0/+1
| | | Signed-off-by: Joseph Orduna <joey.orduna@gmail.com>
* config: Add generic-bigtreetech-skr-cr6-v1.0.cfg and fixesKevin O'Connor2021-06-141-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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-141-0/+2
| | | | Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
* config: Fixes for generic-th3d-ezboard-lite-v1.2.cfgKevin O'Connor2021-06-081-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-duet3-mini.cfgLuke's Lab2021-06-042-0/+8
| | | | | | | 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>
* loop_sdcard: Add loopable SD card file sectionsJason S. McMullan2021-05-263-0/+448
| | | | | | | | | | | | | | | | | | | | | 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: Add printer-fokoos-odin5-f3.cfg (#4286)Matthew Lloyd2021-05-121-0/+1
| | | 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-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to printer-velleman-k8800-2017.cfgKevin O'Connor2021-05-061-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Creality CR-30 PrintMill supportJason S. McMullan2021-05-061-0/+2
| | | | | | | | | 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>
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-031-0/+2
| | | Signed-off-by: Fabrice GALLET <tircown@gmail.com>
* config: add example configs for fysetc spider boardGeorge Fu2021-05-031-0/+1
| | | | | Signed-off-by: George Fu <nailao_5918@163.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>