aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-duet2-maestro.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
|
* config: Change of alias for heater_fan in multiple configs (#5632)JamesH19782022-07-191-1/+1
| | | | | This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here. Signed-off-by: James Hartley <james@hartleyns.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>
* 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>
* adc_scaled: Add support for Duet2 Maestro "vref monitoring"Kevin O'Connor2020-09-091-2/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add pin hints for probe header in generic-duet2-maestro.cfgKevin O'Connor2020-06-171-1/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tmc: Remove virtual_enable support and replace with automatic supportKevin O'Connor2019-11-121-4/+4
| | | | | | | Automatically detect if the stepper has a dedicated enable line. If it does not, then automatically enable virtual enable support. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: The duet2 maestro uses a 2200 ohm pullup resistorKevin O'Connor2019-10-241-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update several config files to use board aliases for lcdKevin O'Connor2019-08-191-11/+12
| | | | | | | | Add a sample-lcd.cfg with the defintions for several common "reprap" style LCD displays that use the EXP1/EXP2 plugs. Update several config files to add EXP1/EXP2 board aliases. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Heater pins are inverted on the Duet2 MaestroKevin O'Connor2019-07-101-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use tmc2208 virtual_enable in generic-duet2-maestro.cfgKevin O'Connor2019-06-281-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add LCD settings to config/generic-duet2-maestro.cfgKevin O'Connor2019-06-131-0/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix sensor_resistor in generic-duet2-maestro.cfgKevin O'Connor2019-06-121-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add an example config for the Duet2 MaestroKevin O'Connor2019-06-121-0/+128
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>