From 2a4c8aa3fd24325e57fa339cb5ed7eb6caf3fb1a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 4 Jul 2022 09:25:14 +0200 Subject: 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). --- resources/definitions/fdmprinter.def.json | 2 +- resources/definitions/ultimaker.def.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'resources/definitions') diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index c33723ddfd..d8f6ad05cd 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/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": diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index c5352f60ef..1d6accfd3c 100644 --- a/resources/definitions/ultimaker.def.json +++ b/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'" }, -- cgit v1.2.3