Yorik van Havre
94144ecd99
Translations: Merged crowdin translations
2025-06-02 11:48:26 +02:00
Yorik van Havre
bba4a7b990
Translations: updated ts files
2025-06-02 11:07:28 +02:00
sliptonic
e777e2e8ae
Merge pull request #21635 from tarman3/contextmenu
...
CAM: Dressup context submenu
2025-06-01 12:50:14 -05:00
tarman3
7ae68b9a55
CAM: Fix Job toggleVisibility
2025-06-01 14:11:38 +03:00
Chris Hennes
67435e22ca
CAM(PathSimulator): Use single-precision pi
...
All of PathSimulator uses floats, rather than doubles: to prevent
compiler warnings about truncation, explicitly use the single-precision
version of the standard pi constant.
2025-05-31 17:57:24 -05:00
Chris Hennes
e418014f55
CAM(libarea): Fix encoding of clipper.cpp
...
This file was encoded in ISO-8859-1, but contained characters that were illegal
in that encoding (superscripts). Convert to UTF-8.
2025-05-31 17:48:38 -05:00
tarman3
2db1a734e7
CAM: Simulator - Drilling - RetractMode G98/G99
2025-05-30 08:52:54 +03:00
tarman3
e6d7f9a8e4
CAM: Drilling - Retract mode readonly
2025-05-30 00:23:38 +03:00
sliptonic
8644498400
Merge pull request #21303 from tarman3/array
...
CAM: Added property CycleTime to old Array
2025-05-29 15:43:47 -05:00
Samuel Abels
f0bdf79767
CAM: Fix: case_sensitive argument for glob() not supported in Python 2.10
2025-05-29 20:18:40 +02:00
Samuel Abels
d2f2befaa9
CAM: Handle import of unknown shape types gracefully; allow case insensitive filenames, and allow invalid tool ID data type
2025-05-29 19:50:51 +02:00
sliptonic
17e56f6570
Merge pull request #21416 from jffmichi/custom_gcode_allow_empty_lines
...
CAM: allow empty lines in Custom operation
2025-05-29 09:47:32 -05:00
tarman3
80d815ba31
CAM: Dressup context submenu
2025-05-29 09:23:29 +03:00
sliptonic
4a0dec7098
Merge pull request #21530 from jffmichi/sort_all_drilling
...
CAM: sort locations for all drilling operations
2025-05-28 13:55:20 -05:00
sliptonic
32a8887589
Merge pull request #21528 from mosfet80/piDef
...
CAM: using std::numbers pi definition
2025-05-28 13:53:00 -05:00
tarman3
f5411c9b6d
CAM: Dressup Boundary - CmdMoveDrill
2025-05-28 19:39:50 +03:00
tarman3
90fd1c8ea3
CAM: Dressup LeadInOut - fix property name select style
2025-05-28 12:19:20 +03:00
Samuel Abels
0ddf511fbf
CAM: Fix: Custom tool parameters not showing up in property editor
2025-05-28 09:39:43 +02:00
Samuel Abels
1c23343bd3
CAM: Fix: Chamfer schema was missing TipDiameter
2025-05-27 22:50:40 +02:00
tarman3
9c7910a1b5
CAM: Set outside by default for selected Edges
2025-05-27 20:10:57 +03:00
Samuel Abels
0023533262
CAM: remove left over debug print
2025-05-27 16:20:24 +02:00
Samuel Abels
a68e3cd11c
CAM: No need to copy defaultl shapes anymore, because the asset manager now dynamically fetches built-in shapes as a fallback
2025-05-27 16:04:10 +02:00
Samuel Abels
80bce9498f
CAM: Fix: ShapeType not displayed correctly in property editor
2025-05-27 12:46:12 +02:00
Samuel Abels
857d7269ee
CAM: Improved handling of toolbit shape type inference
2025-05-27 12:07:19 +02:00
Samuel Abels
7e635bed46
CAM: Refactor ToolBit.from_dict() for clarity and to generate more relevant warnings
2025-05-27 09:30:35 +02:00
Samuel Abels
383e2f599a
CAM: Change Camotics file extension to .json
2025-05-26 23:53:58 +02:00
Samuel Abels
b2176b0731
CAM: Improve LinuxCNC and Camotics serializer tests
2025-05-26 23:53:30 +02:00
Samuel Abels
7e8f8d9906
CAM: use three decimals in LinuxCNC export
2025-05-26 23:43:28 +02:00
Samuel Abels
c0bf7ec4f2
CAM: Fix: all toolbits in camotics exported as Cylindrical
2025-05-26 23:42:44 +02:00
Samuel Abels
663d338a88
CAM: only copy shape icons if the shape folder is not initialized
2025-05-26 23:36:50 +02:00
Luz Paz
8a5290ae86
Fix various typos
...
Found via codespell
2025-05-26 21:40:10 +02:00
pre-commit-ci[bot]
2a569e4407
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-05-26 17:17:07 +00:00
Samuel Abels
57ca27c22f
CAM: Fix: Only attach view if the Gui is up
2025-05-26 19:13:00 +02:00
Samuel Abels
aa0a242f4f
CAM: Fix recursionlimit due to invalid overwrite of exec()
2025-05-26 19:04:27 +02:00
Samuel Abels
c5d1a2f6de
CAM: Reintroduce Save button for the library editor
2025-05-26 18:49:17 +02:00
Samuel Abels
107cbcac38
CAM: Fix: viewprovider not added when adding a tool to a document from the dock
2025-05-26 18:16:23 +02:00
Samuel Abels
6f2971a684
CAM: Fix SurfaceSupport operation for new type toolbits
2025-05-26 17:53:32 +02:00
Samuel Abels
28668fad5a
CAM: Add CamAssetManager now falls back to builtin assets if not found in user assets
2025-05-26 17:40:19 +02:00
Samuel Abels
b0a900f335
CAM: AssetManager now supports passing mutilple stores to all get_*() methods
2025-05-26 17:40:03 +02:00
Chris Hennes
e4fa55a922
CAM: Ensure float constants are single-precision ( #21322 )
...
* CAM: Ensure float constants are single-precision
* Revert suggestion
---------
Co-authored-by: Benjamin Nauck <benjamin@nauck.se >
2025-05-26 17:38:34 +02:00
Samuel Abels
2239603398
CAM: Rename getBuiltinToolPath to getBuiltinAssetPath
2025-05-26 17:34:49 +02:00
tarman3
e8f6a2fee4
CAM: Added property CycleTime to old Array
2025-05-26 12:13:03 +03:00
Stephen Green
c8c63a4099
Fix for https://github.com/FreeCAD/FreeCAD/issues/21533
2025-05-25 22:12:13 -04:00
Lawrence Woestman
77410cf1b5
CAM: added command line arguments for line number start, increment
...
Also added command line arguments for listing tools in preamble
2025-05-24 18:43:11 -07:00
jffmichi
4b4a15beef
CAM: sort locations for all drilling operations
2025-05-25 00:27:03 +02:00
jffmichi
f590a1546a
CAM: prevent dogbones between two travel moves
2025-05-23 03:34:36 +02:00
pre-commit-ci[bot]
f596e654f4
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-05-22 23:23:27 +00:00
Andrea
3d63b5d282
.
2025-05-23 01:18:58 +02:00
pre-commit-ci[bot]
b9c7f385a2
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2025-05-22 23:17:56 +00:00
Andrea
af0287e174
CAM: use std::numbers pi definition
...
se std::numbers pi definition
2025-05-23 01:11:37 +02:00