mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
parent
dec33a93e8
commit
6d0369f5d7
115 changed files with 3106 additions and 87 deletions
26
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.2 nozzle.json
Normal file
26
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.2 nozzle.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM008",
|
||||
"name": "Qidi Q1 Pro 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Qidi Q1 Pro 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_model": "Qidi Q1 Pro",
|
||||
"printer_variant": "0.2",
|
||||
"default_filament_profile": [
|
||||
"QIDI PLA Rapido;QIDI PETG;QIDI ABS Rapido"
|
||||
],
|
||||
"default_print_profile": "0.10mm Standard @Qidi Q1 Pro 0.2 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.14"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.4"
|
||||
]
|
||||
}
|
70
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.4 nozzle.json
Normal file
70
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.4 nozzle.json
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Qidi Q1 Pro 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_qidi_x3_common",
|
||||
"printer_model": "Qidi Q1 Pro",
|
||||
"gcode_flavor": "klipper",
|
||||
"default_print_profile": "0.20mm Standard @Qidi Q1 Pro",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"245x0",
|
||||
"245x245",
|
||||
"0x245"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"25x240",
|
||||
"115x240",
|
||||
"115x245",
|
||||
"25x245",
|
||||
"208x240",
|
||||
"245x240",
|
||||
"245x245",
|
||||
"208x245"
|
||||
],
|
||||
"printable_height": "245",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Qidi",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"10"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"0"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"wipe_distance": [
|
||||
"2"],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"machine_pause_gcode": "M0",
|
||||
"thumbnails": [
|
||||
"160x160",
|
||||
"112x112"
|
||||
],
|
||||
"layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nG92 E0\n",
|
||||
"machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG91\nG0 Z5 F600\nG90\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}",
|
||||
"machine_start_gcode": "PRINT_START BED=[first_layer_bed_temperature] HOTEND=[first_layer_temperature] CHAMBER=[chamber_temperature]\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[first_layer_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * first_layer_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * first_layer_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * first_layer_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * first_layer_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * first_layer_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * first_layer_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 3} Z0\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 6}\nG1 Z1 F600",
|
||||
"thumbnails_format": "PNG",
|
||||
"default_filament_profile": [
|
||||
"QIDI PLA Rapido"
|
||||
]
|
||||
}
|
29
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.6 nozzle.json
Normal file
29
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.6 nozzle.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM008",
|
||||
"name": "Qidi Q1 Pro 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Qidi Q1 Pro 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_model": "Qidi Q1 Pro",
|
||||
"printer_variant": "0.6",
|
||||
"default_filament_profile": [
|
||||
"QIDI PLA Rapido"
|
||||
],
|
||||
"default_print_profile": "0.30mm Standard @Qidi Q1 Pro 0.6 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.42"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1.4"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"3"
|
||||
]
|
||||
}
|
29
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.8 nozzle.json
Normal file
29
resources/profiles/Qidi/machine/Qidi Q1 Pro 0.8 nozzle.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM008",
|
||||
"name": "Qidi Q1 Pro 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Qidi Q1 Pro 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_model": "Qidi Q1 Pro",
|
||||
"printer_variant": "0.8",
|
||||
"default_filament_profile": [
|
||||
"QIDI PLA Rapido"
|
||||
],
|
||||
"default_print_profile": "0.40mm Standard @Qidi Q1 Pro 0.8 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.56"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"3"
|
||||
],
|
||||
"retraction_length": [
|
||||
"3"
|
||||
]
|
||||
}
|
12
resources/profiles/Qidi/machine/Qidi Q1 Pro.json
Normal file
12
resources/profiles/Qidi/machine/Qidi Q1 Pro.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Qidi Q1 Pro",
|
||||
"model_id": "Qidi-Q1Pro",
|
||||
"nozzle_diameter": "0.4;0.2;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Qidi",
|
||||
"bed_model": "qidi_Q1Pro_buildplate_model.stl",
|
||||
"bed_texture": "qidi_Q1Pro_buildplate_texture.png",
|
||||
"hotend_model": "qidi_xseries_gen3_hotend.stl",
|
||||
"default_materials": "QIDI PLA Rapido;QIDI ABS Rapido;QIDI PETG Tough;QIDI PET-CF;QIDI PA12-CF;QIDI PAHT-CF;QIDI ABS-GF25;QIDI PA-Ultra;Qidi Generic ASA;Qidi Generic ABS;Qidi Generic PA-CF;Qidi Generic PA;Qidi Generic PC;Qidi Generic PETG-CF;Qidi Generic PETG;Qidi Generic PLA Silk;Qidi Generic PLA;Qidi Generic TPU 95A"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue