Bernd Hahnebach
a9e63c5b23
FEM: mesh tools, use double string quotes instead of single
2019-08-28 21:48:56 +02:00
Daniel Wood
9d5b76b395
Update the adaptive form so the widgets align.
2019-08-28 20:17:57 +01:00
Daniel Wood
0621047cf8
Change the coolant label on the setupsheet
...
... to be consistent with the rest of the forms.
2019-08-28 20:00:37 +01:00
Daniel Wood
c10e788367
Add coolant to the linuxcnc_post
2019-08-28 19:40:09 +01:00
Daniel Wood
5915ca00f1
Handle setting the coolant mode on the job ui
2019-08-28 19:40:09 +01:00
Daniel Wood
72f4ce6676
Handle setting the coolant mode on the setupsheet
2019-08-28 19:40:09 +01:00
Daniel Wood
e6f6ba60ba
Add a coolant mode combobox to the op ui
2019-08-28 19:40:09 +01:00
Daniel Wood
765cbfd9e2
Handle selecting the coolant mode in the forms
2019-08-28 19:40:08 +01:00
Daniel Wood
55ba721155
Add coolant feature to Ops
2019-08-28 19:40:08 +01:00
Daniel Wood
2085cf338a
Add a coolant feature to the base PathOP
2019-08-28 19:40:08 +01:00
wandererfan
f68e58e389
[TD]Prevent crash in SelectionSingleton
...
- in SelectionSingleton::setVisible, if the selection changes during
loop, a crash may occur.
- in QGraphicsScene, hiding an item changes its selected status.
2019-08-28 12:20:42 -04:00
wmayer
64c0702890
Fix warnings:
...
fix -Winconsistent-missing-override
fix -Wself-assign
2019-08-28 16:25:39 +02:00
wandererfan
e72ad1c4a1
[TD]Fix Travis compile errors (includes, qt4/qt5)
2019-08-28 08:38:27 -04:00
wandererfan
ab180c761e
[TD]Make TD View from ActiveView
2019-08-28 08:38:27 -04:00
wmayer
143b994ecd
when creating mesh from shape do not set a fix crease angle but instead user preferences should be used
2019-08-28 11:43:52 +02:00
Yorik van Havre
0e27f88bb7
Draft: Support for layer colors and linestyles in DXF import/export (legacy)
2019-08-27 22:59:35 -03:00
Yorik van Havre
0b3df322fb
Draft: misc small fixes
2019-08-27 21:29:20 -03:00
mwganson
663c975aa0
[Part workbench] add command create points object from mesh
2019-08-27 23:40:24 +02:00
Mark Ganson TheMarkster
25041288b1
Update Part.qrc
2019-08-27 23:40:15 +02:00
mwganson
6be089b006
[Part workbench] add Create points object from mesh command
2019-08-27 23:40:06 +02:00
sdh4
8928f863fe
Part.BSplineSurface.buildFromPolesMultsKnots(): Fix 'Truth value of an array ... use a.any() or a.all()' when explicit knots or weights provided
...
Calls to BSplineSurface.buildFromPolesMultsKnots() with explicit knots or weights fail in recent versions of FreeCAD (tested on 0.18.3 with python3) with the message 'The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()'.
This trivial change follows the pattern used later in the function of explicit comparisons with Py_None, replacing PyObject_Not() and PyObject_IsTrue() when they are used to determine whether explicit weights or knots have been provided.
2019-08-27 21:48:52 +02:00
Bernd Hahnebach
cd569e2c78
Arch: import IFC, helper, improve getting the color table
2019-08-27 13:44:39 +02:00
Tomas Pavlicek
49294e780f
TechDraw: Middle button panning
2019-08-27 07:33:30 -04:00
Daniel Wood
63d3181f2d
Remove unused function definition
2019-08-27 07:15:23 +01:00
Bernd Hahnebach
2d925e4d56
Arch: import IFC, remove not needed return value of colors method
2019-08-27 08:04:02 +02:00
Daniel Wood
0ac04c41d4
Merge branch 'master' into feature/tooltable
2019-08-26 21:30:16 +01:00
Daniel Wood
23c3bfb163
clean up unused code
2019-08-26 21:27:06 +01:00
Daniel Wood
7c74411c32
Return document jobs for copy commands
...
Return the document jobs when creating tool controllers.
2019-08-26 21:24:44 +01:00
sliptonic
ef6b1d4107
Merge pull request #2386 from IMbackK/DrillRetractHight
...
[Path] Drill Ui cleanup
2019-08-26 15:08:11 -05:00
Daniel Wood
d34ee627d8
Import and opening current tool tables
...
Handle opening and importing current (pre-0.19) tool tables.
2019-08-26 20:19:12 +01:00
Yorik van Havre
9cd5a7ee5e
Arch: Solved bug in Structure
2019-08-26 15:39:22 -03:00
Yorik van Havre
f16f58c040
Draft: Fixed tooltips
2019-08-26 14:16:19 -03:00
Yorik van Havre
1e718010b9
Draft: Fixed regression in snapping
2019-08-26 14:01:15 -03:00
Dion Moult
20612ee9b7
Refactor exportIFC to not use global preferences
2019-08-26 10:37:32 -03:00
Dubstar_04
f181565a40
Check there is preference data before reading it
2019-08-26 07:59:09 +01:00
Dubstar_04
2f478e5a58
Make sure the tool list get cleared
...
Ensure the tool list gets clear when all tooltables are deleted.
2019-08-26 07:59:09 +01:00
Dubstar_04
f9a591b06d
Allow multiple Tool Tables
...
Allow path to hold multiple tool tables
2019-08-26 07:59:09 +01:00
Dubstar_04
3876a5989d
Tidy up includes and whitespace
2019-08-26 07:59:09 +01:00
Dubstar_04
8a8d5f0a3f
Seperate ToolTable and Tool implementations
...
Seperate the tooltable and tool implementations.
2019-08-26 07:59:09 +01:00
sliptonic
c619c1b77f
Merge pull request #2451 from sgrogan/pathtest_fix
...
Pathtest fix
2019-08-25 16:01:35 -05:00
Yorik van Havre
824b8ea0f4
TechDraw/Arch: Added new Coin Mono rendering mode to TD ArchViews
2019-08-24 19:41:57 -03:00
Yorik van Havre
d45a4a347e
Draft: fixed color buttons dialogs not starting with the right color
2019-08-24 19:41:26 -03:00
sliptonic
131f5cf386
Merge pull request #2448 from Schildkroet/master
...
Cleaned up grbl_post and added tool-change option in args
2019-08-24 10:43:01 -05:00
wmayer
5cb9c80161
rename icon file
2019-08-24 17:32:57 +02:00
sgrogan
ccc497ee9b
fix indent
2019-08-24 10:45:00 -04:00
sgrogan
325eb3abbe
Fix Path tests when running from build dir
2019-08-24 10:41:36 -04:00
Schildkroet
c25e8a8743
Merge branch 'master' into master
2019-08-23 15:01:34 +02:00
wmayer
b67a893f66
add missing parameter group and name for 'UseMaterialColor' check box
2019-08-23 13:02:53 +02:00
Yorik van Havre
ea16fdc3ae
Arch: Fixed windows symbol position
2019-08-22 18:52:44 -03:00
wandererfan
b11df24e86
[TD]Restore context menu after leader edit
2019-08-22 17:11:55 -04:00