Commit Graph

11322 Commits

Author SHA1 Message Date
Abdullah Tahiri
b4e65f64d0 horiz/vert redundant autoconstraint avoidance extended to Polyline tool 2017-06-18 17:37:27 +02:00
Abdullah Tahiri
354350c5cf Sketcher: avoid horiz and vertical autoconstraint redundants on line creation 2017-06-18 17:37:27 +02:00
sliptonic
5305247140 Path: fix potential crash bug. 2017-06-18 17:32:16 +02:00
Itai Nahshon
a42391fa3b Add Units schemaTranslate for Unit::Velocity.
Independent of scale, use only mm/min or in/min because it is compatible
with GCODE feed rate units.
(My use case is definition os feed-rates in PathLoadTool.py).
2017-06-18 17:11:49 +02:00
Itai Nahshon
b5a82693ce Use the current UnitsSchema for the tool table. 2017-06-18 17:11:49 +02:00
Itai Nahshon
3cd608be0f Set the maimum tool RPM to 100,000. The default 100 is too small. 2017-06-18 17:11:49 +02:00
Peter Lama
bc7d4eb2f4 Fem: py3 fixes
Needed for unit tests to pass
2017-06-18 16:45:55 +02:00
Peter Lama
ce95183fad Path: py3 fixes
Needed for unit tests to pass
2017-06-18 16:33:20 +02:00
wmayer
2e6f223ea3 add comment to source code 2017-06-18 16:23:29 +02:00
wmayer
2613e9766b fix crash when argument list of openTransaction() is empty 2017-06-18 16:20:12 +02:00
wmayer
534fec23c9 due to branding reasons avoid a direct mentioning of FreeCAD 2017-06-18 15:52:21 +02:00
wmayer
13b0bdb6a6 fix build failure on FreeBSD, support colored output to terminal 2017-06-18 12:26:05 +02:00
Yorik van Havre
ce1de7b631 Added pref option to disable the FreeCAD logo in the FCStd file thumbnail 2017-06-16 00:25:42 -03:00
wmayer
0f8847a416 use assertAlmostEqual for comparison with floating numbers 2017-06-16 00:15:22 +02:00
Kurt Kremitzki
c5b0488f55 Add PartDesign_Mirrored test based on additive primitive 2017-06-16 00:15:22 +02:00
Kurt Kremitzki
6826405dfa Add PartDesign_Mirrored offset failure test 2017-06-16 00:15:22 +02:00
Abdullah Tahiri
42264f87d1 render both faces 2017-06-16 00:15:22 +02:00
Kurt Kremitzki
0e2cb14c71 Show failure message when part design transformation does not intersect 2017-06-16 00:15:22 +02:00
Kurt Kremitzki
5c03420052 Remove redundant matrix scale factor multiplication 2017-06-16 00:15:22 +02:00
Abdullah Tahiri
f14532c93f Fix transformation support, so that support is updated with any previous transformation executed 2017-06-16 00:15:22 +02:00
Abdullah Tahiri
1978673b04 Reverting to checkIntersection via boolean operation
The extrema algorithm fails on touching (the manyfold detection fails to return a face, but several vertex, although a face is clearly touching and if bypassed the boolean succeeds), see
https://www.freecadweb.org/tracker/view.php?id=3065

This commit enables the older boolean based intersection check.
2017-06-16 00:15:22 +02:00
Yorik van Havre
3bf17c3d44 Draft: Added icons to select plane buttons 2017-06-15 18:26:57 -03:00
Zheng, Lei
66595f28b3 Path.Area: fix Path.fromShapes retraction threshold 2017-06-15 14:43:49 -03:00
Zheng, Lei
17357ae2e6 Path.Area: fix plane finding on face shape 2017-06-15 14:43:49 -03:00
Zheng, Lei
427f69ae40 Path.Area: deep copy on makeSection output 2017-06-15 14:43:49 -03:00
Zheng, Lei
c66e6785ed Path.Area: section intermediate shape output for debugging 2017-06-15 14:43:49 -03:00
Zheng, Lei
c8ffaf3321 Path.Area: fixed random wrong section output 2017-06-15 14:43:49 -03:00
sliptonic
b28ed1de02 Path: Contour works on clones and other objects with proxy and shape. 2017-06-15 14:42:30 -03:00
sliptonic
d27870e7e3 Path: disable diameter checking in Drilling
I'm turning this off for now.  tolerance
problems are making it less than useful.
2017-06-15 14:42:30 -03:00
sliptonic
6da8c1ba94 Path: added a hidden property to store the areaparams
Useful for debugging.
2017-06-15 14:42:30 -03:00
sliptonic
239514e825 Path: fix bug in drilling
hemispherical faces have an odd edge that doesn't have a Curve attribute.
2017-06-15 14:42:30 -03:00
sliptonic
7048ce77c3 Path: remove obsolete NC sources 2017-06-15 14:42:30 -03:00
sliptonic
91551520e8 Path: usecomp setting toggles the availability of the side property 2017-06-15 14:42:30 -03:00
sliptonic
7e573aba5a Path: first experiments with collision detect 2017-06-15 14:42:30 -03:00
sliptonic
f23f728a75 Path: remove Pocket OCC algorithm 2017-06-15 14:42:30 -03:00
sliptonic
a8195c752b Path: bug fixes 2017-06-15 14:42:30 -03:00
sliptonic
5dc321dd8a Path: add output precision option to linuxcnc post.
Modified unit tests to use it.
2017-06-15 14:42:30 -03:00
wmayer
773ab3e109 improve exception message if proximity function fails 2017-06-15 14:28:10 +02:00
Yorik van Havre
4d6226a244 Draft: Fixed typo 2017-06-13 14:08:38 -03:00
Pekka Roivainen
0e9a3c48cb Path: Add PathDressupRampEntry.py to CMakeList 2017-06-12 11:32:29 +02:00
Zheng, Lei
f3de4bb9a0 Path.Area: fixed projection tolerance problem 2017-06-12 11:26:39 +02:00
Yorik van Havre
65057e2049 Arch: Fixed small bug in Space 2017-06-11 22:37:31 -03:00
Amritpal Singh
b4216d98b1 Added RebarShape property to the Rebar object and defined setEdit() function in Rebar object 2017-06-11 14:03:44 -03:00
wmayer
432638c937 NULL is defined as nullptr on FreeBSD and causes a build failure
For more information see: https://forum.freecadweb.org/viewtopic.php?f=4&t=22897&p=177660#p177660
2017-06-11 18:48:23 +02:00
triplus
2077246b05 Navigation indicator orbit style improvements
- Orbit style settings improvements
- Tooltip information improvements
- Expose orbit style options to shortcuts
2017-06-11 17:55:33 +02:00
triplus
c500bfa9e3 Add Tux to translation scripts 2017-06-11 17:53:11 +02:00
Pekka Roivainen
527700b60d Path: PathArray support for Polar and 2D arrays 2017-06-11 17:49:38 +02:00
Pekka Roivainen
f5d1fa6888 Add ToolController property to PathCompound 2017-06-11 17:49:38 +02:00
Pekka Roivainen
577d906ba8 Add ToolController property to PathCopy 2017-06-11 17:49:38 +02:00
Pekka Roivainen
cdf3215024 Path: Add ToolController property to PathArray Object 2017-06-11 17:49:38 +02:00