mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Disable plugins for Enterprise
This would then default to default behaviour of slots Contributes to CURA-10475
This commit is contained in:
parent
c65f0e1493
commit
c11c23c173
1 changed files with 2 additions and 0 deletions
|
@ -262,6 +262,8 @@ class CuraConan(ConanFile):
|
|||
self.options["pysavitar"].shared = True
|
||||
self.options["pynest2d"].shared = True
|
||||
self.options["cpython"].shared = True
|
||||
if self._enterprise:
|
||||
self.options["curaengine"].enable_plugins = False
|
||||
|
||||
def validate(self):
|
||||
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue