Commit Graph

6 Commits

Author SHA1 Message Date
dependabot[bot]
7e5e2ca296 Bump actions/github-script from 8 to 9 (#222)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-01 14:29:03 -03:00
Ian Bassi
c3c8fe78f9 Clarify jerk and junction deviation docs (#208)
Refactor and expand documentation for cornering control in speed_settings_jerk_xy.md: add a Key Effects section, reorganize Cornering Control Types, consolidate and clarify Junction Deviation (include formula, tips, and notes about Marlin/Classic Jerk), remove duplicated content, and explain how Orca limits jerk to Printer Motion Ability. Update printer_settings/motion ability/printer_motion_ability.md: reorder sections to place Maximum Junction Deviation after Maximum Jerk, update variable descriptions and link references, and clarify when M205 J/X/Y/Z/E apply.
2026-04-14 11:45:56 -03:00
Ian Bassi
7f9504f374 Case checkers (#206) 2026-04-08 15:26:54 -03:00
Ian Bassi
f2ddafe58d Case sensitive validations (#202) 2026-04-08 11:51:47 -03:00
Ian Bassi
7c1b08f4c9 Refactor workflows to scan all Markdown files (#48)
Update image and internal link validation workflows to scan all Markdown files in the repository instead of only those changed in a pull request. This improves coverage and reliability by ensuring all relevant files are validated regardless of PR diff context.
2025-12-02 12:45:39 -03:00
Ian Bassi
779a06b8a3 Add workflow to validate internal markdown links (#22)
Introduces a GitHub Actions workflow that checks for invalid internal links in Markdown files on pull requests. The workflow validates document references and heading anchors, reporting errors for missing or ambiguous documents, invalid anchors, and improper link formats.
2025-11-26 11:01:06 -03:00