mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06: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:
parent
0e2582e0bb
commit
b795708852
14 changed files with 172 additions and 20 deletions
|
@ -2223,6 +2223,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("BVOH");
|
||||
def->enum_values.push_back("PCTG");
|
||||
def->enum_values.push_back("EVA");
|
||||
def->enum_values.push_back("FLEX");
|
||||
def->enum_values.push_back("HIPS");
|
||||
def->enum_values.push_back("PA");
|
||||
def->enum_values.push_back("PA-CF");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue