mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 11:35:55 +08: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
@ -262,6 +262,8 @@ class CuraConan(ConanFile):
|
|||||||
self.options["pysavitar"].shared = True
|
self.options["pysavitar"].shared = True
|
||||||
self.options["pynest2d"].shared = True
|
self.options["pynest2d"].shared = True
|
||||||
self.options["cpython"].shared = True
|
self.options["cpython"].shared = True
|
||||||
|
if self._enterprise:
|
||||||
|
self.options["curaengine"].enable_plugins = False
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str)
|
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user