mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 05:32:00 +08:00
Also account for "xy_offset" setting for the disallowed areas
Contributes to CURA-138
This commit is contained in:
parent
ebe372c5b2
commit
d5bd39cc3b
@ -263,6 +263,8 @@ class BuildVolume(SceneNode):
|
||||
if profile.getSettingValue("draft_shield_enabled"):
|
||||
skirt_size += profile.getSettingValue("draft_shield_dist")
|
||||
|
||||
skirt_size += profile.getSettingValue("xy_offset")
|
||||
|
||||
return skirt_size
|
||||
|
||||
def _clamp(self, value, min_value, max_value):
|
||||
|
Loading…
x
Reference in New Issue
Block a user