mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-12 20:39:02 +08:00
Profile ported for Voron Switchwire
Ported Voron Switchwire profile from Prusa Slicer 2.6.1
This commit is contained in:
parent
62036c411a
commit
7eec58c36f
@ -31,6 +31,10 @@
|
||||
{
|
||||
"name": "Voron 0.1",
|
||||
"sub_path": "machine/Voron 0.1.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Switchwire 250",
|
||||
"sub_path": "machine/Voron Switchwire 250.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
@ -181,6 +185,10 @@
|
||||
{
|
||||
"name": "Voron 0.1 0.4 nozzle",
|
||||
"sub_path": "machine/Voron 0.1 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Switchwire 250 0.4 nozzle",
|
||||
"sub_path": "machine/Voron Switchwire 250 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
resources/profiles/Voron/Voron Switchwire 250_cover.png
Normal file
BIN
resources/profiles/Voron/Voron Switchwire 250_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -49,6 +49,7 @@
|
||||
"Voron Trident 250 0.4 nozzle",
|
||||
"Voron Trident 300 0.4 nozzle",
|
||||
"Voron Trident 350 0.4 nozzle",
|
||||
"Voron 0.1 0.4 nozzle"
|
||||
"Voron 0.1 0.4 nozzle",
|
||||
"Voron Switchwire 250 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
"Voron Trident 250 0.4 nozzle",
|
||||
"Voron Trident 300 0.4 nozzle",
|
||||
"Voron Trident 350 0.4 nozzle",
|
||||
"Voron 0.1 0.4 nozzle"
|
||||
"Voron 0.1 0.4 nozzle",
|
||||
"Voron Switchwire 250 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -22,6 +22,7 @@
|
||||
"Voron Trident 250 0.4 nozzle",
|
||||
"Voron Trident 300 0.4 nozzle",
|
||||
"Voron Trident 350 0.4 nozzle",
|
||||
"Voron 0.1 0.4 nozzle"
|
||||
"Voron 0.1 0.4 nozzle",
|
||||
"Voron Switchwire 250 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
"Voron Trident 250 0.4 nozzle",
|
||||
"Voron Trident 300 0.4 nozzle",
|
||||
"Voron Trident 350 0.4 nozzle",
|
||||
"Voron 0.1 0.4 nozzle"
|
||||
"Voron 0.1 0.4 nozzle",
|
||||
"Voron Switchwire 250 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Voron Switchwire 250 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
12
resources/profiles/Voron/machine/Voron Switchwire 250.json
Normal file
12
resources/profiles/Voron/machine/Voron Switchwire 250.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Voron Switchwire 250",
|
||||
"model_id": "Voron_Switchwire_250",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "VoronDesign",
|
||||
"bed_model": "",
|
||||
"bed_texture": "voron_switchwire_logo.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU"
|
||||
}
|
@ -119,6 +119,7 @@
|
||||
"Voron Trident 250 0.4 nozzle",
|
||||
"Voron Trident 300 0.4 nozzle",
|
||||
"Voron Trident 350 0.4 nozzle",
|
||||
"Voron 0.1 0.4 nozzle"
|
||||
"Voron 0.1 0.4 nozzle",
|
||||
"Voron Switchwire 250 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
BIN
resources/profiles/Voron/voron_switchwire_logo.png
Normal file
BIN
resources/profiles/Voron/voron_switchwire_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
x
Reference in New Issue
Block a user