Dan Falck
c84e7662b7
Path:wip on tl edit dialog and units
2016-12-19 07:40:25 -08:00
wmayer
dd0fb7dc84
fix various clang warnings
2016-12-18 16:08:30 +01:00
wmayer
d9c206e59d
fix obvious errors in kurve geometry classes
2016-12-18 15:21:52 +01:00
wmayer
4f7752419c
fix CID 154894
2016-12-18 11:37:39 +01:00
sliptonic
4262544bbf
PATH: fix for drilling border case
...
If only single hole of a given size is found, it was ignored.
Doh!
2016-12-17 16:46:17 -06:00
wwmayer
e5c6bf5bbd
Merge pull request #378 from wwmayer/qt5_port
...
Qt5 port
2016-12-14 09:37:35 +01:00
wwmayer
411e30bffd
Merge pull request #376 from sliptonic/BugFixes
...
Bug fixes
2016-12-13 16:45:49 +01:00
wmayer
5e375a6238
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
166fc624eb
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
0afd327f2a
remove superfluous Qt includes
2016-12-13 14:33:16 +01:00
Markus Lampert
c7761d4a4f
New version of gneric_post.py from chrisb.
2016-12-11 16:43:54 -08:00
Markus Lampert
8f0549e965
Switched to std::to_string, MSVC doesn't support snprintf.
2016-12-11 15:33:57 -08:00
Markus Lampert
d43a6e6cef
Added missing include directive.
2016-12-11 15:33:57 -08:00
Markus Lampert
d32b92d00d
Fixed contour naming;
...
only touch dependent TC objects if the tool number changed;
changed formatting of intermediate path representation to be valid g-code and not use exponents.
2016-12-11 15:33:56 -08:00
sliptonic
23a2ee6927
PATH: fix cmake resort
2016-12-11 14:11:47 -06:00
sliptonic
54242963df
Merge branch 'feature/probemoves' into BugFixes
2016-12-11 12:49:42 -06:00
sliptonic
4d2b97b521
Revert "PATH: Prevent Job creation without Base object."
...
This reverts commit 4c66748ade
.
2016-12-11 12:48:35 -06:00
sliptonic
fe291607a4
PATH: More reasonble defaults for new tools
2016-12-11 12:47:56 -06:00
sliptonic
68d3e18ab4
PATH: Drilling: allow selection of partial circular edges
2016-12-11 12:47:56 -06:00
sliptonic
4c66748ade
PATH: Prevent Job creation without Base object.
...
PathMillFace won't add a base if it isn't known to the parent
2016-12-11 12:47:56 -06:00
sliptonic
bafbd27632
PATH: Default values for start/end depths improved
2016-12-11 12:47:56 -06:00
sliptonic
6a447d6d46
PATH: improved stepdown calculation and test
2016-12-11 12:47:56 -06:00
sliptonic
84b3617c97
PATH: Delete misplaced and unused files
2016-12-11 12:47:56 -06:00
sliptonic
7cd375073a
PATH: Highlighting in Inspect
2016-12-11 12:43:10 -06:00
sliptonic
8df5eb8c78
PATH: Simple command to build a probe grid.
2016-12-08 10:26:58 -06:00
sliptonic
7d1a58e593
PATH: Add support to visualize probe moves
...
G38.2/3/4/5
2016-12-07 19:24:54 -06:00
Markus Lampert
26e1a24060
Fix for Path visualisatin of helixes.
2016-12-06 20:08:18 -02:00
Dan Falck
2e44b6c41b
fix for not being able to use the post code icon
2016-12-04 12:45:27 -08:00
Markus Lampert
9ef90366a5
Fixed Path creation with new Line/LineSegment semantics.
2016-12-03 02:00:11 -08:00
Markus Lampert
e597771c5f
Fixed SoBrepEdgeSet error (thanks to wmayer).
2016-12-02 12:35:00 -08:00
Markus Lampert
0a1a0b8abc
More Line to LineSegment conversions.
2016-12-02 04:42:22 -08:00
Markus Lampert
26263c4bd1
Changed Part.Line to Part.LineSegment
2016-12-02 04:24:52 -08:00
wwmayer
01fd5ce6f3
Merge pull request #357 from mlampert/PathGeom
...
Path: Path->Wire transformation and other goemetry helpers.
2016-12-01 12:48:03 +01:00
wmayer
1855c80f36
replace Part.Line with Part.LineSegment
2016-11-30 21:25:18 +01:00
Markus Lampert
ad3e3166f5
Some cleanup.
2016-11-29 01:31:12 -08:00
Markus Lampert
0807eaf597
Added wire(s)ForPath functions with test.
2016-11-28 15:52:17 -08:00
Markus Lampert
fbc75d9797
Split out PathGeom and created test cases for it.
2016-11-28 15:11:24 -08:00
Markus Lampert
3ce5ea6b35
Tests and fixes for triangular shaped tags.
2016-11-21 21:53:35 -08:00
Markus Lampert
1fd4c49fca
Test cases for basic path generation for tags.
2016-11-21 19:51:54 -08:00
ml
f0f39f9c53
Added arguments to dialog and script call.
2016-11-20 20:07:44 -08:00
Markus Lampert
8ce9c0c305
Straight line intersection with square Tag.
2016-11-20 14:53:03 -08:00
wmayer
e008ca6f87
fix coverity issues
2016-11-20 17:47:53 +01:00
Markus Lampert
74ac78276b
Tests for all different shapes of Tags.
2016-11-18 17:52:29 -08:00
Markus Lampert
ca1fb1238e
First Tag unit tests, including a fix for an encountered issue.
2016-11-18 17:07:20 -08:00
Markus Lampert
f4480765de
Fixed linuxcnc unit test
2016-11-18 16:14:32 -08:00
ml
2aa2560529
Basic unit test for linuxcnc output.
2016-11-18 15:43:20 -08:00
ml
dce16252dc
First pointless path unit test
2016-11-18 15:41:04 -08:00
Markus Lampert
a9f246b466
Moving tag processing into Tag itself.
2016-11-18 15:35:30 -08:00
ml
fc55d7ae23
Fixed angle calculation and deal with round contours properly.
2016-11-17 11:43:00 -08:00
ml
344250b5c2
Renamed tabs to tags.
2016-11-17 11:43:00 -08:00