Profile ported for Voron Switchwire

Ported Voron Switchwire profile from Prusa Slicer 2.6.1
This commit is contained in:
Musicdad12 2023-10-06 20:26:07 -05:00
parent 62036c411a
commit 7eec58c36f
10 changed files with 49 additions and 5 deletions

View file

@ -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"
}

View 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"
}