Welcome! Log In Create A New Profile

Advanced

pid per extruder

Posted by quixotic120 
pid per extruder
January 27, 2016 07:35PM
hello

for #define PID_PARAMS_PER_EXTRUDER // Uses separate PID parameters for each extruder (useful for mismatched extruders)

is it possible to define the pid settings within firmware for e1,2,etc? e.g. is there something along the lines of "DEFAULT_E1Kp" or do you need to run m301 and commit to eeprom after flashing?

Thanks
Re: pid per extruder
January 28, 2016 12:24PM
There are default values assigned from Configuration.h The defined values apply to all extruders. For simplicity, there is just one set that applies to all. But you can change individual extruders. If you change the values, you can save them in EEPROM.
Sorry, only registered users may post in this forum.

Click here to login