* Update fdm_filament_abs.json Modification based on chamber temperature * Update fdm_filament_asa.json Modification based on chamber temperature * Update QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle.json Modification based on chamber temperature * Update QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle.json Modification based on chamber temperature * Update QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle.json Modification based on chamber temperature * Update QIDI ASA @Qidi Q1 Pro 0.2 nozzle.json Modification based on chamber temperature * Update Qidi Generic ABS.json Modification based on chamber temperature * Update Qidi Generic ASA.json Modification based on chamber temperature * Update QIDI ABS-GF25 @Qidi Q1 Pro 0.4 nozzle.json Sorry, there is still a parameter that needs to be modified for this type of consumable * Update QIDI ABS-GF25 @Qidi Q1 Pro 0.6 nozzle.json Sorry, there is still a parameter that needs to be modified for this type of consumable * Update QIDI ABS-GF25 @Qidi Q1 Pro 0.8 nozzle.json Sorry, there is still a parameter that needs to be modified for this type of consumable * Update Qidi Q1 Pro 0.4 nozzle.json Parameter modification * Update fdm_qidi_x3_common.json Parameter modification * Update Qidi Q1 Pro 0.4 nozzle.json Gcode Change * Update fdm_qidi_x3_common.json Gcode Change * Merge branch 'main' into main
30 lines
2.3 KiB
JSON
30 lines
2.3 KiB
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_qidi_x3_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_machine_common",
|
|
"gcode_flavor": "klipper",
|
|
"auxiliary_fan": "1",
|
|
"change_filament_gcode": "",
|
|
"machine_pause_gcode": "M0",
|
|
"support_chamber_temp_control": "1",
|
|
"retraction_length": [
|
|
"1"
|
|
],
|
|
"retraction_speed": [
|
|
"30"
|
|
],
|
|
"z_hop": [
|
|
"0.4"
|
|
],
|
|
"thumbnails": [
|
|
"380x380/COLPIC",
|
|
"210x210/COLPIC",
|
|
"380x380/PNG"
|
|
],
|
|
"thumbnails_format": "ColPic",
|
|
"machine_start_gcode": "PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM106 P3 S255\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[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_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 * initial_layer_print_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 * initial_layer_print_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 * initial_layer_print_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 * initial_layer_print_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 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 E{10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\n",
|
|
"machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\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}",
|
|
"scan_first_layer": "0"
|
|
}
|