G-code (M-code?) for Get Bed Temperature
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)?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.
M105 is the extruder temperature. I can''t find a way to get the bed temperature, though there is a code to wait until the bed has reached the target temperature.
@NomadMaker M105 should report the temperature for everything.
@NomadMaker please look into http://marlinfw.org/docs/gcode/M105.html
Your Marlin_main link had died, so I changed it
License under CC-BY-SA with attribution
Content dated before 7/24/2021 11:53 AM
NomadMaker 5 years ago
M105 is the extruder temperature. I can''t find a way to get the bed temperature, though there is a code to wait until the bed has reached the target temperature.