mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-19 19:02:19 -07:00
Reduced line width of the middle raft layer from 1.2 to 0.4
Increase speed from 27.5mm/s to 90mm/s.
This commit is contained in:
parent
29193d833c
commit
66ad006bc5
1 changed files with 2 additions and 1 deletions
|
|
@ -357,7 +357,8 @@
|
|||
"raft_base_thickness": { "value": 0.8 },
|
||||
"raft_interface_extruder_nr": { "value": "raft_surface_extruder_nr" },
|
||||
"raft_interface_layers": { "value": 2 },
|
||||
"raft_interface_line_width": { "value": 1.2 },
|
||||
"raft_interface_line_width": { "value": "line_width" },
|
||||
"raft_interface_speed": { "value": 90 },
|
||||
"raft_interface_thickness": { "value": 0.3 },
|
||||
"raft_margin": { "value": 3 },
|
||||
"raft_surface_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material')) if support_enable and extruderValue(support_extruder_nr,'material_is_support_material') else raft_base_extruder_nr" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue