ENH: pick Anker printer from orca

Thanks OrcaSlicer. Also fix the wrong
setting id.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If70c1bebb853a2f2f9b90e7c66e886af0432b52a
This commit is contained in:
salt.wei 2023-06-13 21:07:22 +08:00 committed by Lane.Wei
parent eccc479199
commit 4a3464243c
26 changed files with 1456 additions and 0 deletions

View file

@ -0,0 +1,30 @@
{
"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"
}