Browse Source

Set default for 3rd-party printers to Inside-Out

Overwhelmingly in our community it seems that the overhang and seam quality is better when printing inside-out.
Ultimaker found that the quality is better (in particular the dimensional accuracy) when printing outside-in. So let them have it outside-in and the rest inside-out.

Made after experimental evidence on Reddit (and in the past on Github).
Ghostkeeper 2 years ago
parent
commit
2a4c8aa3fd

+ 1 - 1
resources/definitions/fdmprinter.def.json

@@ -1190,7 +1190,7 @@
                         "inside_out": "Inside To Outside",
                         "outside_in": "Outside To Inside"
                     },
-                    "default_value": "outside_in",
+                    "default_value": "inside_out",
                     "settable_per_mesh": true
                 },
                 "alternate_extra_perimeter":

+ 3 - 0
resources/definitions/ultimaker.def.json

@@ -53,6 +53,9 @@
         "infill_material_flow": {
             "value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
         },
+        "inset_direction": {
+            "value": "'outside_in'"
+        },
         "retraction_combing": {
             "value": "'no_outer_surfaces'"
         },

+ 0 - 1
resources/quality/key3d/key3d_tyro_best.inst.cfg

@@ -28,7 +28,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/key3d/key3d_tyro_fast.inst.cfg

@@ -27,7 +27,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/key3d/key3d_tyro_normal.inst.cfg

@@ -27,7 +27,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/nwa3d_a31/nwa3d_a31_best.inst.cfg

@@ -29,7 +29,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/nwa3d_a31/nwa3d_a31_e.inst.cfg

@@ -26,7 +26,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/nwa3d_a31/nwa3d_a31_fast.inst.cfg

@@ -29,7 +29,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/nwa3d_a31/nwa3d_a31_normal.inst.cfg

@@ -28,7 +28,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

+ 0 - 1
resources/quality/nwa3d_a5/nwa3d_a5_best.inst.cfg

@@ -27,7 +27,6 @@ top_bottom_pattern = lines
 top_bottom_pattern_0 = lines
 wall_0_inset = 0
 optimize_wall_printing_order = False
-inset_direction = inside_out
 alternate_extra_perimeter = False
 fill_outline_gaps = True
 xy_offset = 0

Some files were not shown because too many files changed in this diff