Support for Qidi Tech X-Max

This commit is contained in:
fr3ak2402 2023-04-19 23:38:05 +02:00 committed by GitHub
parent a5d4fca039
commit 77bb548fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 752 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"type": "machine",
"setting_id": "xxx",
"name": "Qidi Tech X-Max 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Qidi Tech X-Max",
"default_print_profile": "0.20mm Standard @QTXMax",
"nozzle_diameter": [
"0.4"
],
"bed_exclude_area": [
"0x0"
],
"printable_area": [
"0x0",
"300x0",
"300x250",
"0x250"
],
"printable_height": "300",
"machine_start_gcode": "",
"machine_end_gcode": "",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "hardened_steel",
"auxiliary_fan": "0"
}