orcaslicer/resources/info/filament_info.json
Duan Gauche fa7a11fa7f
Styrene Butadiene Styrene (SBS) - Template and profiles for Bambu (#6278)
* Added SBS to filament_info.json

* Added SBS to Print.cpp

* added SBS to PrintConfig.cpp

* Added SBS to BBL

* Added SBS Template and also specified SBS as type in fdm_filament_sbs.json

* Updated settings for SBS in filament_sbs_template.json

* Applied SBS settings to  fdm_filament_sbs.json

* added settings to Generic SBS @base.json

---------

Co-authored-by: Duan Gauche <duan.gauche@pdsvision.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-08-11 23:03:02 +08:00

39 lines
No EOL
628 B
JSON

{
"version": "1.0.0.2",
"high_temp_filament": [
"ABS",
"ASA",
"PC",
"PA",
"PA-CF",
"PA-GF",
"PA6-CF",
"PET-CF",
"PPS",
"PPS-CF",
"PPA-CF",
"PPA-GF",
"ABS-GF",
"ASA-Aero"
],
"low_temp_filament": [
"PLA",
"TPU",
"PLA-CF",
"PLA-AERO",
"PVA",
"BVOH",
"SBS"
],
"high_low_compatible_filament":[
"HIPS",
"PETG",
"PE",
"PP",
"EVA",
"PE-CF",
"PP-CF",
"PP-GF",
"PHA"
]
}