mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 06:55:55 +08:00
Enable monotonic raft surface for all Ultimaker machines.
Disable skin_monotonic for Method XL machines (speed increase), roofing_monotonic is still enable to create a good top surface. PP-430
This commit is contained in:
parent
a8e3d51fea
commit
627bef2eab
@ -96,6 +96,7 @@
|
|||||||
"raft_interface_thickness": { "value": "(raft_base_thickness + raft_surface_thickness) / 2" },
|
"raft_interface_thickness": { "value": "(raft_base_thickness + raft_surface_thickness) / 2" },
|
||||||
"raft_speed": { "value": 15 },
|
"raft_speed": { "value": 15 },
|
||||||
"raft_surface_fan_speed": { "value": "cool_fan_speed_min" },
|
"raft_surface_fan_speed": { "value": "cool_fan_speed_min" },
|
||||||
|
"raft_surface_monotonic": { "value": true },
|
||||||
"raft_surface_speed": { "value": "speed_topbottom" },
|
"raft_surface_speed": { "value": "speed_topbottom" },
|
||||||
"relative_extrusion":
|
"relative_extrusion":
|
||||||
{
|
{
|
||||||
|
@ -380,7 +380,6 @@
|
|||||||
"roofing_material_flow": { "value": "material_flow" },
|
"roofing_material_flow": { "value": "material_flow" },
|
||||||
"roofing_monotonic": { "value": true },
|
"roofing_monotonic": { "value": true },
|
||||||
"skin_material_flow": { "value": "0.95*material_flow" },
|
"skin_material_flow": { "value": "0.95*material_flow" },
|
||||||
"skin_monotonic": { "value": true },
|
|
||||||
"skin_outline_count": { "value": 0 },
|
"skin_outline_count": { "value": 0 },
|
||||||
"skin_overlap": { "value": 0 },
|
"skin_overlap": { "value": 0 },
|
||||||
"skin_preshrink": { "value": 0 },
|
"skin_preshrink": { "value": 0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user