OrcaSlicer/resources/profiles/Lulzbot.json
wrathernaut 71b40f9bd5
Add Lulzbot Taz 6 printer profile. (#8513)
* Add files via upload

Added Lulzbot Taz 6 profile, and supporting files images to add other printers in the future.

* Add bed model and image for Taz Pro

* Filament name clarifications and prep for GFL

* Changes to align with GFL

* GFL Integrated

* Update version # to reflect changes to use GFL

* format cleanup

* cleanup format

* cleanup format

* correct discrepancy on max acceleration label/value

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2025-02-26 19:54:13 +08:00

51 lines
1.5 KiB
JSON

{
"name": "Lulzbot",
"url": "https://ohai.lulzbot.com/group/taz-6/",
"version": "02.03.00.00",
"force_update": "0",
"description": "Lulzbot configurations",
"machine_model_list": [
{
"name": "Lulzbot Taz 6",
"sub_path": "machine/Lulzbot Taz 6.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.25mm Standard @Lulzbot Taz 6",
"sub_path": "process/0.25mm Standard @Lulzbot Taz 6.json"
},
{
"name": "0.18mm High Detail @Lulzbot Taz 6",
"sub_path": "process/0.18mm High Detail @Lulzbot Taz 6.json"
}
],
"filament_list": [
{
"name": "Lulzbot 2.85mm ABS",
"sub_path": "filament/Lulzbot 2.85mm ABS.json"
},
{
"name": "Lulzbot 2.85mm PETG",
"sub_path": "filament/Lulzbot 2.85mm PETG.json"
},
{
"name": "Lulzbot 2.85mm PLA",
"sub_path": "filament/Lulzbot 2.85mm PLA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "Lulzbot Taz 6 0.5 nozzle",
"sub_path": "machine/Lulzbot Taz 6 0.5 nozzle.json"
}
]
}