3dPrinting :

- aggiunto slicing a 45° lungo Y.
This commit is contained in:
SaraP
2022-11-29 10:21:14 +01:00
parent 8622fc8919
commit 693746d6e3
4 changed files with 14 additions and 9 deletions
+3 -2
View File
@@ -143,8 +143,9 @@ KEY_HAS_SOLIDS = "Solids"
SLICING_TYPE = {
VERTICAL = 1,
DEG45 = 2,
HORIZONTAL = 3,
DEG45_X = 2,
DEG45_Y = 3,
HORIZONTAL = 4,
}
TYPE = {