diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-smoothieboard.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/generic-smoothieboard.cfg b/config/generic-smoothieboard.cfg index 6d635352..742d5442 100644 --- a/config/generic-smoothieboard.cfg +++ b/config/generic-smoothieboard.cfg @@ -90,7 +90,7 @@ max_z_accel: 100 pins: P1.18, P1.19, P1.20, P1.21, P4.28 [mcp4451 stepper_digipot1] -i2c_address: 88 +i2c_address: 44 # 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 @@ -100,7 +100,7 @@ wiper_2: 1.0 wiper_3: 1.0 [mcp4451 stepper_digipot2] -i2c_address: 90 +i2c_address: 45 scale: 2.25 # wiper 0 is E1 wiper_0: 1.0 |