3dPrinting :

- cambiato valore delle costanti SLICING_TYPE.DEG45 = 2 e SLICING_TYPE.HORIZONTAL = 3.
This commit is contained in:
DarioS
2022-10-28 11:46:56 +02:00
parent 781e2d5274
commit 9c438d11b6
+2 -2
View File
@@ -137,8 +137,8 @@ KEY_HAS_SOLIDS = "Solids"
SLICING_TYPE = {
VERTICAL = 1,
HORIZONTAL = 2,
DEG45 = 3,
DEG45 = 2,
HORIZONTAL = 3,
}
TYPE = {