OrcaSlicer/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3 0.4 nozzle.json
2023-04-24 11:12:52 +02:00

29 lines
715 B
JSON

{
"type": "machine",
"setting_id": "xxx",
"name": "Qidi Tech X-Max3 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Qidi Tech X-Max3",
"default_print_profile": "0.20mm Standard @QTXMax3",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"325x0",
"325x325",
"0x325"
],
"printable_height": "325",
"machine_start_gcode": "G28\nG92 E0\nG0 X5 Y5 Z0.3 F3600\n",
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
}