aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* tmc2209: Add support for sensorless homingKevin O'Connor2019-08-191-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Rename stm32f4/ directory to stm32/Kevin O'Connor2019-08-051-1/+2
| | | | | | | Now that the code in stm32f4/ can handle both stm32f1 and stm32f4 chips, rename the directory to just "stm32". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add an example config file for the bigtreetech skr miniKevin O'Connor2019-07-301-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a simplified Duet2 Eth/Wifi example config fileKevin O'Connor2019-07-111-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Rename generic-duet2.cfg to generic-duet2-duex.cfgKevin O'Connor2019-07-111-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tmc: Configure "intpol" field from TMCMicrostepHelperKevin O'Connor2019-06-281-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* polar: Add initial support for multiple bed rotationsKevin O'Connor2019-06-281-0/+42
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Fix SET_TMC_FIELD test casesKevin O'Connor2019-06-241-6/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tmc2209: Initial support for tmc2209 stepper driverStephan Oelze2019-06-232-3/+17
| | | | | Signed-off-by: Stephan Oelze <stephan.oelze@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-printrboard-g2.cfg config fileKevin O'Connor2019-06-212-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Create printer-wanhao-duplicator-i3-plus-mark2-2019.cfgnzlrhyz2019-06-181-0/+1
| | | | | | Reported by @nzlrhyz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add an example config for the Duet2 MaestroKevin O'Connor2019-06-121-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Flush moves in quad_gantry_level and z_tilt_adjust testsKevin O'Connor2019-06-122-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add quad_gantry_level and z_tilt_adjust test casesKevin O'Connor2019-06-123-0/+168
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add test cases for tmc driversKevin O'Connor2019-06-102-0/+126
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode_macro: Parse variable_X parameters using ast.literal_eval()Kevin O'Connor2019-06-071-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: Move multi-sampling capability from ProbePointsHelper to ProbeKevin O'Connor2019-06-061-3/+3
| | | | | | | | | | | This changes the config file so that the configuration of multi-samples is now done in the [probe] (and [bltouch]) section instead of the various delta, bed_mesh, z_tilt, etc. config sections. With this change, PROBE and PROBE_CALIBRATE commands now also utilize multi-sampling. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode_macro: Add support "x in printer" to templatesKevin O'Connor2019-06-041-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add a macros.test test case for testing gcode_macroKevin O'Connor2019-06-042-0/+121
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Add support for SAVE_GCODE_STATE and RESTORE_GCODE_STATE commandsKevin O'Connor2019-05-311-0/+15
| | | | | | Add commands to save and restore the current g-code state. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mcu: Fix reserve pin checkKevin O'Connor2019-05-211-1/+1
| | | | | | Fix typo causing conflict with mcu name and constant name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add printer-creality-ender5-2019.cfg to printers.testKevin O'Connor2019-05-011-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Updates to kit-zav3d-2019.cfgKevin O'Connor2019-05-011-0/+1
| | | | | | | | | Minor updates to the kit-zav3d-2019.cfg to make it look more like other config files: specify the micro-controller type, use the klipper3d.org site for documentation links, avoid using SAVE_CONFIG sections in the example configs, add config to printers.test. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Generic board BIGTREETECH SKR V.1.3 configAleksander Sobolewski2019-04-051-0/+1
| | | | | Signed-off-by: Aleksander Sobolewski <aleks.sobolewski@outlook.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32f0: New target STM32F0 added.Eugene Krashtan2019-03-241-0/+2
| | | | Signed-off-by: Eugene Krashtan <Eugene.Krashtan@opensynergy.com>
* config: Added Anycubic 4Max printer config fileMontbel2019-03-221-1/+2
| | | | | Signed-off-by: Christian Toulon christian@bouncy-studio.com Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Rename atmega2560-16mhz.config to atmega2560.configKevin O'Connor2019-03-2215-16/+16
| | | | | | | There's no need to include the 16mhz as basically all atmega chips are run at 16mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-tevo-flash-2018.cfgKevin O'Connor2019-03-141-0/+1
| | | | | | Reported by @RadianceNL. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* controller_fan: Allow multiple controller_fan sections to be definedKevin O'Connor2019-03-101-0/+3
| | | | | | | It may be necessary to define multiple fans, so allow each config section to be named. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-082-0/+96
| | | Signed-off-by: Rui Caridade <rui.mcbc@gmail.com>
* manual_stepper: Add support for moves with accelerationKevin O'Connor2019-03-032-3/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_sensor: Add generic temperature sensor supportDouglas Hammond2019-02-261-5/+1
| | | | | Signed-off-by: Douglas Hammond <wizhippo@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: Add a helper tool for leveling bed screwsKevin O'Connor2019-02-242-0/+99
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Example config file for a stock 250mm build VORON2 printerBoffgithub2019-02-131-1/+1
| | | | | | | | | Example config file for a stock 250mm build VORON2 printer that matches the manual diagrams exactly for the controller layout and pins used. Signed-off-by: Ben Warren <boffdroid@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* manual_stepper: Add an "extras" module for manually controlling a stepperKevin O'Connor2019-02-122-0/+46
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: Add PROBE_CALIBRATE commandKevin O'Connor2019-02-122-0/+37
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Azteeg X5 mini config (#1193)AxMod 3D Print2019-02-081-0/+1
| | | Signed-off-by: Ax Smith-Laffin <ax@darknetweb.co.uk>
* config: Added example config file for Geeetech gt2560 controller.Ales Stimec2019-01-281-0/+1
| | | | | Signed-off-by: Ales Stimec <ales.stimec@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* adc_temperature: Add support for linear interpolation of resistancesKevin O'Connor2019-01-211-0/+16
| | | | | | | Add support for performing linear interpolation between a set of measured temperature/resistance pairs. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Generic board BIGTREETECH SKR V1.1 configRui Caridade2019-01-161-0/+1
| | | | | Signed-off-by: Rui Caridade <rui.mcbc@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-124-3/+4
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* config: Create generic-fysetc-f6.cfgSimoneBnc2019-01-101-0/+1
| | | | | | | | This is my current config file for Fysect F6 + TMC2208 running on my Ender 3 with stock creality display. Signed-off-by: Simone Bonacini <bonacini.simone@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Add support for sam4s8c chipsKevin O'Connor2019-01-071-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam3: Merge sam4e8e support into sam3 codeKevin O'Connor2019-01-072-0/+2
| | | | | | | Most of the peripherals on the sam4e8e are similar to the ones on the sam3x8e mcu. Merge the code together and use just one code directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* winch: Add experimental support for cable winch kinematicsKevin O'Connor2018-12-242-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* polar: Experimental support for polar kinematicsKevin O'Connor2018-12-241-0/+32
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a generic-minitronics1.cfg example config fileKevin O'Connor2018-12-202-0/+8
| | | | | | Information provided by @BKLronin. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add printer-creality-cr20-2018.cfg to printers.testKevin O'Connor2018-12-191-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-micromake-d1-2016.cfg example config fileKevin O'Connor2018-12-181-0/+1
| | | | | | Reported by IRC user "Xantos". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bltouch: Add a BLTOUCH_DEBUG commandKevin O'Connor2018-12-031-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>