3

I'm familiar with 3D printing, and the G-code concept. I'm also comfortable with programming.

Can anyone give me the G-code (or probably the M-code, actually) to read the bed temperature?

Is there an equivalent of M105 (Get Extruder Temperature)?

Greenonline
  • 5,831
  • 7
  • 30
  • 60
KDM
  • 143
  • 1
  • 7

1 Answers1

5

M105 should give you the bed temperature.

For future reference you can find a general list of G/M codes here - RepRap Wiki - G-code.

Most firmware files include a list, Marlin has it in Marlin_main. I have no idea how often the list is updated but they don't change often.

Greenonline
  • 5,831
  • 7
  • 30
  • 60
tjb1
  • 2,090
  • 14
  • 26