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.
1
Print Resume is extrememly slow even after adding VELOCITY= to it - Can someone help please?
Post Body
So after a pause when my printer goes back to the print it CREEPS. Like it takes a good 10 seconds to get from the purge area to the print again and that causes oozing. Ive tried editing my resume macro but nothing seems to work. I've tried numbers like 200 and 500 and it just doesnt seem to speed up the resume speed at all. Can someone help please?
[gcode_macro RESUME]
description: Resume the actual running print
rename_existing: RESUME_BASE
SET_IDLE_TIMEOUT TIMEOUT=900
##### read E from pause macro #####
{% set E = printer["gcode_macro PAUSE"].extrude|float %}
{% if printer.extruder.can_extrude|lower == 'true' %}
G91
G1 E{E} F2100
{% else %}
{action_respond_info("Extruder not hot enough")}
{% endif %}
RESUME_BASE VELOCITY=500
Author
Account Strength
100%
Account Age
12 years
Verified Email
Yes
Verified Flair
No
Total Karma
31,698
Link Karma
20,218
Comment Karma
10,405
Profile updated: 2 days ago
Posts updated: 5 days 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
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/klippers/co...