Changing pt100 to standard thermistor
-
You don't send M501. You put it at the end of config.g and that's it.
When the duet powers on it runs through config.g to configure the machine. Then at the end it gets to M501 and then it knows to also load config-override.g, which has your tuned PID settings.
So when you sent M501 when the heater was running at 200c it re-applied any saved PID values it had saved in config-override.g from when you did the PID tuning and saved them with M500. That's probably where the fault came from.
-
no i did as you advised, when the pid tune completed, i went into system in the web ui, and put m501 at the end of the config.g file, saved, it asked to reset it to save the settings and i checked it afterwards and m501 was still in the config.g file, was that not the way to do it?
-
@Phaedrux said in Changing pt100 to standard thermistor:
PID tune, send M500 in console, add M501 to config.g. done.
Here's a guided example: https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+4:+Calibration/40#s161
-
i first sent m500 from the console in the web ui at the end of the pid tune, that saved, then did as i thought you said in the config.g, as above
-
thanks for the guide, i think i did all of this but perhaps i missed something, i will try again after ive checked all the cables again, many thanks
-
I think you've got it, just trying to understand if the error was related.
-
it must be something i missed, perhaps another bad connection, i think its due a full rewire to be totally sure, thanks again, good night
-
@Phaedrux - Thanks again for your help with this, and everyone else, again, much appreciated! So I've swapped the heater block & heater cables, and no more errors! Cant be sure what it may have been as the entire hotend plate & all was new, upgraded from bowden rig to the sovol sv01 complete hotend as I had that laying around. So all resolved. If its not to much trouble, I'm assuming I need to change the feedrate now that I've changed my Chiron bowden setup to direct drive? How would i change and save it, thanks in advance
-
@Atraedes said in Changing pt100 to standard thermistor:
I'm assuming I need to change the feedrate now that I've changed my Chiron bowden setup to direct drive? How would i change and save it, thanks in advance
If the motor and gear ratio is the same, it should be similar steps per mm. But you should probably recalibrate the extruder just to get it accurate.
https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+4:+Calibration/40#s165
-
i had already calculated e-steps but realise now I didn't change it in the config.g file, so should be a simple edit config.g, change m92 to the new value, and as i already have m501 at the end of my config.g file just save and reset and good to go for that tune at least?
-
@Atraedes
Yes. -
cheers, much appreciated