Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Temp change
Post Body

I'm trying to modify gcode in an existing file to do an automatic temperature change at a given layer. Cura's "ChangeAtZ" function works, except that it uses an M104 command, so it doesn't wait until the temperature change actually happens. I'd prefer to use the M109 command, so printing resumes only when the nozzle is up to temp.

The following code:

G10; Retract

M109 S220.0; Change nozzle temp to 220C, waiting until temp is stable

G11; Recover

works fine, but the head sits in the active spot while the nozzle is changing temp, which inevitably causes a blivot in the print. I've tried parking the head by adding a couple of lines:

G10; Retract

G60 S0; Save current position to first memory "slot"

G27 P2; Raise Z axis and park XY

M109 S220.0; Change nozzle temp to 220C, waiting until temp is stable

G11; Recover

G61 S0 XYZ; Move all three axes back to position saved in first "slot"

This works except that the G61 command doesn't restore the Z axis -- after the head heats up, and it tries to resume printing, the X and Y positions are correct, but the Z axis is off by the default Z axis backoff.

Is this a bug or it it working as intended, and I'm just not doing something right? I'd really like the filament to retract, the head to go to its neutral (parking) corner, heat up, return to the active position, un-retract the filament, and resume printing. Has anybody worked this through?

Duplicate Posts
2 posts with the exact same title by 1 other authors
View Details
Author
Account Strength
100%
Account Age
5 years
Verified Email
Yes
Verified Flair
No
Total Karma
34,982
Link Karma
9,523
Comment Karma
25,192
Profile updated: 4 days ago
Posts updated: 3 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago