mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-23 21:19:58 +08:00
Fix issues pointed out by linter
CURA-12167
This commit is contained in:
parent
a2e0701492
commit
78be499aeb
@ -136,11 +136,7 @@
|
||||
"enabled": false,
|
||||
"value": false
|
||||
},
|
||||
"jerk_travel_enabled":
|
||||
{
|
||||
"enabled": false,
|
||||
"value": false
|
||||
},
|
||||
"jerk_travel_enabled": { "enabled": false },
|
||||
"layer_height_0": { "value": "layer_height if adhesion_type == 'raft' else layer_height * 1.25" },
|
||||
"line_width": { "value": 0.42 },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
@ -368,7 +364,6 @@
|
||||
"support_top_distance": { "value": "support_z_distance" },
|
||||
"support_use_towers": { "value": false },
|
||||
"support_xy_distance": { "value": 0.3 },
|
||||
"support_xy_distance_overhang": { "value": 0.2 },
|
||||
"support_xy_overrides_z": { "value": "'xy_overrides_z'" },
|
||||
"support_z_distance": { "value": "layer_height if support_structure == 'tree' else 0.25" },
|
||||
"top_bottom_thickness": { "value": "5 * layer_height" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user