From 15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 16 Nov 2020 18:47:32 -0500 Subject: docs: Move config reference information to new Config_Reference.md Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor --- test/klippy/commands.test | 2 +- test/klippy/out_of_bounds.test | 2 +- test/klippy/printers.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/klippy/commands.test b/test/klippy/commands.test index 42237cef..50e71ab3 100644 --- a/test/klippy/commands.test +++ b/test/klippy/commands.test @@ -1,6 +1,6 @@ # Tests for miscellaneous g-code commands DICTIONARY atmega2560.dict -CONFIG ../../config/example.cfg +CONFIG ../../config/example-cartesian.cfg # Simple status commands GET_POSITION diff --git a/test/klippy/out_of_bounds.test b/test/klippy/out_of_bounds.test index 9a56dea9..e07ea071 100644 --- a/test/klippy/out_of_bounds.test +++ b/test/klippy/out_of_bounds.test @@ -1,5 +1,5 @@ # Test that basic bounds checks work -CONFIG ../../config/example.cfg +CONFIG ../../config/example-cartesian.cfg DICTIONARY atmega2560.dict SHOULD_FAIL diff --git a/test/klippy/printers.test b/test/klippy/printers.test index bd4287ef..d7479700 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -3,7 +3,7 @@ GCODE move.gcode # Example kinematic files DICTIONARY atmega2560.dict -CONFIG ../../config/example.cfg +CONFIG ../../config/example-cartesian.cfg CONFIG ../../config/example-corexy.cfg CONFIG ../../config/example-corexz.cfg CONFIG ../../config/example-delta.cfg -- cgit v1.2.3-70-g09d2