Thanks OrcaSlicer. Also fix the wrong setting id. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: If70c1bebb853a2f2f9b90e7c66e886af0432b52a
30 lines
No EOL
857 B
JSON
30 lines
No EOL
857 B
JSON
{
|
|
"type": "machine",
|
|
"setting_id": "GM_Anker_000",
|
|
"name": "Anker M5 0.4 nozzle",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_machine_common",
|
|
"printer_model": "Anker M5",
|
|
"default_print_profile": "0.20mm Standard @Anker",
|
|
"nozzle_diameter": [
|
|
"0.4"
|
|
],
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"235x0",
|
|
"235x235",
|
|
"0x235"
|
|
],
|
|
"printable_height": "250",
|
|
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nG28",
|
|
"machine_end_gcode": "; config end gcode\nM104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84",
|
|
"layer_change_gcode": "",
|
|
"scan_first_layer": "0",
|
|
"nozzle_type": "hardened_steel",
|
|
"auxiliary_fan": "0"
|
|
}
|
|
|