modify definition & quality

1.move cool_fan to definition from quality
2.use parameter to replace actual value when value equal
This commit is contained in:
AnnaKang0219 2021-09-07 16:25:50 +08:00
parent 40025c0d63
commit 32137f1e56
177 changed files with 1652 additions and 1239 deletions

View file

@ -32,7 +32,11 @@
"machine_acceleration": { "value": 500 },
"machine_max_jerk_xy": { "value": 10 },
"machine_max_jerk_z": { "value": 0.4 },
"machine_max_jerk_e": { "value": 5 }
"machine_max_jerk_e": { "value": 5 },
"adhesion_type": { "value": "'none' if support_enable else 'brim'" },
"brim_width": { "value": 10.0 },
"cool_fan_speed": { "value": 100 },
"cool_fan_speed_0": { "value": 0 }
},