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

@@ -6,7 +6,7 @@
"instantiation": "true",
"printer_model": "Thinker X400",
"default_print_profile": "0.20mm Standard @Thinker X400",
"default_filament_profile":"Eryone Generic PLA;Eryone Generic ABS;Eryone Generic ASA;Eryone Generic PETG;Eryone Generic Silk PLA;Eryone Generic TPU",
"default_filament_profile":"Generic PLA @System;Generic ABS @System;Generic ASA @System;Generic PETG @System;Generic PLA Silk @System;Generic TPU @System",
"auxiliary_fan": "0",
"bed_custom_model": "",
"bed_custom_texture": "",

View File

@@ -8,5 +8,5 @@
"bed_model": "X400_bed.stl",
"bed_texture": "Thinker_texture.png",
"hotend_model": "",
"default_materials": "Eryone Generic PLA;Eryone Generic ABS;Eryone Generic ASA;Eryone Generic PETG;Eryone Generic Silk PLA;Eryone Generic TPU"
"default_materials": "Generic PLA @System;Generic ABS @System;Generic ASA @System;Generic PETG @System;Generic PLA Silk @System;Generic TPU @System"
}