mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
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:
@@ -8,5 +8,5 @@
|
||||
"bed_model": "chuanying_x1_buildplate_model.STL",
|
||||
"bed_texture": "chuanying_x1_buildplate_texture.png",
|
||||
"hotend_model": "chuanying_x1_hotend.STL",
|
||||
"default_materials": "Flashforge Generic PETG;Flashforge Generic PLA"
|
||||
"default_materials": "Chuanying Generic PETG;Chuanying Generic PLA"
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Flashforge Generic PLA"
|
||||
"Chuanying Generic PLA"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Chuanying X1",
|
||||
"bed_exclude_area": [
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Flashforge Generic ABS"
|
||||
"Chuanying Generic ABS"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Chuanying X1",
|
||||
"bed_exclude_area": [
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M25",
|
||||
"default_filament_profile": [ "Flashforge Generic PLA" ],
|
||||
"default_filament_profile": [ "Chuanying Generic PLA" ],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nG90\nM83\nG1 Z5 F6000\nG1 E-0.2 F800\nG1 X110 Y-110 F6000\nG1 E2 F800\nG1 Y-110 X55 Z0.25 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG1 Y-110 X55 Z0.45 F4800\nG1 X-55 E8 F2400\nG1 Y-109.6 F2400\nG1 X55 E5 F2400\nG92 E0",
|
||||
"machine_end_gcode": "G1 E-3 F3600\nG0 X50 Y50 F30000\nM104 S0 ; turn off temperature",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]",
|
||||
|
||||
Reference in New Issue
Block a user