sliptonic
b96a650dec
Merge pull request #6703 from Russ4262/fix/extensions_size_update
...
Path: Fix extensions updates and Default Length application [Bug]
2022-05-13 09:08:49 -05:00
janne
349c6be995
#6871 Use the variable 'cam_file' instead of trying to read an non-existing document.
2022-05-11 19:30:06 +02:00
sliptonic
b4cb34c4d3
Merge pull request #6872 from JanneKro/master
...
#6871 - Certain PostProcessors spam errors and other output
2022-05-11 10:43:34 -05:00
janne
55f1222bc2
Remove '<post_processor_name> gcode postprocessor loaded.' message from the post-processors that have them.
2022-05-11 16:26:05 +02:00
janne
0f7cb192d5
Do not read filename of document when it isn't open.
2022-05-11 16:17:06 +02:00
Gauthier
e1b00be15c
T, H and S GCode parameters are integers, not float numbers.
2022-05-11 11:47:48 +02:00
Kuzemko Alexsandr
e56d7d0935
Final fix of Path - message during startup ( #43 )
...
[Path] Fix python style for initial message
(now recognized by updatets.py script)
2022-05-08 11:45:51 +03:00
Russell Johnson
03c5661690
Path: Relocate valueChanged signal translation to QSB class
...
Moved the translation method from PathFeatureExtensionsGui module to proper location within QuantitySpinBox class in PathGui module.
This change adds a missing translation method for passing the `editingFinished` signal to the parent task panel when the user is finished editing a QuantitySpinBox object with an active expression in the Gui.
If no expression is active, this new method is dormant.
Some cleanup of initial changes related to development of this fix are included.
2022-05-06 17:10:41 -05:00
Russell Johnson
477c912ad0
Path: Fix delayed extension length updates
...
These changes allow for the extensions to be updated immediately upon changing either the Default Length expression or spinbox value, without having to click outside the spinbox.
2022-05-06 17:10:40 -05:00
sliptonic
b97e141e01
Merge pull request #6796 from Russ4262/fix/3d_surface_opt_step_trans
...
Path: Fixes #6775 - Check for end of range
2022-05-05 09:55:52 -05:00
Yorik van Havre
0680ad5558
Merged crowdin translations
2022-05-05 15:46:09 +02:00
Yorik van Havre
ab5a6d83a1
Updated ts files
2022-05-05 15:20:57 +02:00
Russell Johnson
a27836d82d
Path: Exclude dumper and example posts
...
Do not ship these two. They are intended for devs working with source code.
2022-04-30 13:55:44 -05:00
Russell Johnson
62851568fa
Path: Add missing post-processor modules
...
Add entries for missing post-processor modules so they are shipped with FreeCAD.
2022-04-30 07:55:55 -05:00
Russell Johnson
5321edca3c
Path: Fixes #6775 - Check for end of range
...
Change transition target point to last point at Safe Height if no more parts are available for processing.
2022-04-25 21:50:10 -05:00
LarryWoestman
68d9afa58e
Added a missing "continue".
2022-04-25 19:25:03 -07:00
Russell Johnson
f65b924ed4
Path: Update translated message syntax
2022-04-25 17:39:14 -05:00
Yorik van Havre
a4a0d11eca
Merged crowdin translations
2022-04-21 14:18:33 +02:00
Yorik van Havre
eae87882cb
Updated ts files
2022-04-21 14:00:58 +02:00
sliptonic
65013e85d8
Merge pull request #6726 from sliptonic/bug/2TCspinspeed
...
[Path] Fixes #6275 Output for multiple TCs with same ToolNumber
2022-04-18 09:24:32 -05:00
Yorik van Havre
35bb6278ea
merged crowdin translations
2022-04-13 13:47:06 +02:00
Yorik van Havre
d0778faa2c
updated ts files
2022-04-13 13:39:31 +02:00
sliptonic
27efdf9caf
Fixes #6275
...
Make PathPost emit tool controllers even if tool number is same.
2022-04-10 10:15:17 -05:00
Markus Lampert
2b35d19ce4
Removed debugging globals
2022-04-04 21:12:45 -07:00
Uwe
2714e682db
[Path] manual merge of #6580
2022-04-04 01:42:41 +02:00
sliptonic
cf867ae96d
[Path] fix index error with PocketMode
2022-04-02 12:30:56 -05:00
Russell Johnson
a27c964279
Path: Correct PocketLastStepOver name
...
Correct case of property name used
2022-04-01 22:31:16 -05:00
sliptonic
5dff636cf8
Merge pull request #6605 from Russ4262/fix/misaligned_extensions
...
Path: Fix some misaligned extensions [Bug]
2022-04-01 09:30:49 -05:00
Russell Johnson
e5b52aebb2
Path: Fix some misaligned extensions
...
This commit also corrects some wire extensions by trimming them with the source model.
2022-03-31 22:33:58 -05:00
Russell Johnson
5e852b1791
Path: Correct method name spelling error
2022-03-31 22:10:07 -05:00
sliptonic
4cffe64b62
Merge pull request #6691 from sliptonic/cleanleadinout
...
[Path] cleanup leadinout
2022-03-31 14:57:00 -05:00
Yorik van Havre
cb9dda7084
Merged crowdin translations
2022-03-31 11:41:28 +02:00
Yorik van Havre
356eca3316
Updated ts files
2022-03-31 11:02:28 +02:00
sliptonic
5505c59231
cleanup
2022-03-30 11:20:27 -05:00
sliptonic
6839d2235d
Merge pull request #6662 from Russ4262/fix/import_gcode
...
Path: Fixes #6629 - Add missing Job for import G-code [Bug]
2022-03-30 11:16:00 -05:00
Russell Johnson
df9d9843c3
Path: Add 5 unit tests for importing gcode with gcode_pre
2022-03-29 20:57:31 -05:00
Russell Johnson
e82283bd5b
Path: Refactor insert() function and catch exceptions
...
Path: Add method to verify dependencies for import
Path: Add label to Custom op referencing imported filename when available
Path: Fix module for command-line usage
2022-03-29 20:57:31 -05:00
Russell Johnson
b1e4864910
Path: Allow GUI Job creation without task panel interaction
...
These changes allow for a Job object to be created with view provider support, but without the initial task panel interaction at creation.
This is useful for scripting and other internal Job creation tasks.
2022-03-29 20:57:31 -05:00
sliptonic
eaf9adeb0f
[Path] minor tweaks to inspect
2022-03-29 18:38:14 -05:00
sliptonic
be44c979d0
minor fix
2022-03-29 17:46:49 -05:00
sliptonic
0d847fd482
Merge pull request #6657 from sliptonic/bug/leadinout
...
Bug/leadinout
2022-03-29 17:38:17 -05:00
Chris Hennes
5f31fb74f6
Path: PR6497 move return statement to new line
2022-03-29 12:37:49 -05:00
sliptonic
d51608bce5
[Path] Fix initial descent at start
2022-03-28 16:30:41 -05:00
Chris Hennes
a046bc1d84
Path: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:22 -05:00
Chris Hennes
f4dad65718
Path: PR4556 Step 2: remove native=true
2022-03-28 10:43:21 -05:00
sliptonic
11156e2836
Merge pull request #6647 from Russ4262/fix/millface_face_region_no_base
...
Path: MillFace - Fix Face Region with no Base geometry [Bug]
2022-03-28 09:51:18 -05:00
sliptonic
1b5b6965cc
remove pylint, commented code, and uncomment PathLogs
2022-03-28 09:46:20 -05:00
sliptonic
4e607304b9
Black reformat
2022-03-28 09:46:20 -05:00
sliptonic
bae73e0056
Changes from lcorley
2022-03-28 09:46:20 -05:00
sliptonic
460a95cabf
Merge pull request #6659 from sliptonic/bug/profile
...
[Path] Fixes #6658
2022-03-27 10:58:41 -05:00