Skip to content

Commit

Permalink
Fixed Ender 3 profile inheritance (#4089)
Browse files Browse the repository at this point in the history
Fixed 4087
  • Loading branch information
bistory authored Feb 14, 2024
1 parent 35f39df commit eb34565
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"3.2"
],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality K1 (0.4 nozzle)",
"Creality K1 (0.6 nozzle)",
"Creality K1 (0.8 nozzle)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.2",
"thumbnails": [""],
"nozzle_diameter": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.4",
"default_print_profile": "0.20mm Standard @Creality Ender3",
"thumbnails": [""],
"nozzle_diameter": [
"0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.6",
"thumbnails": [""],
"nozzle_diameter": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3",
"printer_structure": "i3",
"default_print_profile": "0.20mm Standard @Creality Ender3 0.8",
"thumbnails": [""],
"nozzle_diameter": [
Expand Down

0 comments on commit eb34565

Please sign in to comment.