Skip to content

K1 fix start gcode - #580

Open
RodentVienna wants to merge 2 commits into
CrealityOfficial:masterfrom
RodentVienna:K1-fix-start-gcode
Open

K1 fix start gcode#580
RodentVienna wants to merge 2 commits into
CrealityOfficial:masterfrom
RodentVienna:K1-fix-start-gcode

Conversation

@RodentVienna

Copy link
Copy Markdown

Description

Several Creality machine profiles set the first-layer nozzle temperature with M104 (set temperature, no wait) immediately before the purge/prime line.

Because M104 does not wait, the purge line runs before the nozzle has reached temperature, extruding through a nozzle that is not yet hot enough to melt filament — producing a poor or failed purge line.

Fix

Changed M104 S[...] to M109 S[...] on the line immediately preceding the purge, so the printer waits for the target temperature before purging.

Creality profiles that already waited correctly (M109) were left untouched.
I only fixed K1 profiles with this PR.

Note

Other affected profiles remain to be reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant