How can I fix the nozzle temp? #115
-
I have KlipperMod beta v00.04 installed on my 5M Pro.. When I send a file to the printer from Orca, the bed heats up to the profile temp that's set to 60, but the Nozzle only goes to 200, instead of 220 that is in the Orca profile. I have to manually raise it to 220 in Mainsail.. Is there some other place this needs to be set, or am I missing something? TIA... |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 13 replies
-
I presume you have the startup gcode in Orca? |
Beta Was this translation helpful? Give feedback.
-
Can you post the beginning of a g-code file that you sliced in Orca? |
Beta Was this translation helpful? Give feedback.
-
Same issue. Same startup Gcode as well. |
Beta Was this translation helpful? Give feedback.
-
great.. thank you.. I'll give it a try.. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you.. worked like a charm.. ;) |
Beta Was this translation helpful? Give feedback.
-
k.. I put them on the same line, still did the same thing.. only heated up to 200.. Not sure if it's related, but I know that 200 is a default temp in the macros.cfg file.. |
Beta Was this translation helpful? Give feedback.
Looks like the slicer isn't send the right temps, causing the start macro to default.
Try this start Gcode in orca instead.
START_PRINT BED_TEMP={first_layer_bed_temperature[0]} EXTRUDER_TEMP={first_layer_temperature[0]}