Update default filaments for printers (#8655)

* update M1

* update Voron

* update Positron

* update Biqu

* update Eryone

* update Folgetech

* update Geeetech

* update Kingroon

* update MagicMaker

* update Raise3D

* update Rolohaun

* update Tronxy

* update Kingroon and Tronxy

* update Voxelab

* update Wanhao

* more fix
This commit is contained in:
SoftFever 2025-03-03 20:32:47 +08:00 committed by GitHub
parent 118266f721
commit 5e5542d02f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
178 changed files with 281 additions and 180 deletions

View file

@ -48,7 +48,7 @@ static std::vector<std::string> s_project_options {
const char *PresetBundle::ORCA_DEFAULT_BUNDLE = "Custom";
const char *PresetBundle::ORCA_DEFAULT_PRINTER_MODEL = "MyKlipper 0.4 nozzle";
const char *PresetBundle::ORCA_DEFAULT_PRINTER_VARIANT = "0.4";
const char *PresetBundle::ORCA_DEFAULT_FILAMENT = "My Generic PLA";
const char *PresetBundle::ORCA_DEFAULT_FILAMENT = "Generic PLA @System";
const char *PresetBundle::ORCA_FILAMENT_LIBRARY = "OrcaFilamentLibrary";
PresetBundle::PresetBundle()