z_slider_defaults bugf fix
This commit is contained in:
@@ -19,14 +19,13 @@ const z_slider_defaults = {
|
|||||||
"max-accel": 3,
|
"max-accel": 3,
|
||||||
"max-soft-limit": -133
|
"max-soft-limit": -133
|
||||||
},
|
},
|
||||||
"Z-20 Heavy Duty":{
|
"Z-20 Heavy Duty":{
|
||||||
"Z-16 Original":{
|
|
||||||
"travel-per-rev": 10,
|
"travel-per-rev": 10,
|
||||||
"max-accel": 7,
|
"max-accel": 7,
|
||||||
"max-soft-limit": -160
|
"max-soft-limit": -160
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
template: "#admin-general-view-template",
|
template: "#admin-general-view-template",
|
||||||
props: [ "config", "state" ],
|
props: [ "config", "state" ],
|
||||||
|
|||||||
Reference in New Issue
Block a user