aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-re-arm.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Fix generic-re-arm.cfg encoder pinsKevin O'Connor2018-09-121-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update generic-re-arm.cfg with menu buttonsKevin O'Connor2018-09-121-0/+6
| | | | | | Reported by @J-charles-C. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update Smoothieboard configs with notes on flashing the devicesKevin O'Connor2018-07-081-0/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Cleanup whitespace errorsKevin O'Connor2018-06-281-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lcd_st7920: Use a longer delay at the start of each command/dataKevin O'Connor2018-06-221-5/+0
| | | | | | | | | | | It appears the st7920 requires a longer delay when switching from command to data mode (and vice-versa). Slower MCUs don't show a problem because the klipper command processing time results in a sufficient delay. However, some of the faster MCUs can process klipper commands fast enough that the next st7920 transfer is sent too fast. Add an additional delay to account for this. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic config for Re-Arm (LPC1768)AxMod 3D Print2018-06-211-0/+100
Signed-off-by: Ax Smith-Laffin (ax@darknetweb.co.uk)