From 4579f126138d1de40c2d32fb7b096bde91f60f3b Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Tue, 23 Aug 2022 17:10:35 +0200 Subject: [PATCH 1/5] Creality.ini: Ender-3 S1 (Pro) CR Touch support (#8743) --- resources/profiles/Creality.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 292b99d70..0b47b41f6 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -1312,7 +1312,7 @@ inherits = *ENDER3V2NEO*; *0.6nozzle* [printer:*ENDER3S1*] -inherits = *common*; *bowden*; *spriteextruder*; *pauseprint* +inherits = *common*; *bowden*; *fastabl*; *spriteextruder*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 270 printer_model = ENDER3S1 @@ -1334,7 +1334,7 @@ inherits = *ENDER3S1*; *0.6nozzle* [printer:*ENDER3S1PRO*] -inherits = *common*; *bowden*; *spriteextruder*; *pauseprint* +inherits = *common*; *bowden*; *fastabl*; *spriteextruder*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 270 printer_model = ENDER3S1PRO From 57945708d9efafacd5018fbbabebba8852f486ea Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Tue, 23 Aug 2022 17:17:35 +0200 Subject: [PATCH 2/5] Creality.ini: add Ender-3 S1 Plus --- resources/profiles/Creality.ini | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 0b47b41f6..7eefa0583 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -77,6 +77,15 @@ bed_model = ender3v2_bed.stl bed_texture = ender3v2.svg default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY; Verbatim PLA @CREALITY +[printer_model:ENDER3S1PLUS] +name = Creality Ender-3 S1 Plus +variants = 0.4; 0.3; 0.5; 0.6 +technology = FFF +family = ENDER +bed_model = cr10v2_bed.stl +bed_texture = cr10spro.svg +default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY; Verbatim PLA @CREALITY + [printer_model:ENDER3MAX] name = Creality Ender-3 Max variants = 0.4; 0.3; 0.5; 0.6 @@ -1355,6 +1364,26 @@ inherits = *ENDER3S1PRO*; *0.6nozzle* +[printer:*ENDER3S1PLUS*] +inherits = *common*; *slowabl*; *spriteextruder*; *pauseprint* +bed_shape = 5x5,295x5,295x295,5x295 +max_print_height = 300 +printer_model = ENDER3S1PLUS +printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3S1PLUS + +[printer:Creality Ender-3 S1 Plus (0.3 mm nozzle)] +inherits = *ENDER3S1PLUS*; *0.3nozzle* + +[printer:Creality Ender-3 S1 Plus (0.4 mm nozzle)] +inherits = *ENDER3S1PLUS*; *0.4nozzle* + +[printer:Creality Ender-3 S1 Plus (0.5 mm nozzle)] +inherits = *ENDER3S1PLUS*; *0.5nozzle* + +[printer:Creality Ender-3 S1 Plus (0.6 mm nozzle)] +inherits = *ENDER3S1PLUS*; *0.6nozzle* + + [printer:*ENDER3MAX*] inherits = *common*; *bowdenlong*; *pauseprint* From 201a359bea2b27ec7413be29643f7cf835facc0c Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Tue, 23 Aug 2022 17:19:21 +0200 Subject: [PATCH 3/5] Creality.ini: remove bowden inherit from direct drive printers --- resources/profiles/Creality.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 7eefa0583..4824293a3 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -1321,7 +1321,7 @@ inherits = *ENDER3V2NEO*; *0.6nozzle* [printer:*ENDER3S1*] -inherits = *common*; *bowden*; *fastabl*; *spriteextruder*; *pauseprint* +inherits = *common*; *fastabl*; *spriteextruder*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 270 printer_model = ENDER3S1 @@ -1343,7 +1343,7 @@ inherits = *ENDER3S1*; *0.6nozzle* [printer:*ENDER3S1PRO*] -inherits = *common*; *bowden*; *fastabl*; *spriteextruder*; *pauseprint* +inherits = *common*; *fastabl*; *spriteextruder*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 270 printer_model = ENDER3S1PRO @@ -1698,7 +1698,7 @@ inherits = *CR10SMART*; *0.6nozzle* [printer:*CR10SMARTPRO*] -inherits = *common*; *bowdenlong*; *slowabl*; *spriteextruder* +inherits = *common*; *slowabl*; *spriteextruder* bed_shape = 5x5,295x5,295x295,5x295 max_print_height = 400 printer_model = CR10SMARTPRO From b7315aa9f4a23a95aa9ff3488a9728aafdf971fd Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Tue, 23 Aug 2022 17:43:41 +0200 Subject: [PATCH 4/5] Creality.ini: restore first_layer/top_infill_extrusion_widths --- resources/profiles/Creality.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 4824293a3..8217ba297 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -540,11 +540,11 @@ support_material_spacing = 1 first_layer_height = 0.2 extrusion_width = 0.33 external_perimeter_extrusion_width = 0.31 -first_layer_extrusion_width = 0.33 +first_layer_extrusion_width = 0.31 infill_extrusion_width = 0.33 perimeter_extrusion_width = 0.33 solid_infill_extrusion_width = 0.33 -top_infill_extrusion_width = 0.33 +top_infill_extrusion_width = 0.30 support_material_extrusion_width = 0.27 [print:*0.4nozzle*] @@ -554,11 +554,11 @@ support_material_spacing = 1 first_layer_height = 0.2 extrusion_width = 0.44 external_perimeter_extrusion_width = 0.42 -first_layer_extrusion_width = 0.44 +first_layer_extrusion_width = 0.42 infill_extrusion_width = 0.44 perimeter_extrusion_width = 0.44 solid_infill_extrusion_width = 0.44 -top_infill_extrusion_width = 0.44 +top_infill_extrusion_width = 0.40 support_material_extrusion_width = 0.36 [print:*0.5nozzle*] @@ -568,11 +568,11 @@ support_material_spacing = 1.1 first_layer_height = 0.2 extrusion_width = 0.55 external_perimeter_extrusion_width = 0.52 -first_layer_extrusion_width = 0.55 +first_layer_extrusion_width = 0.52 infill_extrusion_width = 0.55 perimeter_extrusion_width = 0.55 solid_infill_extrusion_width = 0.55 -top_infill_extrusion_width = 0.55 +top_infill_extrusion_width = 0.50 support_material_extrusion_width = 0.45 [print:*0.6nozzle*] @@ -582,11 +582,11 @@ support_material_spacing = 1.2 first_layer_height = 0.3 extrusion_width = 0.66 external_perimeter_extrusion_width = 0.63 -first_layer_extrusion_width = 0.66 +first_layer_extrusion_width = 0.63 infill_extrusion_width = 0.66 perimeter_extrusion_width = 0.66 solid_infill_extrusion_width = 0.66 -top_infill_extrusion_width = 0.66 +top_infill_extrusion_width = 0.60 support_material_extrusion_width = 0.54 From 5d724b38496817db8e6d092c397443937c9641b1 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Tue, 23 Aug 2022 18:23:58 +0200 Subject: [PATCH 5/5] Creality.ini: add Ender-3 Neo --- resources/profiles/Creality.ini | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 8217ba297..69b7b22c5 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -41,6 +41,15 @@ bed_model = ender3_bed.stl bed_texture = ender3.svg default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY; Verbatim PLA @CREALITY +[printer_model:ENDER3NEO] +name = Creality Ender-3 Neo +variants = 0.4; 0.3; 0.5; 0.6 +technology = FFF +family = ENDER +bed_model = ender3_bed.stl +bed_texture = ender3.svg +default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY; Verbatim PLA @CREALITY + [printer_model:ENDER3V2] name = Creality Ender-3 V2 variants = 0.4; 0.3; 0.5; 0.6 @@ -1277,6 +1286,25 @@ inherits = *ENDER3PRO*; *0.6nozzle* +[printer:*ENDER3NEO*] +inherits = *ENDER3*; *fastabl* +printer_model = ENDER3NEO +printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3NEO\nPRINTER_HAS_BOWDEN + +[printer:Creality Ender-3 Neo (0.3 mm nozzle)] +inherits = *ENDER3NEO*; *0.3nozzle* + +[printer:Creality Ender-3 Neo (0.4 mm nozzle)] +inherits = *ENDER3NEO*; *0.4nozzle* + +[printer:Creality Ender-3 Neo (0.5 mm nozzle)] +inherits = *ENDER3NEO*; *0.5nozzle* + +[printer:Creality Ender-3 Neo (0.6 mm nozzle)] +inherits = *ENDER3NEO*; *0.6nozzle* + + + [printer:*ENDER3V2*] inherits = *common*; *bowden*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220