Commit Graph

21747 Commits

Author SHA1 Message Date
sliptonic
693315755f Merge pull request #6485 from mlampert/feature/external-thread-milling
Path: Feature/external thread milling
2022-03-04 12:52:31 -06:00
sliptonic
0d98056384 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
c0bb11384c Split out thread milling generator into its own file 2022-03-04 10:42:34 -08:00
sliptonic
228fce273b black format 2022-03-04 10:42:34 -08:00
Markus Lampert
79779ac96f Fixed unit tests 2022-03-04 10:42:34 -08:00
Markus Lampert
d80c4ce399 Removed debugging gates 2022-03-04 10:42:34 -08:00
Markus Lampert
f082f40473 Fixed UI update upond changing the thread type 2022-03-04 10:42:34 -08:00
Markus Lampert
238bb7c2bb Fixed multi pass for external threads with proper lead in/out 2022-03-04 10:42:34 -08:00
Markus Lampert
46827df206 Changed passes for constant tool engagement 2022-03-04 10:42:34 -08:00
Markus Lampert
e00e1b3591 Disabled debugging comments 2022-03-04 10:42:34 -08:00
Markus Lampert
e4fb163cc1 Fixed lead in/out with elevator location. 2022-03-04 10:42:34 -08:00
Markus Lampert
de6ab3fc79 Added thread generation unit tests and fixed finishing the thread 2022-03-04 10:42:34 -08:00
Markus Lampert
60772c4c90 Fixed threads data file list 2022-03-04 10:42:34 -08:00
Markus Lampert
fae7b96b3f Some code cleanup 2022-03-04 10:42:34 -08:00
Markus Lampert
eb48466724 Added imperial external and split data files according to tolerance classes 2022-03-04 10:42:34 -08:00
Markus Lampert
7c2a8a92fb First shot at external thread milling 2022-03-04 10:42:34 -08:00
wmayer
ca3c8185e0 App/Gui: move template classes (ViewProvider)ExtensionPythonT to their own header files 2022-03-04 18:54:42 +01:00
wmayer
4ae1ca58d1 App: use forward declaration to reduce compile time 2022-03-04 17:27:53 +01:00
wmayer
032cea587d Base: implement a lightweight smart pointer for PyObject like Py::Object to reduce includes of Python.h in header files 2022-03-04 15:51:51 +01:00
Wanderer Fan
8020c1f975 [TD]fix folder name in preference ui 2022-03-04 09:28:16 -05:00
Wanderer Fan
3c34abc0fa [TD]move format spec to dimension tab
- also make %.2w default format
2022-03-04 09:28:16 -05:00
Wanderer Fan
953304089a [TD]make page grid unit aware 2022-03-04 09:28:16 -05:00
Yorik van Havre
fb926cb626 Start: Added possibility to provide custom CSS for the start page 2022-03-04 14:06:13 +01:00
Abdullah Tahiri
464ae1f6b0 Sketcher: Clean up old crosshair code
====================================

- Remove old unconnected code
- Move member functions to correct cpp file
2022-03-04 06:26:46 +01:00
Wanderer Fan
913fb21502 [TD]fix misplaced section line
- BRepBndLib::Add results in wrong bbox center.
- replaced with BRepBndLib::AddOptimal
2022-03-03 09:31:29 -05:00
Wanderer Fan
2439a9d90e [TD]use <br> in ToolTipText vs \n 2022-03-03 09:31:01 -05:00
Wanderer Fan
7546c03509 [TD]fix area scale and make unit aware 2022-03-03 09:31:01 -05:00
Yorik van Havre
f00c0e6458 Merge pull request #6496 from Roy-043/Arch-Fix-Arch_PipeConnector-for-pipes-with-wall-thickness
Arch: Fix Arch_PipeConnector for pipes with non-zero wall thickness
2022-03-03 12:48:48 +01:00
andrea reale
5d5f31725d Code clean 2022-03-02 18:55:10 +01:00
Roy-043
4c33c9622d Arch: Fix Arch_PipeConnector for pipes with wall thickness 2022-03-02 16:19:54 +01:00
Abdullah Tahiri
2562c80c9b Sketcher: GeoElementId VAxis fix - windows 2022-03-02 15:00:40 +01:00
0penBrain
6ad885fdd3 PartDesign: fix crash in MultiTransform if moving on empty list 2022-03-02 13:01:17 +01:00
Abdullah Tahiri
919de5a233 Sketcher: Fix GeoElementId VAxis 2022-03-02 07:54:24 +01:00
Abdullah Tahiri
2add401282 Sketcher: GeoElementId - isCurve and PosIdAsInt members 2022-03-02 07:53:07 +01:00
Uwe
83c06d14f6 [PD] Gui: remove unused includes
- also some sorting
2022-03-02 02:51:01 +01:00
Uwe
b5163ab49f [PD] Boolean: re-add necessary include 2022-03-02 02:50:46 +01:00
Uwe
1e640865a9 [PD] Boolean: remove unused include 2022-03-02 02:30:28 +01:00
mwganson
663d4fe93a PartDesign: Fillets / Chamfers add unit tests for UseAllEdges property 2022-03-01 18:42:14 +01:00
mosfet80
e3d51eb3aa Update SketchObject.cpp
Initialize variable
2022-03-01 17:42:23 +01:00
mosfet80
ebe57601cd PD: remove duplicate verifications 2022-03-01 17:41:09 +01:00
sliptonic
b2f77797a7 Merge pull request #6480 from sliptonic/bug/velocitywarn
[Path] Fix bug with velocity warning.
2022-03-01 08:18:10 -06:00
sliptonic
f43db33764 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
2dc1a4c412 Mod: add string header to dxf.h 2022-03-01 15:13:34 +01:00
wmayer
9252f5f9ec Part: issue #6488: Cone surface returns wrong dv derivative
This is a workaround to fix a bug in ElSLib::ConeDN
2022-03-01 14:59:26 +01:00
wmayer
831d569f52 Draft, Import, area: include iosfwd instead of iostream if forward declarations are sufficient 2022-03-01 12:37:00 +01:00
Markus Lampert
934b0aaa07 Consistent black formatting of all Path python files 2022-02-28 21:06:16 -08:00
Markus Lampert
8583894284 Remove pylint annotations and script 2022-02-28 21:02:45 -08:00
andrea reale
36d865df04 fix uninitialized variables 2022-03-01 02:03:44 +01:00
sliptonic
13cd8d2c15 Fix bug with velocity warning.
Add button to suppress
2022-02-28 17:55:19 -06:00
Chris Hennes
49a6394018 Addon Manager: Force update check after recache 2022-02-28 14:22:21 -06:00