From 6cb1e8a9ce6a8e12949a83df9328cb5f22434392 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:18:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/CAM/Roadmap/ADR/ADR-009.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Mod/CAM/Roadmap/ADR/ADR-009.md b/src/Mod/CAM/Roadmap/ADR/ADR-009.md index 23cddd469c..55d667f993 100644 --- a/src/Mod/CAM/Roadmap/ADR/ADR-009.md +++ b/src/Mod/CAM/Roadmap/ADR/ADR-009.md @@ -1,4 +1,4 @@ -# ADR-009: Terminology consistency for "Material Allowance" +# ADR-009: Terminology consistency for "Material Allowance" ## Status DRAFT @@ -30,10 +30,9 @@ In any context where the use of the term is ambiguous, we will use the modifier Refers to material left behind when the cutter is end milling. For example if the cutter is clearing a pocket with a 0.5mm axial stock to leave, it will leave 0.5mm of material at the bottom of the pocket. #### Radial -Refers to material left behind when the cutter is side milling. For example if the cutter is clearing a pocket with a 0.5mm radial stock to leave, it will leave 0.5mm of material on the walls of the pocket. +Refers to material left behind when the cutter is side milling. For example if the cutter is clearing a pocket with a 0.5mm radial stock to leave, it will leave 0.5mm of material on the walls of the pocket. ## Consequences - Task panels, documentation, tooltips, and translation must be revisited for consistency. - Inconsistent operations and dressups must be updated to use the new terminology. This may have backwards compatibility implications. -