You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
I would have a few question regarding to the A350 startup code:
Why the head moved to the "center" of the bed? G0 X{if initial_extruder == 0}145.0{else}175.0{endif} F3420.0 in my opinion it would be better outside G0 X{if initial_extruder == 0}-5.0{else}...
What is the meaning of C2 W1; and C3 W1? M109 S{max(250, min(290, first_layer_temperature[initial_extruder] + 15))} C2 W1; common flush temp
... M109 S{first_layer_temperature[initial_extruder]} C3 W1
My experience is with this part: M104 S{first_layer_temperature[initial_extruder] + 5} G1 E9.0 F200 G92 E0 G1 E6.0 Z4.6 F200 G92 E0 G0 Z5.6 F200
extruder is standing in one place and extruding. The melted filament is backfiring on the nozzle and it gets clogged. Like so:
What is the use case of it?
@macdylan: Please have a look on it if you have some time. Thank you so much!
3dp-configs/PrusaSlicer/Snapmaker.ini
Line 3398 in 61e20e9
I would have a few question regarding to the A350 startup code:
Why the head moved to the "center" of the bed?
G0 X{if initial_extruder == 0}145.0{else}175.0{endif} F3420.0in my opinion it would be better outsideG0 X{if initial_extruder == 0}-5.0{else}...What is the meaning of
C2 W1;andC3 W1?M109 S{max(250, min(290, first_layer_temperature[initial_extruder] + 15))} C2 W1; common flush temp...
M109 S{first_layer_temperature[initial_extruder]} C3 W1My experience is with this part:

M104 S{first_layer_temperature[initial_extruder] + 5}G1 E9.0 F200G92 E0G1 E6.0 Z4.6 F200G92 E0G0 Z5.6 F200extruder is standing in one place and extruding. The melted filament is backfiring on the nozzle and it gets clogged. Like so:
What is the use case of it?
@macdylan: Please have a look on it if you have some time. Thank you so much!