sliptonic
7d841c05f0
More work on unit tests
...
Avoid unnecessary reloads from disk
2024-05-04 08:24:00 -05:00
sliptonic
26e9d396d9
add generic post processor
2024-05-03 10:16:41 -05:00
sliptonic
205d6339cb
Make Job gui work with new PostProcessor class
2024-05-03 10:16:41 -05:00
sliptonic
72cfbe02df
fix test script
2024-05-03 10:16:41 -05:00
sliptonic
0514163ec7
Major refactor on post stack
2024-05-03 10:16:41 -05:00
sliptonic
7c3ca87e4a
findParentJob will now return the original object if it is a job rather than None
2024-05-03 10:16:41 -05:00
0penBrain
502f78e111
Make: use single dash argument for Apple toolchain
2024-05-01 14:04:45 -04:00
Dov Grobgeld
ff11cd25ee
Fix run time errors with python3.12 and pyside6 ( #13337 )
...
* Change pyopen=open expression to from builtins import open as pyopen
---------
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com >
2024-04-30 00:28:01 -04:00
0penBrain
7b85e8fc48
Cmake: pass 'undefined' with double dash so alternative linker can be used
2024-04-29 18:25:17 +02:00
Brad Collette
33e82c3d21
refactor Sanity
...
Logic is more modular with many more unit tests.
Reduced dependence on GUI
Cleaner template structure
2024-04-27 17:28:15 -05:00
Chris Hennes
1ec93fdbc2
Update translations
...
Note: Web and Start omitted
2024-04-24 13:58:21 -05:00
Chris Hennes
f47138c08a
Merge pull request #13520 from wwmayer/fix_material
...
Fix further material issues
2024-04-22 11:16:44 -05:00
sliptonic
418219330f
Merge pull request #13503 from mosfet80/patch-34
...
[Mod] removed duplicated pi
2024-04-22 11:12:04 -05:00
sliptonic
85cdc56e60
translation stuff
2024-04-18 17:38:12 -05:00
wmayer
113782f65e
CAM: fix regressions with material handling
...
The ShapeAppearance is a list of materials and thus assigning a color with 'obj.ViewObject.ShapeAppearance.DiffuseColor = color'
is incorrect.
But doing it with 'obj.ViewObject.ShapeAppearance[0].DiffuseColor = color' doesn't work as expected because the
internal notification doesn't work with a list.
So, the only viable way is to revert the changes and do it by assigning the color to the 'ShapeColor' attribute.
2024-04-18 13:57:48 +02:00
Chris Hennes
6d504a0351
Update translations.
2024-04-17 16:50:38 -05:00
mosfet80
d28fc946b4
[Mod] removed duplicated pi
...
removed duplicated pi definition
2024-04-17 08:08:45 +02:00
bgbsww
19794498bb
Have grbl_post not write - file like other posts
2024-04-10 16:17:47 -04:00
David Carter
495a96a0f5
Material: Material appearance
...
Uses new material system for appearance
Each feature object now has a property called ShapeMaterial that
describes its physical properties. If it has a shape, it has a
material.
The ShapeColor attribute is replaced by a ShapeAppearance attribute.
This is a material list that describes all appearance properties, not
just diffuse color. As a list in can be used for all elements of a
shape, such as edges and faces.
A new widget is provided to allow the user to select materials in a
consistent fashion. It can also launch the material editor with its
more advanced capabilities.
2024-04-04 07:39:58 -05:00
sliptonic
ad15de4b68
Merge pull request #13254 from jamwaffles/drill-g85-feed-retract
...
CAM/Drilling: Add feed retract option to drilling op settings for reaming/boring heads
2024-04-02 07:57:55 -05:00
James Waples
01ea7b9467
Add tests for drill feed retract option
2024-04-02 09:45:34 +01:00
James Waples
37c27b9488
Add some extra docs and combinatorial checks
2024-04-02 09:45:34 +01:00
James Waples
0e502a1a53
Add tooltip
2024-04-02 09:45:34 +01:00
James Waples
de685691ad
CAM/Drilling: Add feed retract option to drilling op settings
...
Adds a checkbox to output a G85 cycle used for reaming or boring. The
cycle is like a normal drilling op, but feeds back out of the hole
instead of performing a rapid move.
G85 does not support peck or dwell, so those other options are disabled
when the "Feed retract" option is enabled in the UI.
2024-04-02 09:45:34 +01:00
sliptonic
5cd958dee5
fixes #13206
2024-04-01 18:20:27 -05:00
sliptonic
f8122eecae
fixes #13207
2024-04-01 18:20:27 -05:00
Chris Hennes
49451b3c7f
Merge pull request #13154 from chennes/translations20240325
...
Update translations and fix script
2024-03-28 13:51:39 -05:00
CalligaroV
90bf69e287
Part/Toponaming: Transfer WireJoiner
...
* Applied modifications to reduce the number of Lint warnings (round 3)
* Added note about the WireJoiner class in Mod/CAM/App/Area.cpp
2024-03-26 09:57:47 +01:00
Chris Hennes
99e93f60b1
Fix apos and quot html entities in CAM
2024-03-25 18:09:46 -05:00
Chris Hennes
af131413c5
Update translations
2024-03-25 18:08:22 -05:00
Chris Hennes
9e121fe32f
CAM: Remove old Path translation files
2024-03-25 17:34:04 -05:00
Chris Hennes
47df83c4db
Translation update: move Path to CAM
2024-03-25 17:32:59 -05:00
Anurag Singh
299dab5769
Add Missing API documentation/Update API Documentation for various files. ( #13062 )
...
* Added-API-Documentation-for-RectangularTrimmedSurfacePy.xml
* Added-API-Documentation-for-PlateSurfacePy.xml
* Added-API-Documentation-for-ShapeFix.xml
* Added-Back-Missing-Docs
* Add Missing Documentation to BuildPlateSurface
* Elaborate ComplexGeoData Functions
* Elaborate ComplexGeoData Functions
* Elaborates TypePy
* Add Missing Documentation to AreaPy
2024-03-22 15:49:36 +01:00
luzpaz
5839134e95
Fix various typos throughout the codebase ( #13029 )
...
* Fix various typos throughout the codebase
* [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-03-18 16:54:30 -05:00
sliptonic
eb2bc96c74
Merge pull request #12956 from Ondsel-Development/fixcamtranslation
...
mark dynamic fields to not be translated
2024-03-14 10:45:57 -06:00
sliptonic
d819ab25a2
mark dynamic fields to not be translated
2024-03-14 11:39:41 -05:00
Chris Hennes
aec4dd7683
CAM: Remove trailing spaces from translations
2024-03-12 22:49:06 -05:00
sliptonic
e2f8477f53
fix edgecase with missing toolshape
...
If the toolshape isn't on the local system, Sanity would fail trying to get the thumbnail.
Now fails gracefully.
2024-03-12 11:57:02 -05:00
sliptonic
cc72c73f64
addon manager list of wbs
2024-03-04 16:59:30 -06:00
Brad Collette
918b3f453e
moving Path Tests to CAM tests
2024-03-04 11:18:41 -06:00
Brad Collette
d041482ab7
move Path to CAM
2024-03-04 11:18:41 -06:00