Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.02 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.02 KB

gcode-documentation-parser

See a demo usage of the output

A utility that parses the documentation pages from Marlin, RepRap, and Klipper, to generate an index of commands usage.

Output

You can access the output from the output branch of this repo. Here are the raw links that you can reference or copy:

The documentation is updated semi-regularly, at the start of every month, and published on this repo.

You can also generate it locally by running the following, and checking the output folder

poetry run ./update_documentation.py

Usage

Normally, the output would be used by something like gcode-documentation, to allow users to search and understand how a GCode command should be used.

This was originally created in Octoprint plugin MarlinGcodeDocumentation, and needs the parsed documentation data to function.