aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-corexz.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-11-16 18:47:32 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-11-18 20:10:21 -0500
commit15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f (patch)
treefbb9fb7be4266684eb67f0b7d36379b523f8a240 /config/example-corexz.cfg
parent9fd8f7761e424807c9f69165430e562bb2ab0390 (diff)
downloadkutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.tar.gz
kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.tar.xz
kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.zip
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>
Diffstat (limited to 'config/example-corexz.cfg')
-rw-r--r--config/example-corexz.cfg14
1 files changed, 4 insertions, 10 deletions
diff --git a/config/example-corexz.cfg b/config/example-corexz.cfg
index a0cd9b85..16b25fe1 100644
--- a/config/example-corexz.cfg
+++ b/config/example-corexz.cfg
@@ -1,14 +1,11 @@
-# This file serves as documentation for config parameters of corexz
-# style printers. One may copy and edit this file to configure a new
-# corexz printer. Only parameters unique to corexz printers are
-# described here - see the "example.cfg" file for description of common
-# config parameters.
+# This file is an example config file for corexz style printers. One
+# may copy and edit this file to configure a new corexz printer.
# DO NOT COPY THIS FILE WITHOUT CAREFULLY READING AND UPDATING IT
# FIRST. Incorrectly configured parameters may cause damage.
-# The stepper_x section is used to describe the X axis as well as the
-# stepper controlling the X+Z movement.
+# See docs/Config_Reference.md for a description of parameters.
+
[stepper_x]
step_pin: ar54
dir_pin: ar55
@@ -29,8 +26,6 @@ position_endstop: 0
position_max: 200
homing_speed: 50
-# The stepper_z section is used to describe the Z axis as well as the
-# stepper controlling the X-Z movement.
[stepper_z]
step_pin: ar46
dir_pin: ar48
@@ -74,7 +69,6 @@ pin_map: arduino
[printer]
kinematics: corexz
-# This option must be "corexz" for corexz printers.
max_velocity: 300
max_accel: 3000
max_z_velocity: 50