From 28824f114641361bd2825e4873e7a868230e9d2e Mon Sep 17 00:00:00 2001 From: Paul Schattenberg Date: Mon, 20 Nov 2023 17:10:41 +0100 Subject: [PATCH] Add 0.3mm Printer Variant --- ...reality Ender-5 Pro (2019) 0.3 nozzle.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json new file mode 100644 index 0000000000..012277ce22 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro (2019) 0.3 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Creality Ender-5 Pro (2019) 0.3 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_creality_common", + "printer_model": "Creality Ender-5 Pro (2019)", + "default_filament_profile": [ + "Creality Generic PLA" + ], + "printer_variant": "0.3", + "default_print_profile": "0.20mm Standard 0.3 nozzle @Creality Ender5Pro (2019)", + "max_layer_height": [ + "0.24" + ], + "min_layer_height": [ + "0.06" + ], + "nozzle_diameter": [ + "0.3" + ], + "printable_area": [ + "0x0", + "220x0", + "220x220", + "0x220" + ], + "printable_height": "300", + "nozzle_type": "undefine", + "auxiliary_fan": "0" +}