Fixed Ender 3 profile inheritance (#4089)

Fixed 4087
This commit is contained in:
Thomas 2024-02-14 14:34:19 +01:00 committed by GitHub
parent 35f39df1f9
commit eb345650a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,6 @@
"3.2" "3.2"
], ],
"compatible_printers": [ "compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality K1 (0.4 nozzle)", "Creality K1 (0.4 nozzle)",
"Creality K1 (0.6 nozzle)", "Creality K1 (0.6 nozzle)",
"Creality K1 (0.8 nozzle)", "Creality K1 (0.8 nozzle)",

View File

@ -6,6 +6,7 @@
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_creality_common", "inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3", "printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.2", "default_print_profile": "0.20mm Standard @Creality Ender3 0.2",
"thumbnails": [""], "thumbnails": [""],
"nozzle_diameter": [ "nozzle_diameter": [

View File

@ -7,7 +7,7 @@
"inherits": "fdm_creality_common", "inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3", "printer_model": "Creality Ender-3",
"printer_structure": "i3", "printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.4", "default_print_profile": "0.20mm Standard @Creality Ender3",
"thumbnails": [""], "thumbnails": [""],
"nozzle_diameter": [ "nozzle_diameter": [
"0.4" "0.4"

View File

@ -6,6 +6,7 @@
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_creality_common", "inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3", "printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.6", "default_print_profile": "0.20mm Standard @Creality Ender3 0.6",
"thumbnails": [""], "thumbnails": [""],
"nozzle_diameter": [ "nozzle_diameter": [

View File

@ -6,6 +6,7 @@
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_creality_common", "inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3", "printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.8", "default_print_profile": "0.20mm Standard @Creality Ender3 0.8",
"thumbnails": [""], "thumbnails": [""],
"nozzle_diameter": [ "nozzle_diameter": [