aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* adc_temperature: Add builtin definition for PT1000 sensorsKevin O'Connor2020-03-051-0/+4
* test: Add printer-wanhao-duplicator-9-2018.cfg to printers.testKevin O'Connor2020-02-131-0/+1
* test: Add generic-bigtreetech-skr-v1.4.cfg to printers.testKevin O'Connor2020-01-281-0/+1
* config: Add example printer-mtw-create-2015.cfg config filemtw3d2020-01-241-0/+1
* test: Add generic-simulavr.cfg to printers.testKevin O'Connor2020-01-232-0/+8
* test: Add printer-monoprice-mini-delta-2017.cfg to printers.testKevin O'Connor2020-01-232-0/+7
* config: Add example generic-flyboard.cfg config fileKevin O'Connor2020-01-231-0/+1
* config: Add example generic-archim2.cfg configKevin O'Connor2020-01-231-0/+1
* config: Add an example generic-mks-sgenl.cfg configKevin O'Connor2020-01-231-0/+1
* config: Add generic-mightyboard.cfgKevin O'Connor2020-01-231-0/+1
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-141-2/+0
* test: update sample configs and test configs with new bed_mesh optionsArksine2020-01-093-6/+6
* rotary_delta: Initial support for rotary delta kinematicsKevin O'Connor2020-01-063-0/+111
* extruder_stepper: Initial support for synchronized extruder steppersSimo Apell2020-01-062-0/+76
* test: Use more descriptive mcu chip namesKevin O'Connor2019-12-185-3/+3
* test: Add generic-fysetc-s6.cfg to printer config test casesKevin O'Connor2019-12-182-0/+7
* config: Add printer-anet-a4-2018.cfg config fileKevin O'Connor2019-12-151-0/+1
* gcode: Remove builtin T0/T1/T2/... command supportKevin O'Connor2019-12-101-4/+16
* test: Add new delta_calibrate test caseKevin O'Connor2019-12-052-0/+105
* test: Add printer-wanhao-duplicator-i3-mini-2017.cfg to build testsKevin O'Connor2019-12-031-0/+1
* config: Rename example-multi-mcu.cfg to sample-multi-mcu.cfgKevin O'Connor2019-11-241-1/+1
* config: Minor updates to printer-lulzbot-mini1-2016.cfgKevin O'Connor2019-11-051-0/+1
* config: Minor updates to printer-creality-cr20-pro-2019.cfgKevin O'Connor2019-11-051-0/+1
* test: Add printer-lulzbot-taz6-dual-v3-2017.cfg to printers.testKevin O'Connor2019-10-301-0/+1
* stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HALKevin O'Connor2019-10-231-1/+1
* config: Add generic-bigtreetech-skr-e3-dip.cfg configKevin O'Connor2019-10-231-0/+1
* config: Rename config to generic-bigtreetech-skr-mini-e3-v1.0.cfgKevin O'Connor2019-10-231-1/+1
* test: Add generic-bigtreetech-skr-mini-e3-v1.2.cfg to config testsKevin O'Connor2019-10-231-0/+1
* test: Add initial test case for gcode_arcs supportKevin O'Connor2019-09-132-0/+78
* config: Add example generic-bigtreetech-skr-pro.cfg configKevin O'Connor2019-09-052-0/+7
* config: Add example config files for the Fysetc Cheetah boardsKevin O'Connor2019-08-312-0/+9
* config: Add example SKR mini-E3 configKevin O'Connor2019-08-291-0/+1
* tmc2209: Add support for sensorless homingKevin O'Connor2019-08-191-0/+2
* stm32: Rename stm32f4/ directory to stm32/Kevin O'Connor2019-08-051-1/+2
* config: Add an example config file for the bigtreetech skr miniKevin O'Connor2019-07-301-0/+4
* config: Add a simplified Duet2 Eth/Wifi example config fileKevin O'Connor2019-07-111-0/+1
* config: Rename generic-duet2.cfg to generic-duet2-duex.cfgKevin O'Connor2019-07-111-1/+1
* tmc: Configure "intpol" field from TMCMicrostepHelperKevin O'Connor2019-06-281-1/+1
* polar: Add initial support for multiple bed rotationsKevin O'Connor2019-06-281-0/+42
* test: Fix SET_TMC_FIELD test casesKevin O'Connor2019-06-241-6/+6
* tmc2209: Initial support for tmc2209 stepper driverStephan Oelze2019-06-232-3/+17
* config: Add generic-printrboard-g2.cfg config fileKevin O'Connor2019-06-212-0/+7
* config: Create printer-wanhao-duplicator-i3-plus-mark2-2019.cfgnzlrhyz2019-06-181-0/+1
* config: Add an example config for the Duet2 MaestroKevin O'Connor2019-06-121-0/+4
* test: Flush moves in quad_gantry_level and z_tilt_adjust testsKevin O'Connor2019-06-122-0/+4
* test: Add quad_gantry_level and z_tilt_adjust test casesKevin O'Connor2019-06-123-0/+168
* test: Add test cases for tmc driversKevin O'Connor2019-06-102-0/+126
* gcode_macro: Parse variable_X parameters using ast.literal_eval()Kevin O'Connor2019-06-071-4/+4
* probe: Move multi-sampling capability from ProbePointsHelper to ProbeKevin O'Connor2019-06-061-3/+3
* gcode_macro: Add support "x in printer" to templatesKevin O'Connor2019-06-041-0/+7