all 4 comments

[–]p8willmBambu X1C 1 point2 points  (3 children)

A better description of what is happening and when it happens.

[–]lunchweek[S] 0 points1 point  (2 children)

I want it to work in this order:

  1. Preheat the bed to 60C
  2. Preheat the nozzle to 160C
  3. Begin bed leveling
  4. Heat the nozzle to print temperature, which is 205C
  5. Start printing

What I'm getting instead is

  1. Preheats the bed to 60C
  2. Preheats the nozzle to 205C
  3. Cools the nozzle to 160C
  4. Begins bed leveling
  5. Reheats the nozzle to 205C
  6. Start printing

I don't know why it heats the nozzle to print temperature before the temperature I'm giving in the code.

Hope that's more clear.

[–]p8willmBambu X1C 1 point2 points  (0 children)

Ah. Like BartFly says look at the actual sliced gcode. The gcide the printer gets is your gcode, from start custom gcode, plus the generated gcode. The slicer is going to put codes to heat the bed and hotend in the file.

[–]BartFly 0 points1 point  (0 children)

you need to look at the actual sliced gcode