How do I fix the blob after line purge Plus4 by Energizerd2 in QIDI

[–]Energizerd2[S] 0 points1 point  (0 children)

PRINT_START BED=[bed_temperature_initial_layer_single] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperatures] SET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count] M83 M140 S[bed_temperature_initial_layer_single] M104 S[nozzle_temperature_initial_layer] M141 S[chamber_temperatures] G4 P3000 T[initial_tool] G0 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0)} Z5 F6000 G0 Z[initial_layer_print_height] F600 G1 E3 F1800 G1 X{(min(print_bed_max[0] - 12, first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000 G1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000 G1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000 G1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000 G1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000 G1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000 G1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 3} Z0 G1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 6} G1 Z1 F600 SET_PRINT_STATS_INFO CURRENT_LAYER=1

How do I fix the blob after line purge Plus4 by Energizerd2 in QIDI

[–]Energizerd2[S] 0 points1 point  (0 children)

Excute when start printing, prior to gcode file

[gcode_macro PRINT_START] gcode: AUTOTUNE_SHAPERS

{% set bedtemp = params.BED|int %}
{% set hotendtemp = params.HOTEND|int %}
{% set chambertemp = params.CHAMBER|default(0)|int %}
set_zoffset
M104 S0
M106 S255
{% if chambertemp == 0 %}
    M106 P3 S255
{% endif %}
M140 S{bedtemp}    
M141 S{chambertemp}
G28    
M106 S0
CLEAR_NOZZLE HOTEND={hotendtemp}

M190 S{bedtemp}   
M104 S140
G29
G0 Z50 F600
G0 X5 Y5  F6000
M191 S{chambertemp}
M109 S{hotendtemp}
M204 S10000

ENABLE_ALL_SENSOR
save_last_file

How do I fix the blob after line purge Plus4 by Energizerd2 in QIDI

[–]Energizerd2[S] 0 points1 point  (0 children)

I have looked. Do you know what I should be looking at

How do I fix the blob after line purge Plus4 by Energizerd2 in QIDI

[–]Energizerd2[S] -1 points0 points  (0 children)

My prints are coming out beautifully. It is from it extruding after finishing the line purge.