Bug Fixed: Added "Printer Variant" to all Ender 3 and Prusa Mk3s Profiles (#4098)

Added "Printer Variant"  to all Ender 3  and Prusa Mk3s Profiles

Bug Fixed:

When selected only 1 profile from menu ,   Orcaslicer imports all  nozzle from the printer.

Added "printer_variant": "" for each nozzle.

Now it imports correct only the selected nozzled in the menu.
This commit is contained in:
goyetus 2024-02-18 13:15:44 +01:00 committed by GitHub
parent 4db05c0a0f
commit 8bb9c8deb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 8 additions and 26 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,26 +0,0 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality Ender-3 V2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3 V2",
"printer_structure": "i3",
"default_filament_profile": [
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality Ender3V2",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "250",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MK3S",
"printer_variant": "0.25",
"default_filament_profile": [
"Prusa Generic PLA"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MK3S",
"printer_variant": "0.4",
"default_filament_profile": [
"Prusa Generic PLA"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MK3S",
"printer_variant": "0.6",
"default_filament_profile": [
"Prusa Generic PLA"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "MK3S",
"printer_variant": "0.8",
"default_filament_profile": [
"Prusa Generic PLA"
],