mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Use the curaengine from the CURA-10415 branch
Contributes to CURA-10415
This commit is contained in:
parent
62ade08d97
commit
b0f20b8b91
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class CuraConan(ConanFile):
|
||||||
|
|
||||||
def requirements(self):
|
def requirements(self):
|
||||||
self.requires("pyarcus/5.2.2")
|
self.requires("pyarcus/5.2.2")
|
||||||
self.requires("curaengine/(latest)@ultimaker/testing")
|
self.requires("curaengine/latest@ultimaker/cura_10415")
|
||||||
self.requires("pysavitar/5.2.2")
|
self.requires("pysavitar/5.2.2")
|
||||||
self.requires("pynest2d/5.2.2")
|
self.requires("pynest2d/5.2.2")
|
||||||
self.requires("uranium/(latest)@ultimaker/testing")
|
self.requires("uranium/(latest)@ultimaker/testing")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue