sliptonic
2da3308bc3
Only allow editing of toolbit if shapefile is found
2020-11-15 18:22:45 -06:00
sliptonic
472cb83ae7
Handle errors is toolbit json more gracefully
2020-11-15 18:22:45 -06:00
sliptonic
aa59e98b37
Make Toolbit find Bit files relative to the current library directory
2020-11-15 18:22:45 -06:00
sliptonic
7c3300dbf2
Fix duplicate docs being created
...
fix edit changes not being retained
fix edit removing new toolbit from diretory
2020-11-15 18:22:45 -06:00
sliptonic
0a77421481
Removed diameter dependencies so lathe tools work
2020-11-15 18:22:45 -06:00
sliptonic
e64f868765
Fix default directory bug
2020-11-15 18:22:45 -06:00
sliptonic
234b88cc18
added attribute to Toolbit for spindlepower
...
setting this to false will suppress M3 commands.
User can configure a toolbit to never have the spindle turn on
this is to prevent accidental powering of the spindle with
unpowered tools like dragknife and probe
2020-11-15 18:22:45 -06:00
sliptonic
88a24475b8
Better cleanup on new toolbit creation
2020-11-15 18:22:45 -06:00
sliptonic
42f7854a5e
fix bug in create toolbit flow
2020-11-15 18:22:45 -06:00
sliptonic
7c4c25ceed
Editing Works
2020-11-15 18:22:45 -06:00
sliptonic
0a2183fe4f
Basic workflow. No editing
...
concept dock work
most functions working.
made linuxcnc export work
Fixed some defaults on new install
fixed display label in dock
2020-11-15 18:22:45 -06:00
wmayer
691f259042
Part: allow to open attachment editor via context-menu
2020-11-15 19:16:22 +01:00
wmayer
8af45a1fe1
Part: move ViewProviderPrimitive to its own source files
2020-11-15 18:44:27 +01:00
wmayer
d3d34fc9d1
Part: [skip ci] include needed headers into PCH file
2020-11-15 13:30:32 +01:00
tomate44
74d5e458cb
fixes and typos
2020-11-15 13:20:41 +01:00
tomate44
b21f5d5916
Part: add BezierCurve constrained interpolation
2020-11-15 13:20:41 +01:00
wmayer
bb7e64786a
Part: [skip ci] include generated ui files from within source file
2020-11-15 13:17:52 +01:00
donovaly
9f6c14998d
[Part] show location dialog when creating a Primitive
...
- there is no reason to hide it and even a bit tiring to open it manually since most no new primitives should be at the origin
- give the combobox to select the primitive type a reasonable name, this helps to understand the code better
2020-11-15 12:56:16 +01:00
donovaly
5916572c40
[Gui] get rid of MSCV compiler warning
2020-11-15 12:08:01 +01:00
wmayer
55af73b07a
PartDesign: [skip ci] if numpy fails to load due a RuntimeError then handle this exception but still load the workbench
2020-11-15 11:47:19 +01:00
wmayer
ed175c9f66
Sketcher: [skip ci] revert minimum size hint from widgets in datum dialog
...
because this leads to a squashed appearance on some systems.
For more details see: https://forum.freecadweb.org/viewtopic.php?f=34&t=52139
2020-11-15 11:07:19 +01:00
donovaly
d5767cd3ba
[PD] Hole countersink angle work
...
- fix bug that custom angles were overwritten
- the norms only define screw heads, not the cut for them, so also a custom angle is possible to sink a metric screw
- use better step in UI since one changes the presets only in fractions of a millimeter (otherwise it would be a different hole size)
- handle case of no cut
- calculate change in diameter when adding depth to countersinks
2020-11-14 19:24:32 +01:00
luz paz
a3cb87b117
TechDraw: Header uniformity and whitespace fixes
2020-11-14 16:59:51 +01:00
wmayer
82beefa98d
Win32: [skip ci] DLL resolution in Python 3.8 on Windows has changed
2020-11-14 16:38:02 +01:00
wmayer
aabff60388
Gui: [skip ci] try to avoid to truncate QuantitySpinBox at bottom margin on macOS
2020-11-14 13:18:45 +01:00
wmayer
8f69368f65
Image: [skip ci] move the import of Draft trackers inside scaling function. This gives a more useful error message in case of a failure to load it
2020-11-14 12:08:03 +01:00
sliptonic
9c49dc595f
Merge pull request #3989 from Russ4262/Surface_fixes
...
Path: 3D Surface fix to apply `CutMode` when `CutPattern = Offset`; and LGTM cleanup
2020-11-13 14:25:19 -06:00
wmayer
b7d763a1c4
PartDesign: [skip ci] make cut type modes of hole feature translatable
2020-11-13 17:51:41 +01:00
donovaly
4246c902a5
[PD] fix issue 3968
...
https://tracker.freecadweb.org/view.php?id=3968
Don't set the tip to features that cannot hold the tip
2020-11-13 17:03:19 +01:00
wmayer
a48dd3aa2c
Part: [skip ci] rearrange line page to save some vertical space
2020-11-13 15:35:07 +01:00
donovaly
f8ac3ea14a
[Part] remove unnecessary vertical whitespace in dialogs
...
on smaller screens it is very annoying that the Part dialogs have too much vertical whitespace.
This PR gets rid of some unnecessary whitespace.
2020-11-13 13:52:31 +01:00
donovaly
a58c4736a2
[PD] add measure tools
...
use Part's measure tools also for PartDesign
2020-11-13 12:38:42 +01:00
donovaly
922815df57
[Part] improve tube dialog
...
- remove vertical whitespace
2020-11-13 12:37:57 +01:00
wmayer
64288425a2
Part: [skip ci] show dialog directly when creating a tube feature
2020-11-13 12:33:59 +01:00
marioalexis
2b2524451e
Draft: Fixes #0004293 : Vertical dimensions can't be created in XZ and YZ working plane
2020-11-13 10:58:34 +01:00
donovaly
e7af8b5c01
[PD] hole UTS fixes
...
- propose cut values also for UTS profiles
- the UTS defines coarse and fine while for ISO it is regular and fine, thus fix the name
- for the dialog: set minimum values to zero (angles etc. cannot be negative)
2020-11-13 09:07:27 +01:00
donovaly
68673c6ad1
[PD] more hole cut work
...
- add definitions for IS 2009, 7046 and 12474
- remove useless file for a ISO 14583 since there are no such screws on the market
- rename "coarse" to "regular" since this what it actually is according to the norms
- uniform the x1 threads (for x2.0 etc we use a trailing zero and for some we use x1, for some already x1.0, thus consistently use x1.0)
- add some ISO 10642 entries
- correct ISO 4762:
- correct some values
- the does does not define a size M27
- add the two missing sizes
2020-11-12 17:41:53 +01:00
M G Berberich
04be99a2aa
cut-profiles with identical names for different threads
...
Allow cut-profiles with identical names for different threads.
see:
https://forum.freecadweb.org/viewtopic.php?f=19&t=51491&start=60#p446854
https://forum.freecadweb.org/viewtopic.php?f=19&t=51491&start=60#p446902
2020-11-12 17:38:18 +01:00
Jean-Marie Verdun
175c870e8c
Gentle exit only if gtimeout reached end of time as to fill up build cache
...
Signed-off-by: Jean-Marie Verdun <jmverdun3@gmail.com >
2020-11-12 17:36:26 +01:00
sliptonic
f31493153f
Merge pull request #4038 from daveseff/pathworks
...
Pathworks
2020-11-12 10:08:48 -06:00
wmayer
812125931e
Part: [skip ci] implement editor dialog for tube feature
2020-11-12 16:45:38 +01:00
wmayer
ba3106af06
Part: [skip ci] make sure to open a transaction when starting edit mode of primitives via context-menu
2020-11-12 16:35:58 +01:00
wmayer
b5608611a4
App: [skip ci] expose functions to Python to get status string of a feature and whether it's valid
2020-11-12 15:46:40 +01:00
Bernd Hahnebach
475668638a
AddOn: manager, clone repos default branch instead of the master
2020-11-12 13:33:00 +01:00
wmayer
cdc8b3c777
Part: [skip ci] split classes of Shapes.py file into files for feature, view provider and command classes
2020-11-12 12:17:47 +01:00
Dave Seff
139fac133f
Make the tool setup images a bit nicer.
2020-11-12 16:59:22 +10:00
Bernd Hahnebach
cdc01cb20c
FEM: elmer solver, add newline in output
2020-11-11 16:52:16 +01:00
sliptonic
1c618a822c
Merge pull request #4034 from dubstar-04/PathTurnRoughingSel
...
[Path] Update Turning Selection Gates
2020-11-11 09:21:21 -06:00
wmayer
b7f9e351c5
Win: [skip ci] check if NOMINMAX is already defined before setting it
2020-11-11 13:34:42 +01:00
Daniel Wood
0392ca9b79
[Path] rename TurnPart to TurnPartoff
2020-11-11 08:44:09 +00:00