Itai Nahshon
|
03c3db5636
|
Use the current UnitsSchema for the tool table.
|
2017-06-18 17:11:49 +02:00 |
|
Itai Nahshon
|
ccd56242ec
|
Set the maimum tool RPM to 100,000. The default 100 is too small.
|
2017-06-18 17:11:49 +02:00 |
|
Peter Lama
|
17031e2a24
|
Path: py3 fixes
Needed for unit tests to pass
|
2017-06-18 16:33:20 +02:00 |
|
Zheng, Lei
|
294551a2fb
|
Path.Area: fix Path.fromShapes retraction threshold
|
2017-06-15 14:43:49 -03:00 |
|
Zheng, Lei
|
56f8de75e6
|
Path.Area: fix plane finding on face shape
|
2017-06-15 14:43:49 -03:00 |
|
Zheng, Lei
|
561c48acc5
|
Path.Area: deep copy on makeSection output
|
2017-06-15 14:43:49 -03:00 |
|
Zheng, Lei
|
d257f1bfa5
|
Path.Area: section intermediate shape output for debugging
|
2017-06-15 14:43:49 -03:00 |
|
Zheng, Lei
|
d6e16019fd
|
Path.Area: fixed random wrong section output
|
2017-06-15 14:43:49 -03:00 |
|
sliptonic
|
1065dc5d97
|
Path: Contour works on clones and other objects with proxy and shape.
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
e169085959
|
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
|
aeec1c8c88
|
Path: added a hidden property to store the areaparams
Useful for debugging.
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
b5e233d3aa
|
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
|
f44cae2f44
|
Path: remove obsolete NC sources
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
cc4abd21b9
|
Path: usecomp setting toggles the availability of the side property
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
0766a7387f
|
Path: first experiments with collision detect
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
c97724ef30
|
Path: remove Pocket OCC algorithm
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
936bbedaeb
|
Path: bug fixes
|
2017-06-15 14:42:30 -03:00 |
|
sliptonic
|
dcbfc880ff
|
Path: add output precision option to linuxcnc post.
Modified unit tests to use it.
|
2017-06-15 14:42:30 -03:00 |
|
Pekka Roivainen
|
dd48cc5f2b
|
Path: Add PathDressupRampEntry.py to CMakeList
|
2017-06-12 11:32:29 +02:00 |
|
Zheng, Lei
|
c3bd7b6b9b
|
Path.Area: fixed projection tolerance problem
|
2017-06-12 11:26:39 +02:00 |
|
Pekka Roivainen
|
af68de8231
|
Path: PathArray support for Polar and 2D arrays
|
2017-06-11 17:49:38 +02:00 |
|
Pekka Roivainen
|
d7b139957a
|
Add ToolController property to PathCompound
|
2017-06-11 17:49:38 +02:00 |
|
Pekka Roivainen
|
2a3f1cb749
|
Add ToolController property to PathCopy
|
2017-06-11 17:49:38 +02:00 |
|
Pekka Roivainen
|
44bbffe48a
|
Path: Add ToolController property to PathArray Object
|
2017-06-11 17:49:38 +02:00 |
|
Pekka Roivainen
|
b7876acc43
|
Path: DressupRampEntry Method3 improvement + flake8
|
2017-06-11 17:46:03 +02:00 |
|
Pekka Roivainen
|
3209eca10e
|
Path: DressupRampEntry bug fix + added RampMethod3
|
2017-06-11 17:46:03 +02:00 |
|
Pekka Roivainen
|
8dac1d0b15
|
Added Helix. Other cleanup and fixes.
|
2017-06-11 17:46:03 +02:00 |
|
Pekka Roivainen
|
40fe7a04ba
|
added second method for ramping
|
2017-06-11 17:46:03 +02:00 |
|
Pekka Roivainen
|
f03eee36f8
|
DressupRampEntry initial commit
|
2017-06-11 17:46:03 +02:00 |
|
Markus Lampert
|
f1186599a9
|
Fixing translate refactoring error.
|
2017-06-05 12:02:12 -03:00 |
|
Markus Lampert
|
4c3cee03c5
|
Replaced default context argument with explicit call for pylupdate to pick up the strings and contexts.
|
2017-06-03 15:37:41 -07:00 |
|
Markus Lampert
|
617cea6679
|
Fixed M6 tool index for linuxcnc and opensbp.
|
2017-06-03 15:37:41 -07:00 |
|
Markus Lampert
|
6d57a0ff10
|
Removed obselete tooltable editor implementations.
|
2017-06-03 15:37:41 -07:00 |
|
Markus Lampert
|
3368c8682e
|
Moved almost all translate implementations away from QtGui.
|
2017-06-03 15:37:41 -07:00 |
|
Markus Lampert
|
fa9166b738
|
Fixed post processing output if document is in current working directory.
|
2017-06-03 15:37:41 -07:00 |
|
Markus Lampert
|
5261b5bc06
|
Removed unused properties from PahJob; fixed post processing arguments
|
2017-06-03 15:37:41 -07:00 |
|
Peter Lama
|
8a6d61329f
|
py3: win: Link required vc14 CRT libs
issue 0000995
|
2017-06-02 06:40:32 +02:00 |
|
sliptonic
|
f6e0f06a63
|
Path: add output precision option to linuxcnc post.
Modified unit tests to use it.
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
69a797b99c
|
Path: trying to fix unit test again
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
0405a67c24
|
Path: added use of return_last to contour.
Path: bug fixes
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
aad865375b
|
Path: fixes for unittest
Path: precision fix to unittest pathpost
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
6768a70a2d
|
Path: PathArea logging
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
8f690e676a
|
Path: Cleanup MillFace Dialog
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
39631cf4ef
|
Path: Area logging
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
68ca689e94
|
Path: minor fixes to PathMillFace
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
098ca483d3
|
Path: add cursor waiting decorator to long running functions.
Remove obsolete ToolDescription code from label change.
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
9b1b12d87c
|
Path: TC panel bug. Loses decimal part of float spindle rate
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
29a8cbf114
|
Path: make cursor reflect busy
Path: fix label buy in PathProfileEdges
Path: cleanup
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
2ef59ac0b6
|
Path: More work on PathMillFace to remove old heeks dependency
|
2017-05-31 23:38:59 +02:00 |
|
sliptonic
|
0917fcb37b
|
Path: TD version of getEnvelope for testing.
|
2017-05-31 23:38:59 +02:00 |
|