This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OS specific support (must be 'true' or 'false'). | |
cygwin=false; | |
darwin=false; | |
mingw=false; | |
case "`uname`" in | |
CYGWIN*) | |
cygwin=true | |
;; | |
Darwin*) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains common pin mappings for RAMPS (v1.3 and later) | |
# boards. RAMPS boards typically use a firmware compiled for the AVR | |
# atmega2560 (though the atmega1280 is also possible). | |
# See docs/Config_Reference.md for a description of parameters. | |
[stepper_x] | |
step_pin: ar54 | |
dir_pin: ar55 | |
enable_pin: !ar38 |