mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
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>
This commit is contained in:
18
resources/profiles/Lulzbot/filament/Lulzbot 2.85mm ABS.json
Normal file
18
resources/profiles/Lulzbot/filament/Lulzbot 2.85mm ABS.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Lulzbot 2.85mm ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Generic ABS @System",
|
||||
"filament_diameter": [
|
||||
"2.85"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Lulzbot Taz 6 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
18
resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PETG.json
Normal file
18
resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PETG.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "GFSG99",
|
||||
"name": "Lulzbot 2.85mm PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Generic PETG @System",
|
||||
"filament_diameter": [
|
||||
"2.85"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Lulzbot Taz 6 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
18
resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PLA.json
Normal file
18
resources/profiles/Lulzbot/filament/Lulzbot 2.85mm PLA.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Lulzbot 2.85mm PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Generic PLA @System",
|
||||
"filament_diameter": [
|
||||
"2.85"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Lulzbot Taz 6 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user