The fatal control knob behaviour was cleared up by running a newer version of the Arduino IDE (1.8.4).
Now I can get on to other mysteries.
Search found 4 matches
- Thu Apr 06, 2017 9:11 pm
- Forum: Rostock MAX v2
- Topic: Control Knob Fails to Change Numeric Values After FW Update [Solved]
- Replies: 1
- Views: 2479
- Wed Apr 05, 2017 8:52 pm
- Forum: Rostock MAX v2
- Topic: Control Knob Fails to Change Numeric Values After FW Update [Solved]
- Replies: 1
- Views: 2479
Control Knob Fails to Change Numeric Values After FW Update [Solved]
Was able to change numeric values (such as "bed temperature" and "Z position") reliably on unadulterated Rostock Max V2. Firmware was 0915 (downloaded 07 Aug 2015). Ran EEPROM_clear and loaded 0.92.2 (20170328) firmware on the Mega 2560 (after edits to Configuration.h). Immediately noticed that ...
- Sun Oct 11, 2015 9:33 pm
- Forum: Rostock MAX v2
- Topic: defualt heated bed PID settings
- Replies: 11
- Views: 9865
Re: defualt heated bed PID settings
> (teoman) The reason why the defaults are not mentioned is because they are not even used once. I do not understand this statement. If the instructions from the manual are followed to the letter, the bed-PID values used for printing are the default values from the firmware build. The manual ...
- Mon Oct 05, 2015 2:53 pm
- Forum: Rostock MAX v2
- Topic: defualt heated bed PID settings
- Replies: 11
- Views: 9865
Re: defualt heated bed PID settings
From: Repetier-091-ROSTOCKMAX-master/Repetier-091-ROSTOCKMAX/Repetier/Configuration.h #define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255 #define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80 #define HEATED_BED_PID_PGAIN 87.86 #define HEATED_BED_PID_IGAIN 3.01 #define HEATED_BED_PID_DGAIN 641.82 #define HEATED_BED ...