aboutsummaryrefslogtreecommitdiffstats
path: root/config/sample-macros.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: add BME280 documentationArksine2020-01-131-0/+32
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* config: Update M600 in sample-macros.cfg to use SAVE_GCODE_STATEKevin O'Connor2019-05-311-1/+4
| | | | | | | Save and restore state in the example M600 macro. Also, add pause_resume config section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add START_PRINT and END_PRINT examples to sample-macros.cfgKevin O'Connor2019-05-311-0/+44
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Formatting changes to sample-macros.cfgKevin O'Connor2019-05-311-43/+56
| | | | | | | | Reformat some of the comments. Add section headers. Don't comment out the config sections (so that it is more clear what needs to be copied to the main config). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* pause_resume: update documentationArksine2019-01-281-0/+21
| | | | | | Add updates to example-extras.cfg and G-Codes.md documenting pause_resume. Also add M600 (filament change) to sample-macros.cfg. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* config: sample-macros.cfg creation and M300ndupont-net2018-11-131-0/+36
Implementation of M300 "Play Tone" Signed-off-by: Nicolas Dupont <ndupont@ndupont.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>