345 Commits

Author SHA1 Message Date
Ian Bassi
c7e9526128 Clarify wiki contribution process in guide (#25)
Updated the How-to-wiki guide to clarify that the OrcaSlicer wiki is generated from the WIKI repository, added instructions for suggesting changes via issues, and provided guidance for making edits via pull requests.
2025-11-26 13:32:41 -03:00
Ian Bassi
f561e5640a Exclude code blocks from image validation (#26)
Image references in Markdown code blocks are now ignored during validation by removing code blocks before processing. This prevents false positives from images inside code samples and improves accuracy of alt text and URL checks.
2025-11-26 13:31:32 -03:00
Ian Bassi
491cca5e54 Add Validate Tab Links workflow badge to README (#24)
Added a badge for the Validate Tab Links GitHub Actions workflow to the README for improved visibility of workflow status.
2025-11-26 11:54:28 -03:00
Ian Bassi
d29227685a Add workflow to validate Tab links in wiki (#23)
Introduces a GitHub Actions workflow that checks OrcaSlicer Tab.cpp for valid wiki document and heading references. The workflow runs on demand and weekly, reporting invalid links and enforcing consistent cross-referencing in documentation.
2025-11-26 11:46:37 -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
Ian Bassi
5df36045ea Improve formatting and clarity in profile creation guide (#19)
Updated JSON sample indentation for consistency and readability. Enhanced the 'Testing Profile Changes' section with clearer instructions and formatting. Clarified image requirements for vendor folders.
2025-11-26 09:31:02 -03:00
Ian Bassi
571023bed4 Update image URL in README
Added '?raw=true' to the OrcaSlicer image URL to ensure proper rendering in the README.
2025-11-25 16:59:52 -03:00
Ian Bassi
8557f27a15 Revert "Update README header formatting and title"
This reverts commit 86e0064deb.
2025-11-25 16:59:52 -03:00
Ian Bassi
86e0064deb Update README header formatting and title
Replaces the previous header and image layout with a centered span containing the image and new title 'OrcaSlicer Wiki'. Improves visual presentation and clarity of the README.
2025-11-25 16:53:59 -03:00
Ian Bassi
be5e39120d Update README with badges and community links
Added GitHub stars and workflow badges, clarified repository purpose, and included official website, repositories, social media, and Discord community links for better visibility and contributor guidance.
2025-11-25 16:53:59 -03:00
dependabot[bot]
4771369334 Bump actions/github-script from 7 to 8 (#15)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 16:23:32 -03:00
dependabot[bot]
5ec74fc920 Bump actions/checkout from 4 to 6 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 16:22:09 -03:00
Ian Bassi
c74456539d Add Dependabot configuration (#13)
Introduces .github/dependabot.yml to automate dependency updates for GitHub Actions and Docker, scheduling checks monthly and limiting minor/patch updates for built-in actions.
2025-11-25 16:20:59 -03:00
Ian Bassi
a050cab5ba Update issue templates and remove file upload fields (#12)
Changed the label in the bug report template from 'Error' to 'bug' and removed the file upload/attachments textarea from both bug report and feature request templates to streamline issue submission.
2025-11-25 16:05:00 -03:00
Ian Bassi
faf2e97a17 Add issue and PR templates for GitHub (#11)
Introduces templates for bug reports, feature requests, and pull requests to standardize contributions and improve issue tracking. Also adds configuration to direct users to community support and discussion forums.
2025-11-25 16:01:48 -03:00
Ian Bassi
8713df3150 Update Allen key size reference in calibration guide (#9)
Changed 'M6 Allen key' to '6mm Allen key' for clarity in the tolerance calibration instructions.

Co-authored-by: Believerd <30063871+believerd@users.noreply.github.com>
2025-11-25 14:40:17 -03:00
Ian Bassi
f2208d31a3 Add workflow to validate OrcaSlicer image links (#5)
Introduces a GitHub Actions workflow that checks Markdown files in pull requests for valid OrcaSlicer image references. The workflow ensures image links use the correct format, alt text, and file existence, failing the PR if invalid references are found.
2025-11-25 13:24:01 -03:00
Ian Bassi
032790098d Update wiki note for clarity and formatting 2025-11-25 10:23:35 -03:00
Ian Bassi
4478baca45 Create README.md 2025-11-25 10:22:38 -03:00
Ian Bassi
97622c55fa Update OrcaSlicer wiki contribution guide
Clarified that the wiki is generated from the OrcaSlicer_WIKI repository and updated instructions to reference its structure.
2025-11-25 10:04:26 -03:00
John Brady
558fdaf8bc Correct Typo 2025-11-25 09:29:29 -03:00
SoftFever
0c30047ae9 fix more link and ci/cd 2025-11-25 19:17:22 +08:00
SoftFever
80b6c285de debug 2 2025-11-25 17:17:52 +08:00
SoftFever
6c01f9d9b0 debug 2025-11-25 17:13:34 +08:00
SoftFever
4eb28d69db update image links 2025-11-25 10:23:04 +08:00
SoftFever
31c840f20f Refactor wiki publishing workflow to streamline content synchronization and update directory structure 2025-11-24 23:57:59 +08:00
SoftFever
29278a0efb add workflow to publish wiki 2025-11-24 23:49:44 +08:00
SoftFever
730ac52d71 Updated Wiki content 2025-11-21 15:18:46 +00:00
SoftFever
581e1f8b61 Updated Wiki content 2025-11-17 17:22:15 +00:00
SoftFever
442903d4c9 Updated Wiki content 2025-11-17 03:18:19 +00:00
SoftFever
99d8a745ee Updated Wiki content 2025-11-15 07:40:42 +00:00
SoftFever
a82cd5c195 Updated Wiki content 2025-11-13 01:58:43 +00:00
SoftFever
db003a34f5 Updated Wiki content 2025-11-03 09:21:23 +00:00
SoftFever
7aec927837 Updated Wiki content 2025-10-29 12:56:30 +00:00
SoftFever
6ad9e54be0 Updated Wiki content 2025-10-26 12:44:42 +00:00
SoftFever
68156d1e71 Updated Wiki content 2025-10-26 02:39:19 +00:00
SoftFever
e2efc6c7b0 Updated Wiki content 2025-10-23 15:44:20 +00:00
SoftFever
feb889674b Updated Wiki content 2025-10-20 13:46:13 +00:00
SoftFever
83e8fc3629 Updated Wiki content 2025-10-20 01:02:15 +00:00
SoftFever
59e0883dce Updated Wiki content 2025-10-19 16:32:13 +00:00
SoftFever
17a64374b5 Updated Wiki content 2025-10-19 15:04:42 +00:00
SoftFever
fd15002c8d Updated Wiki content 2025-09-28 10:44:51 +00:00
SoftFever
538be4027b Updated Wiki content 2025-09-23 13:10:17 +00:00
SoftFever
f82c3679e0 Updated Wiki content 2025-09-23 13:07:21 +00:00
SoftFever
6c8293fa7b Updated Wiki content 2025-09-09 02:52:54 +00:00
SoftFever
b0d6c34b23 Updated Wiki content 2025-09-03 14:16:46 +00:00
SoftFever
dba3b18eab Updated Wiki content 2025-09-02 14:54:12 +00:00
SoftFever
a3d775e1b6 Updated Wiki content 2025-08-23 15:43:59 +00:00
SoftFever
79a2b8083c Updated Wiki content 2025-08-11 01:52:03 +00:00
SoftFever
7524e38a73 Updated Wiki content 2025-08-09 15:55:04 +00:00