Markus Lampert
48aa0ba3d2
Fixed TC modality in post processor driver.
2018-05-23 17:25:42 +02:00
luz.paz
7a09a5774e
More misc. typos
2018-05-19 12:17:52 -04:00
luz.paz
6e64b4f75d
Misc. typos
2018-05-19 12:06:34 -04:00
Markus Lampert
7f965554b8
Fixed abs usage for doubles - thanks to clang warnings.
2018-05-15 21:45:58 +02:00
Markus Lampert
186df52382
Cleaned up translation.
2018-05-11 10:18:56 -03:00
Markus Lampert
de9b157a94
Updated copyright
2018-05-11 10:18:56 -03:00
Markus Lampert
4adae91abe
Setting rotation center for the job on change.
2018-05-11 10:18:56 -03:00
Markus Lampert
6fe32862ba
Maintain center of rotation for compound objects.
2018-05-11 10:18:56 -03:00
sliptonic
5103b74bff
Set Path Center. Depends on mlampert's rotation vis
2018-05-11 10:18:56 -03:00
sliptonic
454d86b20d
fixed feed rate for angular moves
2018-05-11 10:18:56 -03:00
sliptonic
bf51263a2b
Path rename dressup
...
for name standard compliance
2018-05-11 10:18:56 -03:00
sliptonic
f933570035
Initial Commit
2018-05-11 10:18:56 -03:00
Markus Lampert
1bdda1c472
Fixed rotation axis rendering for B and C.
2018-05-11 10:18:56 -03:00
Markus Lampert
d720ef1d12
Add support for rotation center to ViewProviderPath.
2018-05-11 10:18:56 -03:00
Markus Lampert
49d016e2ae
Fixed inch scaling
2018-05-11 10:18:56 -03:00
Markus Lampert
e637bfda25
Added center property to Path to deal with rendering rotational axis.
2018-05-11 10:18:56 -03:00
Markus Lampert
7ec797757b
Added support for G20/G21 to g-code import.
2018-05-11 10:18:56 -03:00
Markus Lampert
17cca2a1fd
Added g-code A parameter support to drilling cycle.
2018-05-11 10:18:56 -03:00
Markus Lampert
2ff14529af
A g-code parameter support for G2/G3
2018-05-11 10:18:56 -03:00
Markus Lampert
f425a8a28e
PathViewProvider support for A parameter in G0 and G1.
2018-05-11 10:18:56 -03:00
Shai Seger
15c2b9a28c
fix FreeCad crash when no tool is assigned to an operation
2018-05-11 10:17:16 -03:00
Markus Lampert
d9b8d61550
Expose task panel layout through preferences.
2018-05-07 12:20:10 -03:00
wmayer
cb4a5ee180
set exception message when returning with 0
2018-05-05 22:44:29 +02:00
Shai Seger
8d4f31f021
fix bug tracker issue id:0003450 : Freecad crash when simulating without operations.
2018-05-04 00:59:16 +03:00
Markus Lampert
78b72c6d4e
Only setting Path.Area curve accuracy if it is not, and also set it when Preferences get saved.
2018-05-02 22:07:17 +02:00
Markus Lampert
1a2868b534
Changed grbl feed rate output to mm/min.
2018-04-30 09:54:08 +02:00
luz.paz
5f7df347f8
Path: misc. source comment typos
2018-04-25 11:03:10 +02:00
luz.paz
13db1e5349
Crowdin: Path string fixes
2018-04-25 11:03:10 +02:00
looooo
c518744e39
cmake stuff
2018-04-23 09:56:23 +02:00
looooo
18b6544883
win: pybind11: workaround for strdup
2018-04-23 09:56:23 +02:00
looooo
7df027c88b
change pybind11/boost handlinG
2018-04-23 09:56:23 +02:00
Peter Lama
68f25713d3
Fix finding boost python >= 1.67
...
Boost >= 1.67 requires a version suffix (on macOS at least)
2018-04-21 11:24:36 +02:00
wmayer
3c9e6b038e
fix requesting boost python component for version >= 1.67.0
2018-04-21 11:12:45 +02:00
wmayer
840c9e8b3c
prepare for PyCXX 7.0
2018-04-18 19:20:50 +02:00
wmayer
c582b069ba
fix compiler warnings with py3 and msvc
2018-04-16 18:24:53 +02:00
looooo
be5ea8391c
PySide2: qApp -> QApplication
2018-04-14 10:40:31 +02:00
sliptonic
8aba6f1d5a
Path: Reword menu items from 'partial' to 'supplemental'
...
fixes #3383
2018-04-10 19:22:44 +02:00
wmayer
3ca2a408fb
Fix invalid Python object error
...
Example below led to a crash:
import Path
v = Path.Tool(name='v', diameter=5.6)
tt = Path.Tooltable()
tt.addTools(v)
attrs = tt.templateAttrs()
uu = Path.Tooltable(tt.templateAttrs())
del attrs
2018-03-30 18:39:55 +02:00
Yorik van Havre
d4f835ab39
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
PLChris
d3f413cbe1
Fixed missing X-Parameters in output. Renamed to philips_cnc. Cleaned up and merged code from linux_cnc.
2018-03-25 13:50:29 +02:00
Markus Lampert
51d0d4e19e
Using UserString for comparison instead of the actual value to avoid rounding errors depending on the unit-system used.
2018-03-25 12:34:51 +02:00
sliptonic
34633c144d
Path: Remove additional unused 'partial' commands
...
fixes #3386
fixes #3387
2018-03-22 19:44:01 +01:00
sliptonic
47d6b10b7c
Path: remove ToolLengthOffset
...
Obsolete and broken supplemental command
fixes #3382
2018-03-22 19:43:48 +01:00
Zheng, Lei
b81f4694b1
Path.Area: work around for OCCT discretization bug
...
See code comments for more details.
2018-03-21 12:14:58 +01:00
luz.paz
b45bc4889d
Misc. typos: Please merge right before 0.17 release
...
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
Markus Lampert
2e63ffd090
Fixed import statement for py3
2018-03-17 14:09:15 +01:00
sliptonic
d95656d812
Path: Make simulation work with additional jobs
...
fixes #3359
The simulation stock now updates when job is changed
2018-03-08 12:05:29 +01:00
sliptonic
08656b8e19
Path: fix crash if path has dressup
...
fixes #3358
2018-03-08 12:05:29 +01:00
luz.paz
506ee98411
libarea misc. typo fix
...
This is a source typo fix. Please review.
2018-03-05 16:34:54 -03:00
Zheng, Lei
67e3bb9d1d
Path.Area: fix linux build
2018-03-03 11:19:36 -03:00