diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-07-08 10:45:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-08 10:45:17 -0400 |
commit | f7c2d918b657bc6572002f817cfbb49e9d5dcc8d (patch) | |
tree | b9350881b657b432294544dbd8930dd6156aef82 /config/generic-smoothieboard.cfg | |
parent | f3ac1a2306f0bd308b8c2129d29035c32f74282b (diff) | |
download | kutter-f7c2d918b657bc6572002f817cfbb49e9d5dcc8d.tar.gz kutter-f7c2d918b657bc6572002f817cfbb49e9d5dcc8d.tar.xz kutter-f7c2d918b657bc6572002f817cfbb49e9d5dcc8d.zip |
config: Update Smoothieboard configs with notes on flashing the devices
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-smoothieboard.cfg')
-rw-r--r-- | config/generic-smoothieboard.cfg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/config/generic-smoothieboard.cfg b/config/generic-smoothieboard.cfg index d52fff07..48226cbb 100644 --- a/config/generic-smoothieboard.cfg +++ b/config/generic-smoothieboard.cfg @@ -1,7 +1,10 @@ -# This file contains common pin mappings for Smoothieboard. To use this -# config, the firmware should be compiled for the LPC176x. +# This file contains common pin mappings for Smoothieboard. To use +# this config, the firmware should be compiled for the LPC176x. -# THIS FILE HAS NOT BEEN TESTED - PROCEED WITH CAUTION! +# The "make flash" command does not work on the Smoothieboard. +# Instead, after running "make", copy the generated "out/klipper.bin" +# file to a file named "firmware.bin" on an SD card and then restart +# the Smoothieboard with that SD card. # See the example.cfg file for a description of available parameters. @@ -88,7 +91,7 @@ pins: P1.18, P1.19, P1.20, P1.21, P4.28 [mcp4451 stepper_digipot1] i2c_address: 88 -# Scale the config so that values can be specified in amps. +# Scale the config so that wiper values can be specified in amps. scale: 2.25 # wiper 0 is X (aka alpha), 1 is Y, 2 is Z, 3 is E0 wiper_0: 1.0 |