mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Also account for "xy_offset" setting for the disallowed areas
Contributes to CURA-138
This commit is contained in:
parent
ebe372c5b2
commit
d5bd39cc3b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue