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:
Remco Burema 2022-11-08 15:11:59 +01:00
parent 00dbe92814
commit 802effd805

View File

@ -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" },