mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 06:23:08 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -20,7 +20,7 @@ def main():
|
||||
print("HINTS_TO_POT FAILED: WRONG NUM OF ARGS")
|
||||
exit(-1)
|
||||
path_to_ini = Path(sys.argv[1]).parent / "resources" / "data" / "hints.ini"
|
||||
path_to_pot = Path(sys.argv[2]).parent / "i18n" / "OrcaSlicer.pot"
|
||||
path_to_pot = Path(sys.argv[2]).parent / "i18n" / "Snapmaker_Orca.pot"
|
||||
if not path_to_ini.exists():
|
||||
print("HINTS_TO_POT FAILED: PATH TO INI DOES NOT EXISTS")
|
||||
print(str(path_to_ini))
|
||||
|
||||
@@ -196,7 +196,7 @@ modules:
|
||||
- type: file
|
||||
url: https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_6_0.zip
|
||||
dest: external-packages/OCCT
|
||||
sha256: 28334f0e98f1b1629799783e9b4d21e05349d89e695809d7e6dfa45ea43e1dbc
|
||||
sha256: 28334F0E98F1B1629799783E9B4D21E05349D89E695809D7E6DFA45EA43E1DBC
|
||||
|
||||
# OpenCSG
|
||||
- type: file
|
||||
|
||||
Reference in New Issue
Block a user