From 1e06ea355c4ad24dd40ff3adfe06bf91e833c933 Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:06:59 -0400 Subject: [PATCH] Attempt at a fix --- resources/profiles/Dremel/process/fdm_process_common.json | 2 +- .../profiles/Dremel/process/fdm_process_dremel_common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Dremel/process/fdm_process_common.json b/resources/profiles/Dremel/process/fdm_process_common.json index 7398bcd481..8dca8f51f0 100644 --- a/resources/profiles/Dremel/process/fdm_process_common.json +++ b/resources/profiles/Dremel/process/fdm_process_common.json @@ -2,7 +2,7 @@ "type": "process", "name": "fdm_process_common", "from": "system", - "instantiation": "false", + "instantiation": "true", "adaptive_layer_height": "0", "reduce_crossing_wall": "0", "bridge_flow": "0.95", diff --git a/resources/profiles/Dremel/process/fdm_process_dremel_common.json b/resources/profiles/Dremel/process/fdm_process_dremel_common.json index ee2cd3a42e..d7b466417e 100644 --- a/resources/profiles/Dremel/process/fdm_process_dremel_common.json +++ b/resources/profiles/Dremel/process/fdm_process_dremel_common.json @@ -2,7 +2,7 @@ "type": "process", "name": "fdm_process_dremel_common", "from": "system", - "instantiation": "false", + "instantiation": "true", "inherits": "fdm_process_common", "adaptive_layer_height": "0", "reduce_crossing_wall": "0",