mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 09:40:26 +09:00
mcp4728: Add initial support for the mcp4728 i2c dac chip
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -74,3 +74,11 @@ max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
# Use the following on a Printrboard RevF to control stepper current.
|
||||
#[mcp4728 stepper_current_dac]
|
||||
#scale: 2.327
|
||||
#channel_a: 1.3 # Extruder
|
||||
#channel_b: 1.1 # stepper_z
|
||||
#channel_c: 1.1 # stepper_y
|
||||
#channel_d: 1.1 # stepper_x
|
||||
|
||||
Reference in New Issue
Block a user