mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Adding more Qidi Tech printers support
Qidi Tech X-CF Pro Qidi Tech X-Plus3 Qidi Tech X-Max3
This commit is contained in:
parent
ff38540e69
commit
91dff3a963
11 changed files with 224 additions and 2 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue