mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
The engine now operataes on the area _before_ the offset.
The frontend should compensate for that: Do _not_ apply the formula, as this now happens implicitly. CURA-9548
This commit is contained in:
parent
00dbe92814
commit
802effd805
@ -70,7 +70,7 @@
|
||||
},
|
||||
"meshfix_maximum_deviation": { "value": "machine_nozzle_size / 10" },
|
||||
"meshfix_maximum_resolution": { "value": "max(speed_wall_0 / 75, 0.5)" },
|
||||
"minimum_support_area": { "value": "(2 + support_offset)**2" },
|
||||
"minimum_support_area": { "value": "4.0" },
|
||||
"raft_base_speed": { "value": "raft_speed" },
|
||||
"raft_base_thickness": { "value": "min(machine_nozzle_size * 0.75, 0.3)" },
|
||||
"raft_interface_fan_speed": { "value": "(raft_base_fan_speed + raft_surface_fan_speed) / 2" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user