aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-re-arm.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
|
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-4/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Clarify which boards use lpc1768 vs lpc1769 when knownKevin O'Connor2019-06-201-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: Add support for flashing via "make flash"Kevin O'Connor2019-03-081-5/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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)