Replies: 1 comment
-
Sorry, I paste the complete code text (part of START_PRINT macro) `
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just trying to modify the START_PRINT macro for a faster print start.
What I'm trying is to coordinate both, extruder and bed, to finish warming-up at the same time and don't have to wait for the extruder after the bed is already hot enough (similar than original firmware).
Trying to play with "TEMPERATURE_WAIT" command but it doesn't seem to work.
Is the "TEMPERATURE_WAIT" command working properly in this firmware or do I have any kind of missmatch in the spelling?
Thanks in advance.
`
M140 S{bed_temp+7}; start bed heating
M104 S100; primer calentamiento del noozle a 100ºC
SET_SKEW CLEAR=1 ; reset skew profile if loaded
SET_GCODE_OFFSET Z=0.0 ; reset the G-Code Z offset (adjust Z offset if needed)
G28 ; home the printer
Beta Was this translation helpful? Give feedback.
All reactions