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": "ThePositron_bed_model.stl",
"bed_texture": "ThePositron_bed_texture.svg",
"hotend_model": "",
"default_materials": "Positron Generic ABS;Positron Generic PLA;Positron Generic PLA-CF;Positron Generic PETG;Positron Generic TPU;Positron Generic ASA;Positron Generic PC;Positron Generic PVA;Positron Generic PA;Positron Generic PA-CF"
"default_materials": "Generic PLA @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"
}

View File

@@ -46,7 +46,7 @@
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": ["1"],
"default_filament_profile": ["Positron Generic ABS"],
"default_filament_profile": ["Generic PLA @System"],
"default_print_profile": "0.20mm Standard @The Positron",
"bed_exclude_area": ["0x0"],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n",