Hotend temp wont hold during auto level starting gcode.
 
Notifications
Clear all

[Solved] Hotend temp wont hold during auto level starting gcode.  

  RSS
J D
 J D
(@j-d-2)
Member
Hotend temp wont hold during auto level starting gcode.

Hello all, this might be a stupid question because of something that I might have overlooked.

I am trying to heat my hot end to 160 and the bed to the temp set by the slicer. Once the temps are met I want it home all axes and then do an auto level.

Everything is going well until the auto level. While doing the auto level the hot end goes to the slicer temp (mid autolevel).

Is there a way to hold the 160 until the auto level is complete and then while in print position the temp of the hot end goes to the slicer printing temp?

 

 

At the moment this is my starting Gcode

; Start Dual Nozzle/Bed Preheating

M140 S[first_layer_bed_temperature] ; set bed temp

M104 S160 ; set extruder temp to 160

M190 S[first_layer_bed_temperature] ; wait for bed temp

M109 S160 ; heat to 160

G28 ; homehome all axes

G29 ; Auto-levelingG1 X5 Y20 Z10 F5000.0 ; move to start-line position

M104 S[first_layer_temperature] ; set real extruder temp

M109 S[first_layer_temperature] ; wait for extruder temp;

End Preheating

 

Any suggestion would be greatly appreciated

Posted : 28/12/2023 9:45 pm
Share: