Update Qidi Tech profiles

This commit is contained in:
fr3ak2402 2023-04-24 11:12:52 +02:00 committed by SoftFever
parent 3f486338cc
commit 0d4183f04b
15 changed files with 124 additions and 19 deletions

View file

@ -12,6 +12,10 @@
"name": "Qidi Tech X-CF Pro",
"sub_path": "machine/Qidi Tech X-CF Pro.json"
},
{
"name": "Qidi Tech X-Smart3",
"sub_path": "machine/Qidi Tech X-Smart3.json"
},
{
"name": "Qidi Tech X-Plus3",
"sub_path": "machine/Qidi Tech X-Plus3.json"
@ -34,6 +38,10 @@
"name": "0.20mm Standard @QTXCFPro",
"sub_path": "process/0.20mm Standard @QTXCFPro.json"
},
{
"name": "0.20mm Standard @QTXSmart3",
"sub_path": "process/0.20mm Standard @QTXSmart3.json"
},
{
"name": "0.20mm Standard @QTXPlus3",
"sub_path": "process/0.20mm Standard @QTXPlus3.json"
@ -56,6 +64,14 @@
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_asa",
"sub_path": "filament/fdm_filament_asa.json"
},
{
"name": "fdm_filament_abs",
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "Qidi Tech Generic PLA",
"sub_path": "filament/Qidi Tech Generic PLA.json"
@ -63,6 +79,14 @@
{
"name": "Qidi Tech Generic PETG",
"sub_path": "filament/Qidi Tech Generic PETG.json"
},
{
"name": "Qidi Tech Generic ASA",
"sub_path": "filament/Qidi Tech Generic ASA.json"
},
{
"name": "Qidi Tech Generic ABS",
"sub_path": "filament/Qidi Tech Generic ABS.json"
}
],
"machine_list": [
@ -78,6 +102,10 @@
"name": "Qidi Tech X-CF Pro 0.4 nozzle",
"sub_path": "machine/Qidi Tech X-CF Pro 0.4 nozzle.json"
},
{
"name": "Qidi Tech X-Smart3 0.4 nozzle",
"sub_path": "machine/Qidi Tech X-Smart3 0.4 nozzle.json"
},
{
"name": "Qidi Tech X-Plus3 0.4 nozzle",
"sub_path": "machine/Qidi Tech X-Plus3 0.4 nozzle.json"

View file

@ -18,6 +18,7 @@
"compatible_printers": [
"Qidi Tech X-Max 0.4 nozzle",
"Qidi Tech X-CF Pro 0.4 nozzle",
"Qidi Tech X-Smart3 0.4 nozzle",
"Qidi Tech X-Plus3 0.4 nozzle",
"Qidi Tech X-Max3 0.4 nozzle"
]

View file

@ -18,6 +18,7 @@
"compatible_printers": [
"Qidi Tech X-Max 0.4 nozzle",
"Qidi Tech X-CF Pro 0.4 nozzle",
"Qidi Tech X-Smart3 0.4 nozzle",
"Qidi Tech X-Plus3 0.4 nozzle",
"Qidi Tech X-Max3 0.4 nozzle"
]

View file

@ -45,6 +45,7 @@
"compatible_printers": [
"Qidi Tech X-Max 0.4 nozzle",
"Qidi Tech X-CF Pro 0.4 nozzle",
"Qidi Tech X-Smart3 0.4 nozzle",
"Qidi Tech X-Plus3 0.4 nozzle",
"Qidi Tech X-Max3 0.4 nozzle"
]

View file

@ -18,6 +18,7 @@
"compatible_printers": [
"Qidi Tech X-Max 0.4 nozzle",
"Qidi Tech X-CF Pro 0.4 nozzle",
"Qidi Tech X-Smart3 0.4 nozzle",
"Qidi Tech X-Plus3 0.4 nozzle",
"Qidi Tech X-Max3 0.4 nozzle"
]

View file

@ -9,5 +9,5 @@
"bed_model": "",
"bed_texture": "",
"hotend_model": "bbl-3dp-hotend.stl",
"default_materials": "Qidi Tech Generic PLA;Qidi Tech Generic PETG"
"default_materials": "Qidi Tech Generic ASA;Qidi Tech Generic ABS;Qidi Tech Generic PLA;Qidi Tech Generic PETG"
}

