diff options
Diffstat (limited to 'config/example-corexy.cfg')
-rw-r--r-- | config/example-corexy.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-corexy.cfg b/config/example-corexy.cfg index 6d3f8a98..824eb4b0 100644 --- a/config/example-corexy.cfg +++ b/config/example-corexy.cfg @@ -8,7 +8,7 @@ # 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+Y movement +# stepper controlling the X+Y movement. [stepper_x] step_pin: ar54 dir_pin: ar55 @@ -21,7 +21,7 @@ position_endstop: 0 position_max: 200 # The stepper_y section is used to describe the Y axis as well as the -# stepper controlling the X-Y movement +# stepper controlling the X-Y movement. [stepper_y] step_pin: ar60 dir_pin: ar61 |