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
178 changed files with 281 additions and 180 deletions

View File

@@ -8,5 +8,5 @@
"bed_model": "M1_bed_model.stl",
"bed_texture": "mellow_bed_texture.png",
"hotend_model": "",
"default_materials": "Generic ABS @M1;Generic PLA @M1;Generic PLA-CF @M1;Generic PETG @M1;Generic TPU @M1;Generic ASA @M1;Generic PC @M1;Generic PVA @M1;Generic PA @M1;Generic PA-CF @M1"
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}