3dPrinting :

- riorganizzazione layer per nuova interfaccia.
This commit is contained in:
SaraP
2022-08-05 10:02:10 +02:00
parent 5ccbfd54ec
commit ffd86bd009
5 changed files with 43 additions and 21 deletions
+6 -1
View File
@@ -134,8 +134,13 @@ LEAD_TYPE = {
TABLE = "Table"
PART = "Part"
ORIGINAL_SOLID = "OriginalSolid"
LAY_AUX = "Aux"
PRINT_SOLID = "PrintSolid"
LAY_MACH_START = "MachStart"
LAY_RIBS = "Ribs"
LAY_AUX_SOLIDS = "AuxSolids"
LAY_SHELL_NBR = "ShellNumber"
LAY_AUX = "Aux"
LAY_FRAME = "Frame"
VIEWPARAMS = 'ViewParams'
IMPORTED_SOLID = 'ImportedSolid'
RESULT_READ_PROG = 'ResultReadProg'