Commit Graph

1208 Commits

Author SHA1 Message Date
pekkaroi
cf4aa9807a PathSimulator, fix typo false->False 2018-05-28 10:27:53 -03:00
pekkaroi
bce18dfb5c Improve backwards compatibility 2018-05-28 10:12:07 -03:00
pekkaroi
4cff32cc25 Cleaning 2018-05-28 10:12:06 -03:00
pekkaroi
645f980a31 Improved naming of the new parameters 2018-05-28 10:12:06 -03:00
pekkaroi
2fdfb0a485 Add IgnoreAbove parameter to not generate ramp above certain heights 2018-05-28 10:12:03 -03:00
Markus Lampert
e8bcd8c803 Fixed TC modality in post processor driver. 2018-05-23 17:25:42 +02:00
luz.paz
43244aa762 More misc. typos 2018-05-19 12:17:52 -04:00
luz.paz
69b3b0b7f2 Misc. typos 2018-05-19 12:06:34 -04:00
Markus Lampert
8c4a838740 Fixed abs usage for doubles - thanks to clang warnings. 2018-05-15 21:45:58 +02:00
Markus Lampert
aca06377fa Cleaned up translation. 2018-05-11 10:18:56 -03:00
Markus Lampert
d03c2cb589 Updated copyright 2018-05-11 10:18:56 -03:00
Markus Lampert
0ffc050297 Setting rotation center for the job on change. 2018-05-11 10:18:56 -03:00
Markus Lampert
fe357336e0 Maintain center of rotation for compound objects. 2018-05-11 10:18:56 -03:00
sliptonic
c4bd67724c Set Path Center. Depends on mlampert's rotation vis 2018-05-11 10:18:56 -03:00
sliptonic
ac155d7360 fixed feed rate for angular moves 2018-05-11 10:18:56 -03:00
sliptonic
1413797ac4 Path rename dressup
for name standard compliance
2018-05-11 10:18:56 -03:00
sliptonic
ebb9e360fd Initial Commit 2018-05-11 10:18:56 -03:00
Markus Lampert
701a2589e3 Fixed rotation axis rendering for B and C. 2018-05-11 10:18:56 -03:00
Markus Lampert
4bc71f8c99 Add support for rotation center to ViewProviderPath. 2018-05-11 10:18:56 -03:00
Markus Lampert
fd0cdc02a1 Fixed inch scaling 2018-05-11 10:18:56 -03:00
Markus Lampert
cbd5f297f3 Added center property to Path to deal with rendering rotational axis. 2018-05-11 10:18:56 -03:00
Markus Lampert
1f030de9ac Added support for G20/G21 to g-code import. 2018-05-11 10:18:56 -03:00
Markus Lampert
18240a15ab Added g-code A parameter support to drilling cycle. 2018-05-11 10:18:56 -03:00
Markus Lampert
461934cd61 A g-code parameter support for G2/G3 2018-05-11 10:18:56 -03:00
Markus Lampert
4b3535266c PathViewProvider support for A parameter in G0 and G1. 2018-05-11 10:18:56 -03:00
Shai Seger
b2e9348892 fix FreeCad crash when no tool is assigned to an operation 2018-05-11 10:17:16 -03:00
Markus Lampert
485cf86454 Expose task panel layout through preferences. 2018-05-07 12:20:10 -03:00
wmayer
c7e9ff1b62 set exception message when returning with 0 2018-05-05 22:44:29 +02:00
Shai Seger
9111efacb2 fix bug tracker issue id:0003450 : Freecad crash when simulating without operations. 2018-05-04 00:59:16 +03:00
Markus Lampert
ab70a94592 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
d86ed64df6 Changed grbl feed rate output to mm/min. 2018-04-30 09:54:08 +02:00
luz.paz
2d5cc6a1ed Path: misc. source comment typos 2018-04-25 11:03:10 +02:00
luz.paz
0720c5e233 Crowdin: Path string fixes 2018-04-25 11:03:10 +02:00
looooo
d079c2b500 cmake stuff 2018-04-23 09:56:23 +02:00
looooo
088b2687ea win: pybind11: workaround for strdup 2018-04-23 09:56:23 +02:00
looooo
ae6512500b change pybind11/boost handlinG 2018-04-23 09:56:23 +02:00
Peter Lama
85f926be97 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
74320276fc fix requesting boost python component for version >= 1.67.0 2018-04-21 11:12:45 +02:00
wmayer
99ec96acd5 prepare for PyCXX 7.0 2018-04-18 19:20:50 +02:00
wmayer
5ff6945577 fix compiler warnings with py3 and msvc 2018-04-16 18:24:53 +02:00
looooo
cdcb3bec4a PySide2: qApp -> QApplication 2018-04-14 10:40:31 +02:00
sliptonic
09dc901861 Path: Reword menu items from 'partial' to 'supplemental'
fixes #3383
2018-04-10 19:22:44 +02:00
wmayer
adb13f7c59 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
46fd41d70a Merged translations from crowdin 2018-03-26 18:52:02 -03:00
PLChris
29b5988615 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
3a1cf6d811 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
1bfde835bb Path: Remove additional unused 'partial' commands
fixes #3386
fixes #3387
2018-03-22 19:44:01 +01:00
sliptonic
8efd7a1954 Path: remove ToolLengthOffset
Obsolete and broken supplemental command
fixes #3382
2018-03-22 19:43:48 +01:00
Zheng, Lei
42294442f5 Path.Area: work around for OCCT discretization bug
See code comments for more details.
2018-03-21 12:14:58 +01:00
luz.paz
46d32d78a3 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