z_slider_defaults bugf fix

This commit is contained in:
saifullah-N
2023-01-03 22:48:11 +05:30
parent 05b8bf25e4
commit ba3020f898

View File

@@ -19,14 +19,13 @@ const z_slider_defaults = {
"max-accel": 3,
"max-soft-limit": -133
},
"Z-20 Heavy Duty":{
"Z-16 Original":{
"Z-20 Heavy Duty":{
"travel-per-rev": 10,
"max-accel": 7,
"max-soft-limit": -160
}
}
}
module.exports = {
template: "#admin-general-view-template",
props: [ "config", "state" ],