grob6000 bf2c923db5 Make multiple PID parameters a config option
* Adds config parameter `PID_PARAMS_PER_EXTRUDER` - allows single PID
parameters to be used where this would be preferable (e.g. dual
identical extruders)
* When disabled, will use `float Kp, Ki, Kd, Kc;` as before.
Preprocessor macros used to switch between.
* ultralcd.cpp defines extra menus for extra parameters only where
required
* M301 reports `e:xx` only if independent pid parameters enabled
* EEPROM structure still leaves space for 3 extruders worth, when undef
will save single parameter to all extruder positions, but only read the
first
* Switching off saves approx 330 B with no LCD enabled, 2634B with LCD
(RRD) enabled: this is significant.
* LCD modifications should be tested.
2015-01-11 13:50:17 +11:00
..
2013-10-30 21:52:46 +01:00
2013-10-30 21:52:46 +01:00
2014-12-18 13:59:31 -08:00
2015-01-09 20:23:38 +01:00
2015-01-07 05:26:47 -06:00
2015-01-06 16:39:48 -02:00
2014-02-05 01:47:12 -08:00
2014-02-05 01:47:12 -08:00
2014-10-04 09:24:09 +02:00
2014-12-31 13:04:16 +13:00
2015-01-06 16:39:48 -02:00
2014-12-03 15:01:52 +01:00