Russell Johnson
68d20e7e90
Path: Improve value assignment syntax for radius
2022-03-12 20:00:40 -06:00
Russell Johnson
ba4611a260
Path: Fix radius type inconsistency, issue #6170 [Bug]
...
Make `self.radius` a float type throughout since other methods and functions treat it as such.
2022-03-12 18:29:21 -06:00
Uwe
5d798e26cf
[Path] fix a typo
2022-03-12 02:24:44 +01:00
Uwe
5dba742beb
[Path] 2nd part of the Git fix attempt
...
renaming it back
2022-03-12 02:01:29 +01:00
Uwe
99a0a67867
[Path] next attempt to fix Git error by renaming
...
use lowercase letters fro file ending like it is also in the CMake file
2022-03-12 02:00:40 +01:00
Uwe
76e601a712
[Path] try to silence a git error with a file
...
Git has issues with this file telling me it is corrupted and its file ending is wrong (in Git lowercase, in the file uppercase).
The attempt is to just to save save it with FC 0.20.
2022-03-12 01:55:37 +01:00
sliptonic
da2dcaa7f4
Merge pull request #6552 from Russ4262/fix/leadin_leadout_simulation
...
Path: Fix Leadin-Leadout dressup simulation related to arcs [Bug]
2022-03-11 10:06:42 -06:00
sliptonic
14949faf06
Merge pull request #6541 from Russ4262/fix/ramp_entry_dressup
...
Path: Fix enumeration dictionary error [Bug]
2022-03-11 10:04:53 -06:00
sliptonic
f8fa9c047e
Merge pull request #6530 from sliptonic/bug/6114
...
[Path] Fix minor non-modal bug. Fixes 6114
2022-03-11 10:03:53 -06:00
sliptonic
f82951a6bc
Merge pull request #6536 from J-Dunn/master
...
PATH: Fix tool shapes for zero dimension bugs
2022-03-11 09:56:52 -06:00
Russell Johnson
a52e63b934
Path: Fix Leadin-Leadout dressup simulation related to arcs
...
Add missing "Z" and "K" parameters for arc commands to appease Path simulator.
2022-03-10 20:05:52 -06:00
Russell Johnson
c1529aba40
Path: Fix enumeration dictionary error
...
This commit corrects an incorrect dictionary key in the enumeration dictionary updated with recent translation fixes.
2022-03-09 21:03:34 -06:00
wmayer
08b77bff08
Core/Mod: modernize C++11
...
* use nullptr
2022-03-09 21:55:31 +01:00
J-Dunn
ce4637092e
Add files via upload
...
Current V-bit totally hangs FC when cutting edge height is zero. Tip diameter of zero also causes errors.
These two tool shapes add 1um offsets to various dimensions to prevent user entered parameters from inducing zero dimensions which make the solver barf.
The rotational geometry has also been simplified.
Some are non critical but tip diam increment is a work around. To be rigorous, the fixed value such ideally be relative to some dimension of the job, not the arbitrary constant. Hopefully 1um will be suitable for most FC applications unless someone is doing uv lithography masks ;)
https://forum.freecadweb.org/viewtopic.php?f=15&t=54880&p=479739#p479739
This replaces earlier PR where these files were not uploaded.
https://github.com/FreeCAD/FreeCAD/pull/4491
2022-03-09 12:13:40 +01:00
sliptonic
e0c0590631
fixes #5954
...
Make headers less confusing and ambiguous
2022-03-08 08:40:05 -06:00
sliptonic
714cab8f6f
fixes 6114
...
replaces DlgJobChooser with QInputDialog.
2022-03-07 17:51:00 -06:00
Uwe
554635cc7d
[Gui] rename the Qt header list
2022-03-07 20:35:38 +01:00
wmayer
8f786ea6ef
Gui: Optimize includes to reduce compile time
2022-03-07 20:29:18 +01:00
Yorik van Havre
2cff977548
Merged crowdin translations
2022-03-07 14:55:22 +01:00
Yorik van Havre
6b71ce3a3e
Updated master translation files
2022-03-07 14:49:13 +01:00
wmayer
5e0cfc64ee
App: use forward declarations
2022-03-04 21:09:46 +01:00
sliptonic
ee8193322c
Merge pull request #6485 from mlampert/feature/external-thread-milling
...
Path: Feature/external thread milling
2022-03-04 12:52:31 -06:00
sliptonic
9028976d16
Merge pull request #4911 from sliptonic/feature/nopathjob
...
[Path] Make Job and Operation visibility more natural
2022-03-04 12:51:25 -06:00
Markus Lampert
c02dedbb3c
Split out thread milling generator into its own file
2022-03-04 10:42:34 -08:00
sliptonic
69a17578d3
black format
2022-03-04 10:42:34 -08:00
Markus Lampert
fc668181c3
Fixed unit tests
2022-03-04 10:42:34 -08:00
Markus Lampert
2baca43e17
Removed debugging gates
2022-03-04 10:42:34 -08:00
Markus Lampert
2df74990eb
Fixed UI update upond changing the thread type
2022-03-04 10:42:34 -08:00
Markus Lampert
eef8fd4f48
Fixed multi pass for external threads with proper lead in/out
2022-03-04 10:42:34 -08:00
Markus Lampert
a1117040b3
Changed passes for constant tool engagement
2022-03-04 10:42:34 -08:00
Markus Lampert
00d2341748
Disabled debugging comments
2022-03-04 10:42:34 -08:00
Markus Lampert
263eeffd71
Fixed lead in/out with elevator location.
2022-03-04 10:42:34 -08:00
Markus Lampert
c12748d8c4
Added thread generation unit tests and fixed finishing the thread
2022-03-04 10:42:34 -08:00
Markus Lampert
82aa3fa1e6
Fixed threads data file list
2022-03-04 10:42:34 -08:00
Markus Lampert
67dbb8675a
Some code cleanup
2022-03-04 10:42:34 -08:00
Markus Lampert
8e38a80aa8
Added imperial external and split data files according to tolerance classes
2022-03-04 10:42:34 -08:00
Markus Lampert
bdeb5776b0
First shot at external thread milling
2022-03-04 10:42:34 -08:00
sliptonic
b08cb1f7b7
Merge pull request #6480 from sliptonic/bug/velocitywarn
...
[Path] Fix bug with velocity warning.
2022-03-01 08:18:10 -06:00
sliptonic
e2348e3c8b
Merge pull request #6486 from mlampert/cleanup/black-formatting-pylint-removal
...
Cleanup/black formatting pylint removal
2022-03-01 08:17:34 -06:00
wmayer
4b415d1b37
Mod: add string header to dxf.h
2022-03-01 15:13:34 +01:00
wmayer
6ae3feedae
Draft, Import, area: include iosfwd instead of iostream if forward declarations are sufficient
2022-03-01 12:37:00 +01:00
Markus Lampert
37095fbf78
Consistent black formatting of all Path python files
2022-02-28 21:06:16 -08:00
Markus Lampert
122fd49b37
Remove pylint annotations and script
2022-02-28 21:02:45 -08:00
sliptonic
9b71f089ca
Fix bug with velocity warning.
...
Add button to suppress
2022-02-28 17:55:19 -06:00
Uwe
c4d0eb2f11
[Path] Voronoi: add include needed to compile with the CI
2022-02-28 04:01:53 +01:00
Uwe
d24e321364
[Path] Voronoi: add include needed to compile with the CI
2022-02-28 03:56:45 +01:00
Uwe
7d83d141d3
[Path] Voronoi: remove unused includes
2022-02-28 03:46:15 +01:00
sliptonic
efbba14254
Merge pull request #5512 from luzpaz/Path-PathSelection-bug
...
Path: Fix class 'KeyError' in PathSelection.py
2022-02-23 08:40:45 -06:00
luz paz
958a1c67d5
[Path] mark deprecated selections
...
...and fix typos
2022-02-22 19:07:54 -05:00
sliptonic
ce70ee11f9
Update PathSelection.py
...
The Opname changed as part of the translation cleanup. Adding both names to the dictionary will support both existing operations and newly created ones.
2022-02-22 14:56:00 -06:00