sliptonic
2566d1ba0f
Merge branch 'master' into posttodxf
2020-12-17 16:28:01 -06:00
sliptonic
9ea837fd90
fixes 4466
2020-12-17 16:21:31 -06:00
Aapo
97e3947948
[TD] Make Dimension Tolerances respect the Prefs formatSpec when creating a Dimension.
2020-12-17 17:30:29 +01:00
wmayer
627fea4e22
PartDesign: [skip ci] make the spin box for the angle of the drill point wider
2020-12-17 17:10:42 +01:00
M G Berberich
249b3c3a1b
make the hole-cut-type dropdown-box wider
...
This drop-down box contains long names and did not use the space of
the dialog.
2020-12-17 16:59:26 +01:00
wmayer
93736cca48
Gui: [skip ci] add option to use software OpenGL
2020-12-17 16:27:36 +01:00
sliptonic
933413b14e
add post to Cmakelists.txt for install
2020-12-16 16:54:55 -06:00
Abdullah Tahiri
6c6f5e7fbf
Sketch: Fix exception on redraw
...
===============================
Fixes:
https://forum.freecadweb.org/viewtopic.php?p=458293#p458293
Rationale:
In order to fix B-Spline pole dragging, the order was inverted.
This fixed the B-Spline pole dragging issue, but introduced a
draw before solve approach that is not consistent with the rest
of the Sketcher.
In my parallel development I had already identified this inconsistency,
switched the order, and provided a new mechanism to fix the issue with
the B-Spline pole dragging. This will be merged as part of another PR.
In the meantime, this PR restores the intended behaviour, and let us
identify if the particular reported exception also happens in other
situations.
2020-12-16 19:35:42 +01:00
Abdullah Tahiri
51189caba4
Sketcher: Fix equality constraint command
...
=========================================
For select constraint then click elements mode.
Fixes:
https://forum.freecadweb.org/viewtopic.php?f=10&t=51716&p=458207#p457974
2020-12-16 15:21:21 +01:00
Abdullah Tahiri
e8674fc13d
Sketcher: Fix crash on applying angle constraint on arc
...
=======================================================
The GeoId passed was Constraint::GeoUndef (-2000).
Fixes:
https://forum.freecadweb.org/viewtopic.php?f=10&t=51716&p=458202#p458160
2020-12-16 14:20:02 +01:00
Yorik van Havre
c158e640d2
Merge pull request #4025 from travisapple/master
...
New WebGL Exporter
2020-12-16 12:07:17 +01:00
Yorik van Havre
f23ed3b17b
Merge pull request #4148 from mroote/update_fcinfo_py3
...
Update fcinfo script for py3 compatibility
2020-12-16 11:49:00 +01:00
wmayer
fc9be21345
Path: [skip ci] fix TooltablePy::getTools to avoid possible double destruction of a Tool instance
2020-12-16 10:34:24 +01:00
Markus Lampert
ffea463885
Print deburr tool info only once.
2020-12-15 21:55:27 -08:00
Markus Lampert
f5e7d7a6f4
Changed print to debug msg
2020-12-15 20:16:06 -08:00
Markus Lampert
cc8dbef1dc
Disabled path wb dis-/activated msgs
2020-12-15 20:11:40 -08:00
Markus Lampert
73cd5d31d9
Disabled '... postprocessor loaded' messages
2020-12-15 20:09:55 -08:00
Markus Lampert
63dbf329aa
Added warning suppression for all missing speeds and changed default to true
2020-12-15 20:05:42 -08:00
Markus Lampert
385c9b844c
Added hidden preference to suppress the opencamlib error
2020-12-15 20:05:42 -08:00
Markus Lampert
9684d820df
Replaced print messages with PathLog statements
2020-12-15 20:05:42 -08:00
Markus Lampert
afb4545a4a
Preference setting so suppress logging the selection mode as a warning.
2020-12-15 20:05:42 -08:00
Markus Lampert
2b4a0db791
Added preference option to suppress missing rapid speed warning
2020-12-15 20:05:42 -08:00
Dino del Favero
d8ea0c9c65
Merge branch 'master' into master
2020-12-15 21:41:59 +01:00
gauna85
3df9d07e6e
Update src/Mod/Path/PathScripts/PathJobGui.py
...
Co-authored-by: sliptonic <shopinthewoods@gmail.com >
2020-12-15 19:35:29 +01:00
sliptonic
bcdc245a4c
add debug. Fix arc error
2020-12-15 12:09:13 -06:00
sliptonic
b2e015f035
Fix bug in where wiresForPath would error on empty list
2020-12-15 12:09:13 -06:00
sliptonic
4bb609d123
dxf post
2020-12-15 12:09:13 -06:00
Mitch Roote
cefd6b2ce0
Update fcinfo script for py3 compatibility
2020-12-15 11:10:40 -05:00
Yorik van Havre
e672aa26b4
Draft: Small layer improvements
...
- Added 'Print Line Color' property
- Added 'Add new layer' context menu action to layers group
2020-12-15 16:43:33 +01:00
Yorik van Havre
8e223cdf5d
Draft: Small wording fix
2020-12-15 16:41:35 +01:00
Yorik van Havre
bc4856672f
Draft: Small fixes to Draft SetStyle panel
2020-12-15 16:40:16 +01:00
sliptonic
b920bbf73a
Merge pull request #4143 from mlampert/bugfix/vcarve-depth
...
Path: Bugfix/vcarve depth
2020-12-14 17:18:30 -06:00
Dino del Favero
f948da83aa
Merge branch 'master' into master
2020-12-14 22:24:50 +01:00
travisapple
6d065963d3
Merge branch 'master' into master
2020-12-14 11:47:09 -08:00
sliptonic
07e2e8fcf3
Merge pull request #4141 from gauna85/PathToolcontroller
...
Path: Added missing signal-connection causing spindle speed not to be updated using ToolControllerDlg Bug 4479
2020-12-14 12:28:56 -06:00
sliptonic
3a07613137
Merge pull request #4136 from gauna85/PathEngrave
...
[Path] Sort edges before splitting at selected vertex
2020-12-14 12:27:54 -06:00
sliptonic
b6a83cbebf
Merge pull request #4132 from gauna85/Path
...
[Path] Check if startpoint is not lower than bounds in order to work always …
2020-12-14 12:21:20 -06:00
wmayer
9b39c6784e
Path: [skip ci] fix memory leak in TooltablePy::getTools()
...
For some background information see: https://forum.freecadweb.org/viewtopic.php?f=15&t=50583&start=20#p457516
2020-12-14 17:19:52 +01:00
Zheng, Lei
0a35cb5b01
Part: improve TopoShape::findPlane()
...
Make the returned plane normal consistent with the underlying face
geometry.
2020-12-14 16:04:40 +01:00
Yorik van Havre
c25ff3ac16
Draft: Hide undo button from modify operations
2020-12-14 15:21:25 +01:00
Yorik van Havre
0e556a082b
Merge pull request #4121 from everlanes/TechDraw_Segfault
...
[TD] Check return value of getMDIViewPage() a second time
2020-12-14 12:43:28 +01:00
Yorik van Havre
fe721a1934
Merge pull request #4116 from chennes/fixAirfoilImportNumberRegex
...
[Draft] Fix airfoil data detection regex
2020-12-14 12:29:50 +01:00
Yorik van Havre
dd580a49ab
Merge pull request #4115 from JAndersM/patch-1
...
[Draft] Update task_scale.py
2020-12-14 12:21:47 +01:00
Yorik van Havre
cbcf45a4b9
Merge pull request #4109 from donovaly/TD-dimensioning-fix
...
[TD] treat dimensions the same way, no matter if with unit or not
2020-12-14 12:08:46 +01:00
Yorik van Havre
115963d79e
Merge pull request #4100 from marioalexis84/draft-upgrade
...
Draft: Improve makeWires in upgrade function
2020-12-14 11:59:21 +01:00
Yorik van Havre
46a6ea3351
Merge pull request #4069 from aapo-aapo/TD-Balloon-improvements
...
[TD] TechDraw Balloon improvements with two new App::PropertyType properties
2020-12-14 11:56:08 +01:00
Yorik van Havre
6e88f40886
Merge pull request #4137 from abdullahtahiriyo/_arc_fix
...
[ARCH] Make ArchWall use Sketcher GeometryFacade
2020-12-14 11:41:16 +01:00
wmayer
6575023f5c
Tools: [skip ci] extend doc string of FreeCAD thumbnailer
2020-12-14 11:22:12 +01:00
Chris Hennes
50d97a3f24
Merge branch 'master' into fixAirfoilImportNumberRegex
2020-12-13 23:02:36 -06:00
Dino del Favero
736c22e8dd
Updated links
...
Added links in english
2020-12-14 00:29:21 +01:00