test: Add example kinematic config files to printers.test testcase
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
fe676fa099
commit
5922a1ea1b
|
@ -1,4 +0,0 @@
|
||||||
# Test case for basic cartesian movement
|
|
||||||
CONFIG ../../config/example.cfg
|
|
||||||
DICTIONARY atmega2560-16mhz.dict
|
|
||||||
GCODE move.gcode
|
|
|
@ -1,4 +0,0 @@
|
||||||
# Test case for basic corexy movement
|
|
||||||
CONFIG ../../config/example-corexy.cfg
|
|
||||||
DICTIONARY atmega2560-16mhz.dict
|
|
||||||
GCODE move.gcode
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Basic sanity checks on the example printer config files
|
# Basic sanity checks on the example printer config files
|
||||||
GCODE move.gcode
|
GCODE move.gcode
|
||||||
|
|
||||||
|
# Example kinematic files
|
||||||
|
DICTIONARY atmega2560-16mhz.dict
|
||||||
|
CONFIG ../../config/example.cfg
|
||||||
|
CONFIG ../../config/example-corexy.cfg
|
||||||
|
CONFIG ../../config/example-delta.cfg
|
||||||
|
|
||||||
# Printers using the atmega2560
|
# Printers using the atmega2560
|
||||||
DICTIONARY atmega2560-16mhz.dict
|
DICTIONARY atmega2560-16mhz.dict
|
||||||
CONFIG ../../config/generic-einsy-rambo.cfg
|
CONFIG ../../config/generic-einsy-rambo.cfg
|
||||||
|
|
Loading…
Reference in New Issue