G31 S parameter
-
hi, i run a macro to set my zprobe trigger height and use M500 P31 to save that, at this point, no problem, but i use a pinda V2 with the thermistor connected and configured to be used for bed calibration. i was thinking that save the temp of the sensor at the same time as the trigger height in the config-override could cool to have since it's able to change any time you adjust the Z height
-
did you look at the conditional g code?
https://duet3d.dozuki.com/Wiki/GCode_Meta_Commands
some examples https://forum.duet3d.com/topic/14280/invitation-to-share-your-conditional-gcode-scripts
-
@Veti i don't think conditional gcode could help on this, i don't think it's possible to save the value of the sensor "G31 S" in the config-override using this, i could be wrong but i've done many things with conditional and don't remember this ability ^^
-
not the temperature, but the tool offset.
if you set the G10 Z Value and save it via M500 it will be written to the config overwrite
-
you could use the Standby temperature to save the value. The S parameter
-
That's a thing but got nothing related to the g31 parameter that set the temperature you calibrated your offset at ^^ which is supposed to help correct the sensor reading, as I don't do it with the temp of the bed but with my pinda, it's better to have to have better compensation
-
question. have you set the pinda specific value (Hnn Snn Cnn) in the G31 command?
-
@Veti I have set the H and C but don't want to set the S in the config.g as when I calibrated my offset, it's not the same Everytime, that's why I want it stored with the M500 P31