Skip to content

Commit 9dcb9b2

Browse files
committed
Add (experimental) support for Arachne builds
1 parent 5c1fd92 commit 9dcb9b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ def __matchVersion():
2828
if cura_version == "master":
2929
Logger.log("d", "Running Cura from source; skipping version check")
3030
return True
31+
if cura_version.startswith("Arachne_engine"):
32+
Logger.log("d", "Running Cura Arachne preview; skipping version check")
33+
return True
34+
3135
cura_version = Version(cura_version)
3236
cura_version = Version([cura_version.getMajor(), cura_version.getMinor()])
3337

0 commit comments

Comments
 (0)