Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions P1P/change_filament_noAMS_P1P_0.4nozzle_v1.9.5.gcode
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ G92 E0
; always use highest temperature to flush
M400
M109 S[nozzle_temperature_range_high]

{if flush_length_1 > 23.7}
G1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part
G1 E{(flush_length_1 - 23.7) * 0.02} F50
Expand Down Expand Up @@ -187,7 +186,6 @@ M204 S[default_acceleration]
G1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000
{endif}

{endif}

; as there is no AMS, these next three lines only serve to hide T[next_extruder]
; if this was not included, the T[next_extruder] command is input after this
Expand Down