Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnaKang0219 <heed818@yahoo.com.tw>2021-09-07 11:25:50 +0300
committerAnnaKang0219 <heed818@yahoo.com.tw>2021-09-07 11:25:50 +0300
commit32137f1e56adcc321f3f56dc1564607fd274ee0f (patch)
treee57922e94f34dadf0e680cebb468dedb462c9a06 /resources/definitions/xyzprinting_base.def.json
parent40025c0d63380f869aa97a32d060db8160076f77 (diff)
modify definition & quality
1.move cool_fan to definition from quality 2.use parameter to replace actual value when value equal
Diffstat (limited to 'resources/definitions/xyzprinting_base.def.json')
-rw-r--r--resources/definitions/xyzprinting_base.def.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/definitions/xyzprinting_base.def.json b/resources/definitions/xyzprinting_base.def.json
index c1be41cd49..a36afd0216 100644
--- a/resources/definitions/xyzprinting_base.def.json
+++ b/resources/definitions/xyzprinting_base.def.json
@@ -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 }
},