aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-mks-robin-e3.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Remove hold_current from sample configs and sample macrosKevin O'Connor2021-12-121-4/+0
| | | | | | | Now that the documentation recommends that hold_current not be set, update the example config files to not specify a hold_current. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix missing trailing commas in board_pins config sectionsKevin O'Connor2021-08-191-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: added ender3 with robin e3d 1.1 (#4252)Lukasz Piatkowski2021-08-171-2/+25
| | | Signed-off-by: Łukasz Piątkowski <piontec@gmail.com>
* config: Update z stepper pin changes for mks robin e3 1.1 (#4411)squeekyzebra2021-06-221-2/+2
| | | Signed-off-by: Eli Hyman <eli.hyman@gmail.com>
* config: Use "stealthchop_threshold: 999999" if setKevin O'Connor2021-05-091-4/+4
| | | | | | | | Change all the example config files to use either 0 or 999999 for stealthchop_threshold (as is recommended in the TMC_Drivers.md document). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-2/+2
| | | | | | | Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-8/+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: Example configuration for MKS Robin E3D/E3Kianusch Sayah Karadji2020-06-251-0/+126
Signed-off-by: Kianusch Sayah Karadji <kianusch@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>