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>
This commit is contained in:
Duan Gauche 2024-08-11 17:03:02 +02:00 committed by GitHub
parent 6b44a031be
commit fa7a11fa7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 311 additions and 2 deletions

View file

@ -2070,6 +2070,7 @@ void PrintConfigDef::init_fff_params()
def->enum_values.push_back("PPS-CF");
def->enum_values.push_back("PVA");
def->enum_values.push_back("PVB");
def->enum_values.push_back("SBS");
def->enum_values.push_back("TPU");
def->mode = comSimple;
def->set_default_value(new ConfigOptionStrings { "PLA" });