Improve printers pictures and sorting (prusa printers) (#9824)
* Replace prusa printer images with standard sizes and aspect ratio * Rename Prusa Mini IS to specify the IS in the name * Add missing prusa CORE One in the preset dialog and reorder prusa printers * updated pictures to 320px
|
@ -4,34 +4,18 @@
|
|||
"force_update": "0",
|
||||
"description": "Prusa configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Prusa CORE One",
|
||||
"sub_path": "machine/Prusa CORE One.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa CORE One HF",
|
||||
"sub_path": "machine/Prusa CORE One HF.json"
|
||||
},
|
||||
{
|
||||
"name": "MK4IS",
|
||||
"sub_path": "machine/Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "MINIIS",
|
||||
"sub_path": "machine/Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "MK3S",
|
||||
"sub_path": "machine/Prusa MK3S.json"
|
||||
},
|
||||
{
|
||||
"name": "MINI",
|
||||
"sub_path": "machine/Prusa MINI.json"
|
||||
},
|
||||
{
|
||||
"name": "MK3.5",
|
||||
"sub_path": "machine/Prusa MK3.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa XL",
|
||||
"sub_path": "machine/Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa XL 5T",
|
||||
"sub_path": "machine/Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "MK4S",
|
||||
"sub_path": "machine/Prusa MK4S.json"
|
||||
|
@ -41,12 +25,28 @@
|
|||
"sub_path": "machine/Prusa MK4S HF.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa CORE One",
|
||||
"sub_path": "machine/Prusa CORE One.json"
|
||||
"name": "Prusa XL",
|
||||
"sub_path": "machine/Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa CORE One HF",
|
||||
"sub_path": "machine/Prusa CORE One HF.json"
|
||||
"name": "Prusa XL 5T",
|
||||
"sub_path": "machine/Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "MK3.5",
|
||||
"sub_path": "machine/Prusa MK3.5.json"
|
||||
},
|
||||
{
|
||||
"name": "MK3S",
|
||||
"sub_path": "machine/Prusa MK3S.json"
|
||||
},
|
||||
{
|
||||
"name": "MINI",
|
||||
"sub_path": "machine/Prusa MINI.json"
|
||||
},
|
||||
{
|
||||
"name": "MINIIS",
|
||||
"sub_path": "machine/Prusa MINIIS.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
|
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 101 KiB |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Prusa MINI",
|
||||
"name": "Prusa MINI IS",
|
||||
"model_id": "MINI",
|
||||
"nozzle_diameter": "0.25;0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
|
|
|
@ -124,8 +124,8 @@ static const std::unordered_map<std::string, std::vector<std::string>> printer_m
|
|||
{"Orca Arena Printer",{"Orca Arena X1 Carbon"}},
|
||||
{"Peopoly", {"Peopoly Magneto X"}},
|
||||
{"Positron 3D", {"The Positron"}},
|
||||
{"Prusa", {"MK4IS", "MINIIS", "MK3S", "MINI", "MK3.5",
|
||||
"Prusa XL", "Prusa XL 5T", "MK4S", "MK4S HF"}},
|
||||
{"Prusa", {"Prusa CORE One", "Prusa CORE One HF", "MK4IS", "MK4S", "MK4S HF",
|
||||
"Prusa XL", "Prusa XL 5T", "MK3.5", "MK3S", "MINI", "MINIIS"}},
|
||||
{"Qidi", {"Qidi X-Plus 4", "Qidi Q1 Pro", "Qidi X-Max 3", "Qidi X-Plus 3", "Qidi X-Smart 3",
|
||||
"Qidi X-Plus", "Qidi X-Max", "Qidi X-CF Pro"}},
|
||||
{"Raise3D", {"Raise3D Pro3", "Raise3D Pro3 Plus"}},
|
||||
|
|