View file

@ -9,5 +9,5 @@
"bed_model": "",
"bed_texture": "",
"hotend_model": "bbl-3dp-hotend.stl",
"default_materials": "Qidi Tech Generic PLA;Qidi Tech Generic PETG"
"default_materials": "Qidi Tech Generic ASA;Qidi Tech Generic ABS;Qidi Tech Generic PLA;Qidi Tech Generic PETG"
}

View file

@ -15,13 +15,13 @@
],
"printable_area": [
"0x0",
"300x0",
"300x250",
"0x250"
"325x0",
"325x325",
"0x325"
],
"printable_height": "300",
"machine_start_gcode": "",
"machine_end_gcode": "",
"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",

View file

@ -9,5 +9,5 @@
"bed_model": "",
"bed_texture": "",
"hotend_model": "bbl-3dp-hotend.stl",
"default_materials": "Qidi Tech Generic PLA;Qidi Tech Generic PETG"
"default_materials": "Qidi Tech Generic ASA;Qidi Tech Generic ABS;Qidi Tech Generic PLA;Qidi Tech Generic PETG"
}

View file

@ -15,11 +15,11 @@
],
"printable_area": [
"0x0",
"300x0",
"300x250",
"0x250"
"280x0",
"280x280",
"0x280"
],
"printable_height": "300",
"printable_height": "270",
"machine_start_gcode": "",
"machine_end_gcode": "",
"layer_change_gcode": "",

View file

@ -9,5 +9,5 @@
"bed_model": "",
"bed_texture": "",
"hotend_model": "bbl-3dp-hotend.stl",
"default_materials": "Qidi Tech Generic PLA;Qidi Tech Generic PETG"
"default_materials": "Qidi Tech Generic ASA;Qidi Tech Generic ABS;Qidi Tech Generic PLA;Qidi Tech Generic PETG"
}

View file

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

View file

@ -0,0 +1,13 @@
{
"type": "machine_model",
"name": "Qidi Tech X-Smart3",
"model_id": "Qidi-Tech-XSmart3",
"url": "",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Qidi Tech",
"bed_model": "",
"bed_texture": "",
"hotend_model": "bbl-3dp-hotend.stl",
"default_materials": "Qidi Tech Generic ASA;Qidi Tech Generic ABS;Qidi Tech Generic PLA;Qidi Tech Generic PETG"
}

View file

@ -5,10 +5,10 @@
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"internal_solid_infill_speed": "200",
"gap_infill_speed": "40",
"internal_solid_infill_speed": "20",
"gap_infill_speed": "20",
"bottom_shell_layers": "4",
"default_acceleration": "2500",
"default_acceleration": "0",
"default_jerk": "12",
"initial_layer_acceleration": "1000",
"initial_layer_infill_speed": "125",
@ -19,11 +19,12 @@
"outer_wall_speed": "150",
"small_perimeter_speed": "50%",
"sparse_infill_speed": "250",
"top_shell_layers": "3",
"top_surface_acceleration": "1500",
"top_surface_speed": "150",
"travel_acceleration": "2500",
"travel_acceleration": "1500",
"travel_jerk": "9",
"travel_speed": "250",
"travel_speed": "130",
"compatible_printers": [
"Qidi Tech X-Max 0.4 nozzle"
]

View file

@ -0,0 +1,30 @@
{
"type": "process",
"setting_id": "xxx",
"name": "0.20mm Standard @QTXSmart3",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"internal_solid_infill_speed": "200",
"gap_infill_speed": "40",
"bottom_shell_layers": "4",
"default_acceleration": "2500",
"default_jerk": "12",
"initial_layer_acceleration": "1000",
"initial_layer_infill_speed": "125",
"initial_layer_speed": "50",
"inner_wall_acceleration": "1000",
"inner_wall_speed": "250",
"outer_wall_acceleration": "1000",
"outer_wall_speed": "150",
"small_perimeter_speed": "50%",
"sparse_infill_speed": "250",
"top_surface_acceleration": "1500",
"top_surface_speed": "150",
"travel_acceleration": "2500",
"travel_jerk": "9",
"travel_speed": "250",
"compatible_printers": [
"Qidi Tech X-Smart3 0.4 nozzle"
]
}