From b455f1fbe1703095a99cbe5019b279d0e1f2ec66 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 14 Mar 2019 10:44:02 -0400 Subject: [PATCH] config: Reduce the stepper current in the example printrboard config Reported by @drphil3d. Signed-off-by: Kevin O'Connor --- config/generic-printrboard.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/generic-printrboard.cfg b/config/generic-printrboard.cfg index 04db045a..804e3af8 100644 --- a/config/generic-printrboard.cfg +++ b/config/generic-printrboard.cfg @@ -78,7 +78,7 @@ 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 +#channel_a: 0.6 # Extruder +#channel_b: 0.5 # stepper_z +#channel_c: 0.5 # stepper_y +#channel_d: 0.5 # stepper_x