mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: add Generic HIPS
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I0fd861db6137c39f59630ae443661ddeb7a7b060
This commit is contained in:
parent
9b2e13a0fa
commit
1368501508
9 changed files with 161 additions and 9 deletions
|
@ -885,7 +885,8 @@ static std::map<std::string, bool> filament_is_high_temp {
|
|||
{"PA-CF", true},
|
||||
{"PET-CF", true},
|
||||
{"PC", true},
|
||||
{"ASA", true}
|
||||
{"ASA", true},
|
||||
{"HIPS", true}
|
||||
};
|
||||
|
||||
//BBS: this function is used to check whether multi filament can be printed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue