mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Merge branch 'feature_bed_adhesion_none' of github.com:Ultimaker/Cura
This commit is contained in:
commit
d0bae5acd7
4 changed files with 8 additions and 3 deletions
|
@ -701,6 +701,8 @@ class BuildVolume(SceneNode):
|
|||
bed_adhesion_size += value
|
||||
elif adhesion_type == "raft":
|
||||
bed_adhesion_size = self._getSettingFromAdhesionExtruder("raft_margin")
|
||||
elif adhesion_type == "none":
|
||||
bed_adhesion_size = 0
|
||||
else:
|
||||
raise Exception("Unknown bed adhesion type. Did you forget to update the build volume calculations for your new bed adhesion type?")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue