Revert "[CURA-9548] The engine now operates on the area _before_ the offset."

This commit is contained in:
Remco Burema 2022-12-13 14:43:57 +01:00 committed by GitHub
parent 6109b4b9da
commit b553c9f31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@
},
"meshfix_maximum_deviation": { "value": "machine_nozzle_size / 10" },
"meshfix_maximum_resolution": { "value": "max(speed_wall_0 / 75, 0.5)" },
"minimum_support_area": { "value": "4.0" },
"minimum_support_area": { "value": "(2 + support_offset)**2" },
"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" },