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.

1
IDEX second extruder doesn't heat up! Why?
Post Body

In Prusa I have this line:

START_PRINT EXTRUDER_TEMP=[first_layer_temperature] EXTRUDER1_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]

And in Klipper I have this as part of the start code:

gcode:

{% set BED_T = params.BED_TEMP|int %} # First layer temperatures.

{% set EXTRUDER_T = params.EXTRUDER_TEMP|int %}

{% set EXTRUDER1_T = params.EXTRUDER1_TEMP|int %}

M140 S{BED_T} # Don't wait.

M109 S{EXTRUDER_T} # Set and wait for left extruder to reach printing temperature. Wait.

M109 S{EXTRUDER1_T} # Set and wait for right extruder to reach printing temperature. Wait.

and when I start a print the first extruder heats up but when the second extruder is about to print I get the error that hotend is to cold. I would expect that both hotends was heated from the start or that the second one started heating up a little before it is needed.

What is this problem?

Author
Account Strength
70%
Account Age
3 years
Verified Email
Yes
Verified Flair
No
Total Karma
236
Link Karma
50
Comment Karma
186
Profile updated: 5 days ago
Posts updated: 2 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
10 months ago