aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Slicers.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Use relative links for files outside the docs/ directoryKevin O'Connor2020-12-031-3/+2
| | | | | | | | Use javascript to fixup the "github pages" rendering of links to files outside the docs/ directory. Then use normal relative links in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-3/+2
| | | | | | | 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>
* docs: Add link to config/sample-macros.cfg in Slicers.mdKevin O'Connor2020-07-161-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add info on S3D "extra retract distance" to Slicers.mdKevin O'Connor2020-03-221-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Warn against using "PreloadVE" on KISSlicerKevin O'Connor2019-06-231-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-141-2/+3
| | | | | | | Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Slicers.md documentKevin O'Connor2018-10-281-0/+71
Add some information on configuring a slicer for use with Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>