Skip to content

Commit 6d78c60

Browse files
authored
fix(gantry): disable passive fast decay on Y axis (#658)
1 parent b7f3e0d commit 6d78c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gantry/firmware/interfaces_rev1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ static tmc2160::configs::TMC2160DriverConfig motor_driver_config_y{
186186
.tbl = 0x1,
187187
.vhighfs = 1,
188188
.vhighchm = 1,
189-
.tpfd = 0x4,
189+
.tpfd = 0x0,
190190
.mres = 0x3},
191191
.coolconf = {.sgt = 0x6},
192192
.pwmconf = {.pwm_ofs = 30,

0 commit comments

Comments
 (0)