From 661183b48f9f44a688dea99196c9ebab9a62c2b1 Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:56:51 +0000 Subject: [PATCH] Fix not being able to create new filaments for Dremel 3D45, 3D40, & 3D20 (#6837) * Allow users to base off the generic filament * Merge branch 'SoftFever:main' into Dremel-3D45-fix --- resources/profiles/Dremel/filament/Dremel Generic PLA.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA.json b/resources/profiles/Dremel/filament/Dremel Generic PLA.json index ca1ce300f5..c73bcd5acd 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA.json @@ -9,5 +9,9 @@ "filament_flow_ratio": ["0.98"], "filament_max_volumetric_speed": ["12"], "slow_down_layer_time": ["8"], - "compatible_printers": "" + "compatible_printers": [ + "Dremel 3D45 0.4 nozzle", + "Dremel 3D40 0.4 nozzle", + "Dremel 3D20 0.4 nozzle" + ] }