Adding more Qidi Tech printers support

Qidi Tech X-CF Pro
Qidi Tech X-Plus3
Qidi Tech X-Max3
This commit is contained in:
fr3ak2402 2023-04-20 17:23:17 +02:00 committed by GitHub
parent ff38540e69
commit 91dff3a963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 224 additions and 2 deletions

View file

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