From 40552762b7763c0391619088ae8a20c08e0869d7 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 28 Sep 2021 15:22:03 +0200 Subject: [PATCH] Added inset_direction to crazyprint Should have happend when removing the old setting --- resources/definitions/crazy3dprint_cz_300.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/crazy3dprint_cz_300.def.json b/resources/definitions/crazy3dprint_cz_300.def.json index bdcb394314..494277c3fc 100644 --- a/resources/definitions/crazy3dprint_cz_300.def.json +++ b/resources/definitions/crazy3dprint_cz_300.def.json @@ -54,6 +54,7 @@ "top_bottom_pattern": { "default_value" : "concentric" }, "fill_outline_gaps": { "default_value": true }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, + "inset_direction": {"value": "'outside_in'" }, "machine_start_gcode": { "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n" },