mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-15 12:49:55 +01:00
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 <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Test that basic bounds checks work
|
||||
CONFIG ../../config/example.cfg
|
||||
CONFIG ../../config/example-cartesian.cfg
|
||||
DICTIONARY atmega2560.dict
|
||||
SHOULD_FAIL
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user