default max-soft-limit

This commit is contained in:
saifullah-N
2023-01-05 18:54:42 +05:30
parent b1c7cf3153
commit 0a58f88fc4

View File

@@ -17,13 +17,13 @@ const z_slider_defaults = {
"Z-16 Original":{
"travel-per-rev": 4,
"max-accel": 3,
"max-soft-limit": -133,
// "max-soft-limit": -133,
},
"Z-20 Heavy Duty":{
"travel-per-rev": 10,
"max-accel": 7,
"max-soft-limit": -160
// "max-soft-limit": -160
}
}