mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Bug fix: Do not sett the z distance for the AA0.8 cores of T-PLA.
PP-424
This commit is contained in:
parent
03abc91bda
commit
a5d6ae1c97
3 changed files with 0 additions and 14 deletions
|
@ -6453,18 +6453,6 @@
|
|||
"settable_per_extruder": true,
|
||||
"limit_to_extruder": "raft_surface_extruder_nr"
|
||||
},
|
||||
"raft_surface_monotonic":
|
||||
{
|
||||
"label": "Monotonic Raft Top Surface Order",
|
||||
"description": "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": "skin_monotonic",
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'raft' and raft_surface_layers > 0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true,
|
||||
"limit_to_extruder": "raft_surface_extruder_nr"
|
||||
},
|
||||
"raft_wall_count":
|
||||
{
|
||||
"label": "Raft Wall Count",
|
||||
|
|
|
@ -69,7 +69,6 @@ speed_wall_x_roofing = =speed_roofing
|
|||
support_angle = 70
|
||||
support_interface_enable = False
|
||||
support_structure = tree
|
||||
support_z_distance = 0.35
|
||||
top_bottom_thickness = =max(1 , layer_height * 5)
|
||||
wall_0_wipe_dist = 0.8
|
||||
z_seam_relative = True
|
||||
|
|
|
@ -69,7 +69,6 @@ speed_wall_x_roofing = =speed_roofing
|
|||
support_angle = 70
|
||||
support_interface_enable = False
|
||||
support_structure = tree
|
||||
support_z_distance = 0.35
|
||||
top_bottom_thickness = =max(1 , layer_height * 5)
|
||||
wall_0_wipe_dist = 0.8
|
||||
z_seam_relative = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue