Adding additional configurations for Voron Trident, V0, and Switchwiare (#2672)

* Updating voron profiles

* Add missing V0 configs and add default print profiles

* Update nozzle_diameter for v0, switchwire, and triedent

* Correcting names, nozzle diameters, and adding missing min and max layer heights
This commit is contained in:
Jeff Papiez 2023-11-09 18:19:48 -08:00 committed by GitHub
parent 120a3576a0
commit 466a17b8b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 1578 additions and 257 deletions

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 350 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.20"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}