From 03cc878ea66079f829e9ecf05dff61d0938d06d1 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 20 Jun 2025 13:38:20 +0000 Subject: [PATCH] Updated Wiki content --- developer-reference/How-to-create-profiles.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developer-reference/How-to-create-profiles.md b/developer-reference/How-to-create-profiles.md index c84ac03..3a3a9ad 100644 --- a/developer-reference/How-to-create-profiles.md +++ b/developer-reference/How-to-create-profiles.md @@ -401,11 +401,15 @@ In addition to the Orca validator, you should run the `orca_extra_profile_check. python ./orca_extra_profile_check.py ``` + You can also enable or disable specific checks: +- `--help`: displays help information - `--vendor` (optional): checks only the specified vendor. If omitted, all vendors are checked. - `--check-filaments` (enabled by default): checks `compatible_printers` fields in filament profiles - `--check-materials`: checks default material names in machine profiles +- `--check-obsolete-keys`: checks for obsolete keys in profiles + #### Sample usage with all checks enabled