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_machine_common",
"printer_model": "MK3S",
"printer_variant": "0.4",
"default_filament_profile": [
"Prusa Generic PLA"
],