Chris Hennes
8ef5f8a827
CAM: Add missing initializers
2025-07-23 16:51:20 +02:00
Chris Hennes
de43a709bd
Apply suggestions from code review
...
Co-authored-by: Kacper Donat <kadet1090@gmail.com >
2025-06-29 04:47:28 -05:00
Chris Hennes
0b0f3cedac
CAM: Add missing initializers
...
Also switch to designated initializers to give context.
2025-06-22 19:10:48 -05:00
Chris Hennes
757ea2db61
CAM: Add initializer for retract_mode
...
Also explicitly list fields for clarity.
2025-06-22 19:10:39 -05:00
sliptonic
bb1a85ba0c
Merge pull request #21685 from chennes/CAMPathSimulatorTruncation
...
CAM(PathSimulator): Use single-precision pi
2025-06-02 10:20:46 -05:00
sliptonic
6190c4cf4d
Merge pull request #21651 from tarman3/simdrill
...
CAM: Simulator - Drilling - RetractMode G98/G99
2025-06-02 09:50:49 -05:00
Chris Hennes
b7bd7e0ce2
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
tarman3
70d243584a
CAM: Simulator - Drilling - RetractMode G98/G99
2025-05-30 08:52:54 +03:00
sliptonic
d045074b27
Merge pull request #21528 from mosfet80/piDef
...
CAM: using std::numbers pi definition
2025-05-28 13:53:00 -05:00
Chris Hennes
fc8788f0b7
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
pre-commit-ci[bot]
c4d32ea3f9
[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
64f93838df
.
2025-05-23 01:18:58 +02:00
pre-commit-ci[bot]
50eeb8b7bb
[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
15ee156b23
CAM: use std::numbers pi definition
...
se std::numbers pi definition
2025-05-23 01:11:37 +02:00
tarman3
202d160f9d
CAM: Simulator - Reset camera tooltip
2025-05-13 23:26:45 +03:00
tarman3
77c56d3d46
CAM: Simulator - Reset camera
2025-05-13 20:41:30 +03:00
tarman3
dc9644d6e4
CAM: Simulator - Improve camera limits
2025-05-13 08:43:59 +02:00
tarman3
c76357c148
CAM: Simulator - Decrease speed button ( #21222 )
...
* CAM: Simulator - Decrease speed button
* CAM: Simulator - Move slider upper
* CAM: Simulator - Changed speed icons
2025-05-12 08:57:30 -05:00
tarman3
43bcc5820e
CAM: Simulator - Add document name to title
2025-05-12 08:22:44 +02:00
tarman3
27f51b0b4c
CAM: Simulator window title
2025-05-09 12:50:32 +02:00
sliptonic
ae93bd5907
Merge pull request #21183 from tarman3/fixsimprogress
...
CAM: Simulator Fix thumb right position with speed > 1
2025-05-07 10:23:29 -05:00
tarman3
e8decef4f5
CAM: Simulator Fix thumb right position with speed > 1
2025-05-07 11:09:17 +03:00
bofdahof
ba2c2ca5ad
Console: rename PascalCase named methods to camelCase
2025-05-06 17:50:21 +02:00
Shai Seger
8340737e86
[CAM Simulator] Auto resizing of simulator slider based on window size ( #21027 )
...
* [CAM Simulator] Auto resizing of simulator slider based on widow size. Replaces PR #20885 .
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add tooltips
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add missing includes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-05 10:51:28 -05:00
tarman3
f568a9d831
CAM: Increased moveEye in New Simulator
2025-04-20 14:53:14 +03:00
Andrea
ce10f30aa6
[mod] clean
...
code clean
2025-03-31 11:01:39 -05:00
Benjamin Nauck
9e3c0d111e
CAM: Use std::numeric_limits and std::numbers instead of defines
2025-03-29 13:32:38 +01:00
Chris Hennes
ddffc455c4
CAM: Add missing destructor
...
Coverity issue 513026
2025-03-22 07:15:15 +01:00
tritao
cdab9c7837
CMake: Cleanup targets with transitive dependencies
2025-03-17 12:12:06 +00:00
bofdahof
474b0314b3
CAM: apply std::ranges
2025-03-16 17:15:38 -05:00
Benjamin Bræstrup Sayoc
ee1c73cd04
Build: suppress warnings from 3rd party libraries
...
Warnings from 3rd parties are not relevant and are only polluting the warning output. Marking these libraries as SYSTEM suppresses warning.
https://gcc.gnu.org/onlinedocs/cpp/Invocation.html#index-I
https://gcc.gnu.org/onlinedocs/cpp/System-Headers.html
2025-02-25 14:39:05 +00:00
Joao Matos
15076cb504
Core: Move PyCXX library to src/3rdParty.
2025-02-24 16:36:06 +00:00
Joao Matos
aace8f7bee
CMake: Modernize build files using outdated Python variables.
2025-02-16 10:21:26 -06:00
Shai Seger
4d3fc9a700
[CAM Simulator] Add ifdef to fix OpenGL compatibility on linux. issue #18707 ( #18746 )
...
* Add ifdef to fix compilation on linux. issue #18707
* remove multisample line altogether
2025-01-27 17:41:49 +01:00
Shai Seger
34e618f524
Fix shader compilation error on linux. ( #17236 )
2024-10-14 08:51:11 -05:00
Shai Seger
bae3c8bb5d
[CAM Simulator][1.0] Change usage of sample shader code to one with compatible license. ( #16899 )
...
* Change usage of sample shader code to one with compatible license.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-30 18:08:39 +02:00
Shai Seger
1ce5fca06b
[Cam Simulator][1.0] Fix minor Ambient Occlusion bug. ( #16665 )
...
* Fix minor Ambient Occlusion bug.
* fix text cutting in CAM Simulator task panel. Issue #16707
2024-09-23 17:38:53 +02:00
Shai Seger
8ab7ea57ff
[Cam Simulator][1.0] Limit anti alias samples for better compatibility. ( #16416 )
...
* Limit anti alias samples for better compatibility. might solve Wayland problem, issue #15665
* Antialias samples are taken from display prefs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-16 10:42:05 -05:00
Chris Hennes
7aa9aeb8af
Merge pull request #16451 from wwmayer/fix_qt6_warnings
...
Fix Qt6 warnings
2024-09-12 21:22:37 -05:00
wmayer
dad175cee9
MSVC: Fix several compiler warnings
2024-09-12 11:58:36 +02:00
pre-commit-ci[bot]
d2eb9526c4
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-09-11 14:39:34 +00:00
wmayer
77711e6459
Qt6: Several methods of QMouseEvent are deprecated since Qt 6.0
2024-09-11 16:33:19 +02:00
Adrian Insaurralde Avalos
a17a3cf6d7
CAM: apply precommit
2024-09-03 14:54:36 -04:00
Shai Seger
3067946b4d
[CAM SIMULATOR] Bug fixes for Issues #16073 and #16052 ( #16118 )
...
* Bug fixes for Issues #16073 and #16052
* Fix tool rendering when tool position is not reset. Issue #16180
* Fix some lint warnings
2024-09-02 11:31:08 -05:00
Shai Seger
778107939c
Cam simulator feature update ( #15597 )
...
* remove redundant code
* Improve lighting, add ambient occlusion
* Add cleanup code. Dialog is now deleted when cloesd.
* change back to ambient occlusion
* Fix G8x drill sequence bug. issue #14369
* fix bad simulation artifacts under Linux and QT. Issue #14369
* fix merge issue
* fix border artifact on buttons
* support showing path lines. revise the gui.
* add option for arbitrary solids. wip
* use vectors instead of mallocs
* Handle arbitrary stock shapes + show base shape.
* Complete the base shape display feature. eliminate co-planar artifacts.
* support window scaling. upstream issue #14334
* Apply lint fixes
* some missing lints.
* Attend pylint issues
* Apply code fixes based on @kadet1090 review
* fix some clang-tidy warnings.
* CAM: Linter cleanup round 1
---------
Co-authored-by: Chris Hennes <chennes@gmail.com >
2024-08-21 15:18:52 -05:00
luzpaz
63bbbf2bd3
Path (and PathSimulator): Trim trailing Newlines
2024-07-14 09:26:15 +02:00
luzpaz
2837b46c3e
Fix various typos throughout the codebase
2024-07-08 17:19:20 -05:00
wmayer
1a84404515
MSVC: Fix compiler warnings
...
* avoid redefines in Assembly
* explicit cast from size_t to int
* remove unused variables
* avoid implicit cast from double to float
* in test cases replace EXPECT_FLOAT_EQ with EXPECT_DOUBLE_EQ or EXPECT_NEAR when doubles are used
2024-06-20 15:42:16 -05:00
shai
1f78025e72
Added a fix to issue #14613 : tool shapes not shown correctly
2024-06-16 08:27:04 -05:00
shai
e711f4c59f
a possible fix for MacOS systems. Issue #14348
2024-06-16 08:27:04 -05:00