mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix/improve Prusa XL & XL 5T profiles (#8833)
* First set of fixes
* Add FLEX filament to PrintConfig.cpp
* Add new FLEX filament profiles to main Prusa json
* Comment out M104.1 code
* Revert "Comment out M104.1 code"
This reverts commit 831414adb7.
This commit is contained in:
@@ -893,6 +893,10 @@
|
||||
"name": "fdm_filament_pa11cf",
|
||||
"sub_path": "filament/fdm_filament_pa11cf.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_flex",
|
||||
"sub_path": "filament/fdm_filament_flex.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA",
|
||||
"sub_path": "filament/Prusa Generic PLA.json"
|
||||
@@ -997,6 +1001,14 @@
|
||||
"name": "Prusa Generic TPU @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic TPU @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic FLEX @XL",
|
||||
"sub_path": "filament/Prusa Generic FLEX @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic FLEX @XL 5T",
|
||||
"sub_path": "filament/Prusa Generic FLEX @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA",
|
||||
"sub_path": "filament/Prusa Generic ASA.json"
|
||||
|
||||
Reference in New Issue
Block a user