sliptonic
43fe9b3d1a
Merge pull request #22578 from z0r0/CAM-bindings
...
Core: Generation of python bindings for CAM
2025-07-28 10:34:34 -05:00
sliptonic
1ba5888330
Merge pull request #22659 from chennes/cam-size_t-fmt-spec
...
CAM: Fix the format spec used with size_t
2025-07-25 14:45:11 -05:00
sliptonic
b5d782e856
Merge pull request #22314 from tarman3/vcarve
...
CAM: Vcarve fix
2025-07-25 12:44:16 -05:00
Kacper Donat
f572d2e4f2
Merge pull request #22660 from chennes/fixMultResultConvertedToLargerType
...
Fix mult result converted to larger type
2025-07-25 10:20:03 +02:00
Chris Hennes
fe624f2c3a
CAM: Add missing initializers
2025-07-23 16:51:20 +02:00
Chris Hennes
6c2617874a
CAM: Fix multiplication result converted to larger type
2025-07-21 22:03:14 -05:00
Chris Hennes
a0b5cc90cc
CAM: Fix the format spec used with size_t
2025-07-21 21:32:07 -05:00
sliptonic
c99cd73cd6
Merge pull request #22398 from dbtayl/fix_22073
...
CAM: Adaptive: Fix NULL input shapes when top of stock equals top of model
2025-07-21 11:35:39 -05:00
Ian 'z0r0' Abreu
efc4defebf
fixing imports
2025-07-20 09:04:27 -04:00
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
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
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
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
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
be969e1589
remove unused import of PartGui
2025-06-30 21:30:34 +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
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
jffmichi
67efd9eff3
CAM: sort tool paths for Engrave and Deburr operation ( #21531 )
...
Co-authored-by: jffmichi <>
2025-06-23 10:22:21 -05:00
tarman3
9accf3eaf8
CAM: Custom gcode - Improve error messages ( #21509 )
2025-06-23 10:05:01 -05:00
Chris Hennes
eb534360a1
CAM: Fix format specifier for size_t (unsigned long) ( #22005 )
2025-06-23 09:50:17 -05:00
Chris Hennes
fdfd3e0eaa
CAM: Add missing initializers
...
Also switch to designated initializers to give context.
2025-06-22 19:10:48 -05:00
Chris Hennes
385afbdc8b
CAM: Add initializer for retract_mode
...
Also explicitly list fields for clarity.
2025-06-22 19:10:39 -05:00
Balazs Nagy
2688f06dd1
find job in parent chain ( #21742 )
2025-06-22 09:18:07 -05:00
jffmichi
2056c2792e
CAM: simplify Order Output By Tool logic and fix #21969 ( #21970 )
...
Co-authored-by: jffmichi <>
2025-06-21 12:49:49 -05:00
jffmichi
7f1ffe5106
CAM: improve Job toggleVisibility ( #21802 )
...
Co-authored-by: jffmichi <>
2025-06-21 12:49:32 -05:00
Syres916
cd5d0980b4
[BIM][Draft][CAM] preparation for deprecation of QCheckBox… ( #21939 )
...
* [BIM][Draft]{CAM] preparation for deprecation of QCheckBox stateChanged -> checkStateChanged
2025-06-18 11:24:21 +02:00