mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
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:
parent
40025c0d63
commit
32137f1e56
177 changed files with 1652 additions and 1239 deletions
|
@ -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 }
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue