Commit Graph

27178 Commits

Author SHA1 Message Date
sliptonic
16d9727283 Black 2022-01-22 13:11:46 -06:00
sliptonic
833edf1e8b AxisMap dressup translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
7c1c32dc8f black 2022-01-22 13:11:46 -06:00
sliptonic
f3d2578dfd ZCorrect translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
b6a8bcb375 Merge pull request #5405 from sliptonic/feature/helix_refactor
[Path] Feature/helix refactor
2022-01-22 13:09:36 -06:00
sliptonic
32cb66ae0e Merge pull request #5410 from sliptonic/bug/translateDeburr
[Path] Bug/translate deburr, fixture, inspect, probe
2022-01-22 13:00:34 -06:00
luz paz
d584bb6c36 TD: fix source comment typo 2022-01-22 16:28:41 +01:00
luz paz
501a5e88c0 Part: fix source comment typo 2022-01-22 16:28:41 +01:00
luz paz
787963a8d0 App: fix source comment typo
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,anormal,apoints,ba,beginn,behaviour,bloaded,bottome,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childrens,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,inout,ist,itsel,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oce,oder,ontop,orgin,orginx,orginy,ot,pard,parm,parms,pres,programm,que,rady,recurrance,ro,rougly,seperator,serie,sinc,strack,substraction,te,technic,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml,./build/doc/SourceDocu`
2022-01-22 16:28:41 +01:00
luz paz
043d328cb5 TD: Uniformity tweaks left over from #5383 2022-01-22 16:27:46 +01:00
0penBrain
015b229162 [PartDesign] Allow single (viewport) click for mapping feature selection
Parameter 'singleClickFeatureSelect' can be used to enable/disable
2022-01-22 16:14:30 +01:00
sliptonic
011d67a34a Merge pull request #5418 from sliptonic/bug/unittest
[Path] Unit test breaks due to tolerance issue.  Disable this test
2022-01-22 08:56:09 -06:00
sliptonic
b64e7c6600 Unit test breaks due to tolerance issue. Disable this test 2022-01-22 08:54:42 -06:00
Roy-043
37c90dacdb TechDraw: fix typos in CommandAnnotate.cpp 2022-01-22 11:48:19 +01:00
0penBrain
68e1fc46b6 Display Midplane checkbox with Pocket/ThroughAll
Was enabled but not visible.
Hopefully last time I fix it. :)
2022-01-22 10:34:14 +01:00
wmayer
3945dc0f74 Base: only handle Base::ParserError exceptions for quantity expressions 2022-01-22 01:15:12 +01:00
sliptonic
9a7cc148b6 Merge pull request #5403 from sliptonic/feature/splitArcsHelper
[Path] Feature/split arcs helper
2022-01-21 13:14:47 -06:00
sliptonic
7f2aee5128 translation cleanup
fix context for deburr enums

deburr translation cleanup

enums
2022-01-21 10:54:34 -06:00
sliptonic
783518dd34 black reformat 2022-01-21 10:54:34 -06:00
sliptonic
b0ece7585a fixture command fix 2022-01-21 10:54:34 -06:00
sliptonic
8cef4621c7 translation cleanup (probe)
PathLog missing import

command name
2022-01-21 10:54:31 -06:00
sliptonic
09e0b28e8d black reformat 2022-01-21 10:54:31 -06:00
sliptonic
ade415421d translation cleanup (PathInspect) 2022-01-21 10:54:31 -06:00
sliptonic
0bf7f96f84 black reformat 2022-01-21 10:54:31 -06:00
Wanderer Fan
bed513b589 [TD]Adjust initial placement of dim text 2022-01-21 11:25:09 -05:00
Aapo
9266c34498 [TD] Add new non-standard format specifier '%w' that truncates trailing zeros. 2022-01-21 11:24:44 -05:00
edi271
d7357410a2 [TD] add right/left baseline in Parallel Dimension tools 2022-01-21 11:22:40 -05:00
edi271
6f1924f89a [TD] Variable line stretching distance 2022-01-21 11:22:40 -05:00
edi271
1a8e88eeec [TD] Move Circulation method to DrawUtil 2022-01-21 11:22:40 -05:00
Wanderer Fan
ae7c9bf3e7 [TD]Add MoveView and CopyView commands 2022-01-21 11:21:51 -05:00
Chris Hennes
8d96cadb69 Addon manager: install dependencies (#5376)
Addon Manager: Dependency Installation

The Addon Manager can now attempt to use pip directly to install
required packages as specified in either metadata.txt or
requirements.txt files provided by AddOns. The packages are installed
into FreeCAD.getUserAppDataDir()/AdditionalPythonPackages directory.
Only simplified requirements.txt data is supported: any version
information is stripped out, and only packages are supported (that is,
no pip arguments, included files, etc.). Further, packages are checked
against a list of allowed packages prior to being suggested for
installation. Addon authors should submit a PR to the FreeCAD repo
adding their requirements to the allowed list, for packages that are not
already on the list (this is a malware-prevention mechanism).
2022-01-21 10:19:21 -06:00
sliptonic
8223aff5a2 fix bug with extraoffset not stored 2022-01-21 09:21:11 -06:00
sliptonic
73b3afe05d translation cleanup 2022-01-21 09:20:57 -06:00
wmayer
07bb92e004 Base: extend Python wrapper to allow to create a quantity with Units.Quantity(1, 'm') and add a unit test 2022-01-21 14:57:49 +01:00
0penBrain
66c513c698 [Core] Fix Quantity construction with value as double + unit as string 2022-01-21 14:56:11 +01:00
sliptonic
f99639f2fe Tweaks 2022-01-20 18:24:56 -06:00
Uwe
4038c6487b [Part] add missing include
needed since PR #5382

- also transfer another include
2022-01-21 01:07:38 +01:00
sliptonic
7f79b8cd13 remove deprecated code 2022-01-20 17:41:15 -06:00
sliptonic
5be4570d12 add a material allowance property 2022-01-20 17:38:52 -06:00
sliptonic
6bdb86fcef black reformat 2022-01-20 17:26:42 -06:00
sliptonic
a6c4dfa66d Helix refactor for generator 2022-01-20 17:26:30 -06:00
sliptonic
ac4978cbf9 translation fixes 2022-01-20 17:17:29 -06:00
sliptonic
55a49e1db6 helper to split arcs 2022-01-20 11:40:37 -06:00
sliptonic
62a9ee4241 add helper to discretize arc gcode to G1 2022-01-20 11:40:37 -06:00
sliptonic
10f5c694b7 fix typo 2022-01-20 11:40:37 -06:00
0penBrain
2a1f2588ec [Sketcher] set debug as cross platform 2022-01-20 13:03:16 +01:00
marioalexis
83b55e577b Part: Use Tools::getNormal to compute normal to surface 2022-01-20 13:01:27 +01:00
marioalexis
ba711886e1 Part: Implement Tools::getNormal function 2022-01-20 13:01:27 +01:00
wmayer
7db7552af7 Test: add unit test for face and surface normals 2022-01-20 11:15:37 +01:00
Uwe
9c828d6efd [Part] Extrusion: just style fixes
to keep following PR diffs small

all changes were automatically done by MSVC
2022-01-20 01:08:35 +01:00