Ian 'z0r0' Abreu
536a7452c7
Removal of comments.
2025-07-20 08:51:45 -04:00
Ian 'z0r0' Abreu
6358874a58
merging.
2025-07-18 19:44:47 -04:00
Ian 'z0r0' Abreu
325fa7f5e6
removing List, Dict typing refs.
2025-07-18 19:44:09 -04:00
Ian Abreu
b721257670
Merge branch 'main' into CAM-bindings
2025-07-18 18:28:49 -04:00
Ian 'z0r0' Abreu
e4e8625a4b
initial commit
2025-07-18 18:27:08 -04:00
sliptonic
7de4fac9fe
Merge pull request #22524 from jffmichi/drilling_remove_redundant
...
CAM: remove redundant move after drilling
2025-07-18 14:15:19 -05:00
sliptonic
3f6a3f10ff
Merge pull request #22374 from z0r0/CAM-Inspect-Fix
...
CAM: Fixing Length Check in CommandPathInspect class
2025-07-17 13:40:08 -05:00
jffmichi
3bce6e3fc9
CAM: remove redundant move after drilling
2025-07-16 20:31:42 +02:00
jffmichi
e12b4fd27c
CAM: select rows instead of cells in drilling panel
2025-07-15 21:09:16 +02:00
sliptonic
759bad7455
Merge pull request #22330 from z0r0/fanuc-postprocessor-fix
...
CAM: Fix for Fanuc Post-Processor
2025-07-11 11:00:50 -05:00
Ian Abreu
6c5098680f
Merge branch 'main' into CAM-Inspect-Fix
2025-07-09 19:40:30 -04:00
Samuel Abels
0ad45ac99a
CAM: silence unnecessary log for preferences change when no change was actually made
2025-07-09 10:19:22 +02:00
Dan Taylor
e914eca089
CAM: Adaptive: Fix NULL input shapes when top of stock equals top of model ( fix #22073 )
2025-07-08 20:09:33 -05:00
Samuel Abels
3332c49271
CAM: fix: CAM tests use files from user asset dir
2025-07-08 20:39:52 +02:00
tarman3
ec839c5d43
CAM: Vcarve fix
2025-07-07 19:56:02 +03:00
sliptonic
e0466b7a14
Merge pull request #21341 from tarman3/arraywarning
...
CAM: Changes in warnings of old Array
2025-07-07 11:06:11 -05:00
Ian Abreu
1724e9b62f
fixing typos
2025-07-06 16:30:53 -04:00
Ian Abreu
83dd97608f
adding sanity fix
2025-07-06 16:26:50 -04:00
Ian Abreu
a370673467
Merge branch 'main' into CAM-Inspect-Fix
2025-07-06 16:24:42 -04:00
Ian Abreu
7158294d34
Adding simple check
2025-07-06 11:07:15 -04:00
Kacper Donat
3d3d3ad6d2
Merge pull request #22138 from chennes/compilerWarningCleanup20250622
...
Compiler warning cleanup
2025-07-06 16:32:08 +02:00
Kacper Donat
38ec685f2d
CAM: Fix origin indicator for Job
...
This commit fixes how origin (coordinate system) indicator looks. Before
it showed as disc, and now it shows as point which is more approperiate
given the context.
2025-07-05 18:46:01 +02:00
Dan Taylor
a7f1b96c45
[CAM] Correctly process Adaptive extensions as faces instead of shells (fix 22177)
2025-07-04 14:51:55 -05:00
Samuel
b16fb74889
Merge branch 'main' into fix-custom-attribute-edit
2025-07-04 20:32:37 +02:00
Ian Abreu
05d9eeded2
correcting to use Tool vs. ToolController
2025-07-04 11:30:46 -04:00
Ian Abreu
bd24577184
initial fix
2025-07-04 11:10:43 -04:00
tarman3
51f489083b
CAM: Changes in warnings of old Array
2025-07-01 06:11:56 +03:00
Samuel Abels
173ee65b8b
CAM: Fix: rename vbit and threadmill back to v-bit and thread-mill to avoid backward compatibility issues
2025-06-30 22:59:14 +02:00
Samuel Abels
16d90cfbb9
CAM: Fix: shape parameters coming from the attributes section in the fctb file were not normalized
2025-06-30 21:48:21 +02:00
Samuel Abels
be969e1589
remove unused import of PartGui
2025-06-30 21:30:34 +02:00
Samuel Abels
b5e4b400ad
CAM: Fix: Tool editor ignored shape attributes if they were not in the Shape group. Now it reads all except Base
2025-06-30 20:27:54 +02:00
Samuel Abels
7f7f5ba2bb
CAM: make ToolBitShape more robust against invalidly typed parameters in toolbit files (e.g. Flutes with string value)
2025-06-30 20:27:26 +02:00
Samuel Abels
3829e1db76
CAM: Fix: Remove invalid normalization of shape name
2025-06-30 20:26:51 +02:00
Samuel Abels
2d1746d04f
CAM: gracefully handle tool numbers that are strings in the tool library JSON
2025-06-29 21:39:04 +02:00
Samuel Abels
da8eec5744
CAM: Fix: ToolBitShapeCustom properties not editable if they had no type specified in the schema
2025-06-29 21:34:06 +02:00
Samuel Abels
788560d709
CAM: fix toolbit editor shape resolution for high DPI displays
2025-06-29 13:15:47 +02:00
Samuel Abels
3521ae91cc
CAM: reduce default size of toolbit editor dialog
2025-06-29 13:02:09 +02:00
Samuel Abels
0a7cf449bc
CAM: Fix: Tools without icon now display the thumbnail from the FCStd file
2025-06-29 12:57:32 +02:00
Samuel Abels
2f051136fe
CAM: Fix: Chipload is not written to fctb file
2025-06-29 11:52:22 +02:00
Samuel Abels
33935cf73e
CAM: store tool quantities in user units, not metric
2025-06-29 11:52:07 +02:00
Chris Hennes
507e170b19
Apply suggestions from code review
...
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
2025-06-29 04:47:28 -05:00
Samuel Abels
11d5707141
CAM: Fix: custom shape attributes not showing in toolbit editor
2025-06-29 01:30:06 +02:00
sliptonic
f002937fa8
Merge pull request #22168 from Roy-043/CAM-fix-window-handling-in-ImageBuilder.py
...
CAM: fix window handling in ImageBuilder.py
2025-06-25 14:39:41 -05:00
sliptonic
872942cb6f
Merge pull request #22051 from tarman3/tagfixes
...
CAM: Dressup Tag some fixes
2025-06-25 13:03:10 -05:00
Roy-043
fd053b1be3
Update ImageBuilder.py
2025-06-24 20:30:46 +02:00
tarman3
c55102acf8
Merge branch 'main' into engrave
2025-06-24 08:14:59 +03:00
sliptonic
7545c9fd23
Merge pull request #21961 from knipknap/tool-cleanups
...
CAM: Some cleanups (moving DetachedDocumentObject around)
2025-06-23 15:02:24 -05:00
sliptonic
84f32bfcd8
Refactor slot op. ( #21799 )
...
* Refactor slot op.
Move out of experimenation features
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Incorporate Hyarion's suggestions
* Update src/Mod/CAM/Path/Op/Slot.py
Co-authored-by: Benjamin Nauck <benjamin@nauck.se >
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Nauck <benjamin@nauck.se >
2025-06-23 21:22:33 +02:00
Samuel
2069e799bb
CAM: Load preferences before activating the workbench ( #21981 )
2025-06-23 14:11:23 -05:00
LarryWoestman
4e30eb21c6
CAM: added command line arguments for finish label, ( #21881 )
...
output machine name, and post operation.
With tests.
2025-06-23 10:45:19 -05:00