diff --git a/resources/profiles/Qidi Tech.json b/resources/profiles/Qidi Tech.json index 73966d9df7..e1dede9717 100644 --- a/resources/profiles/Qidi Tech.json +++ b/resources/profiles/Qidi Tech.json @@ -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" diff --git a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ABS.json b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ABS.json index a8dfac3ab8..853ea79b19 100644 --- a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ABS.json +++ b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ABS.json @@ -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" ] diff --git a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ASA.json b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ASA.json index 587371af7e..f585e1d2e8 100644 --- a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ASA.json +++ b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic ASA.json @@ -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" ] diff --git a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PETG.json b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PETG.json index e50715405d..2b7a872a01 100644 --- a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PETG.json +++ b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PETG.json @@ -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" ] diff --git a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PLA.json b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PLA.json index 2f1cace557..3dc5f7a12b 100644 --- a/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PLA.json +++ b/resources/profiles/Qidi Tech/filament/Qidi Tech Generic PLA.json @@ -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" ] diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-CF Pro.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-CF Pro.json index f458098697..59fa084d50 100644 --- a/resources/profiles/Qidi Tech/machine/Qidi Tech X-CF Pro.json +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-CF Pro.json @@ -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" } diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max.json index ab4f8a2f55..353951ef12 100644 --- a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max.json +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max.json @@ -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" } diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3 0.4 nozzle.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3 0.4 nozzle.json index 16210510f8..99096fc990 100644 --- a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3 0.4 nozzle.json +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3 0.4 nozzle.json @@ -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", diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3.json index ee83a8be4a..1f81b34176 100644 --- a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3.json +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Max3.json @@ -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" } diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3 0.4 nozzle.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3 0.4 nozzle.json index 7ced8deb17..d0401d7822 100644 --- a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3 0.4 nozzle.json +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3 0.4 nozzle.json @@ -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": "", diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3.json index 2257859eab..4d44a29c42 100644 --- a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3.json +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Plus3.json @@ -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" } diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Smart3 0.4 nozzle.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Smart3 0.4 nozzle.json new file mode 100644 index 0000000000..94643de131 --- /dev/null +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Smart3 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Qidi Tech/machine/Qidi Tech X-Smart3.json b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Smart3.json new file mode 100644 index 0000000000..b1f0289223 --- /dev/null +++ b/resources/profiles/Qidi Tech/machine/Qidi Tech X-Smart3.json @@ -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" +} diff --git a/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXMax.json b/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXMax.json index 1624cc9b09..31a91edd46 100644 --- a/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXMax.json +++ b/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXMax.json @@ -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" ] diff --git a/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXSmart3.json b/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXSmart3.json new file mode 100644 index 0000000000..989edcaa61 --- /dev/null +++ b/resources/profiles/Qidi Tech/process/0.20mm Standard @QTXSmart3.json @@ -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" + ] +} \ No newline at end of file