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",
|
||||
|
||||