orcaslicer/resources/profiles/Voron/machine/Voron Trident 250 0.4 nozzle.json
SoftFever aaefc400e1 Tweak profiles
1. Fix Voron Trident printable height issue #1641
2. Revamp Qidi X3 printer profiles
3. Turn on accel_to_decel_enable for klipper machine by default
4. Many other profiles tweaks
2023-07-31 19:52:56 +08:00

19 lines
359 B
JSON

{
"type": "machine",
"setting_id": "GM001",
"name": "Voron Trident 250 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}