Commit Graph

14811 Commits

Author SHA1 Message Date
sliptonic
2064410da4 Merge pull request #2901 from Schildkroet/master
[Path] Added new feed rate (Ramp Feed Rate) option in PathDressupRampEntry.py
2020-01-18 13:28:24 -06:00
sliptonic
ec80948e9d Merge branch 'master' into bugfix/path-length 2020-01-18 09:46:13 -06:00
wmayer
120b69c74f App: add methods to change import/export module of a registered filetype 2020-01-18 15:29:44 +01:00
donovaly
a3622ee49f [TD] rename some Draw* elements - try 2
as discussed here: https://forum.freecadweb.org/viewtopic.php?p=360042#p360042
2020-01-18 06:57:29 -05:00
Bernd Hahnebach
1ad0d00ab3 FEM: unit test, ccx tools, use methods for all the rest tests 2020-01-18 06:47:04 +01:00
Bernd Hahnebach
6b81d39b14 FEM: unit test, ccx tools, use methods for thermomechanical test 2020-01-18 06:46:58 +01:00
Bernd Hahnebach
a9a67ccbf9 FEM: unit test ccx tools, better var name 2020-01-18 06:46:54 +01:00
Bernd Hahnebach
2696477573 FEM, unit test, ccx tools, move result reading in own def 2020-01-18 06:46:49 +01:00
Bernd Hahnebach
6fe6461dc9 FEM, unit test, improve ccx tools Flow1D unit test 2020-01-18 06:46:43 +01:00
mlampert
0788ce122b Merge branch 'master' into bugfix/path-length 2020-01-17 20:03:03 -08:00
wmayer
d62eda51d6 Import: [skip ci] fix bug when checking if std::map is empty 2020-01-17 23:26:22 +01:00
Bernd Hahnebach
a285e89b27 FEM: unit tests, improve ccx tests 2020-01-17 08:01:54 +01:00
Markus Lampert
8ce46922f9 Fix Path.Length calculation. 2020-01-16 22:53:39 -08:00
wandererfan
ab3941af14 [TD]fix potential crash if page deletes self 2020-01-16 18:15:22 -05:00
wandererfan
841a673bba [TD]improve export error message 2020-01-16 18:15:22 -05:00
looooo
60ca94d7c2 fem: use time.process_time instead of removed time.clock() 2020-01-16 23:13:30 +01:00
Bernd Hahnebach
a6ef39b2ec FEM: code formating 2020-01-16 23:00:44 +01:00
UR-0
9a607f136d FEM: examples, improve shell contact 2020-01-16 23:00:25 +01:00
Bernd Hahnebach
416eac6ced FEM: unit test, add shell contact inp file writing 2020-01-16 23:00:19 +01:00
Bernd Hahnebach
cb8feb0d0b FEM: examples, add shell contact 2020-01-16 23:00:14 +01:00
UR-0
cac66de2a7 FEM: extend contact constraint to support shell elements 2020-01-16 23:00:04 +01:00
Bernd Hahnebach
2f0d34e0ff FEM: examples, set input splitted input file writing to False 2020-01-16 13:57:44 +01:00
WandererFan
f347765140 [TD]fix crash on Section apply 2020-01-16 07:36:05 -05:00
wandererfan
05577c267c [TD]Balloon ends and kink 2020-01-16 07:35:37 -05:00
wandererfan
8b2e318f15 [TD]fix parenting in Tree 2020-01-15 15:46:37 -05:00
Patrick Felixberger
c9023a017f Added new feed rate (Ramp Feed Rate) option in PathDressupRampEntry.py
Changed line endings to unix in PathDressupRampEntry.py

Changed line endings to unix in PathDressupRampEntry.py
2020-01-15 17:31:11 +01:00
wandererfan
e290e9c4c9 [TD]fix RTA text size handling 2020-01-15 07:17:18 -05:00
wandererfan
6cb31ac91f [TD]Cleanup dead code in TaskRichAnno 2020-01-15 07:17:18 -05:00
wmayer
3af5139865 Draft: only try to import FreeCADGui, coin and QtGui if FreeCAD.GuiUp is true 2020-01-15 12:24:18 +01:00
paullee0
88405ae71c [ArchWindow] Fix getIcon() problem if base is SketchObjectPython
Similar to ArchWall + SketchObjectPython
in Disscusion : https://forum.freecadweb.org/viewtopic.php?t=26815
2020-01-15 10:08:42 +01:00
vocx-fc
b52ac5fc6a Draft: move translate function to translate module
The translate mechanism in Draft depends on the `QtCore`
`translate` function. This is defined in its own module
so that `DraftGui.py` is not as big and hard to manage.

Other modules in Draft can import the translate function
without needing to import the entire interface, which
often causes errors and circular dependencies.

We can import `QtCore.QT_TRANSLATE_NOOP` at the top level
in `Draft.py` because it does not depend on the graphical
interface.
2020-01-15 10:05:52 +01:00
wmayer
25b3cfc170 issue #0004188: Editing a subtractive box in PartDesign doesn't show the shaded box 2020-01-15 10:00:47 +01:00
wmayer
bff7369e54 fixes #0004188: Editing a subtractive box in PartDesign doesn't show the shaded box 2020-01-15 01:33:28 +01:00
Zheng, Lei
5afd6a9641 Gui: fix screentshot 2020-01-14 15:59:38 +01:00
Bernd Hahnebach
1f05c8fa65 FEM: make sure results are loaded into the correct document 2020-01-14 13:44:53 +01:00
wandererfan
1da11e4e5c [TD]fix #4170 Unicode in Svg export on Win 2020-01-14 07:36:36 -05:00
Yorik van Havre
61daa6e2ba Fixed openscad 2020-01-14 13:14:22 +01:00
KeithSloan
6d2742c07c Update Ply to 3.11 2020-01-14 13:01:11 +01:00
donovaly
59d3a277b6 make clear that is is the local coordinate system 2020-01-14 12:56:46 +01:00
donovaly
af0485b75d [proposal] rename rotation angles
proposal for this discussion: https://forum.freecadweb.org/viewtopic.php?p=359619#p359482
2020-01-14 12:56:46 +01:00
Rene 'Renne' Bartsch
3844c4cf87 Refactor comments
Refactor comments.
2020-01-14 12:52:59 +01:00
Rene 'Renne' Bartsch
42b6fafd5a Refactor if statement
Refactor if statement
2020-01-14 12:52:59 +01:00
Rene 'Renne' Bartsch
36c831509e Add comment about M01 gCode.
Add comment about M01 gCode.
2020-01-14 12:52:59 +01:00
Rene 'Renne' Bartsch
539a9f23a5 Add basic Max Computer GmbH nccad9 postprocessor
This is a postprocessor file for the Path workbench. It is used to take a pseudo-gcode fragment outputted by a Path object and output real GCode suitable for the Max Computer GmbH nccad9 Computer Numeric Control used in german (vocational) schools.

Supported features:
- 3-axis milling
- manual tool change with tool number as comment
- spindle speed as comment

gCode files must use the suffix .knc !!!
2020-01-14 12:52:59 +01:00
vocx-fc
2ab75d7f23 Draft: move todo static class to the todo module
The todo class in `DraftGui.py` can be placed in its
own module so that `DraftGui.py` isn't as big
and hard to maintain.
2020-01-14 12:49:29 +01:00
wandererfan
d64d6a7c65 [TD]fix leader line display attributes 2020-01-14 06:41:35 -05:00
wmayer
127ae92e61 TechDraw: [skip ci] fix -Winconsistent-missing-override 2020-01-13 01:59:01 +01:00
wandererfan
00c69a9c64 [TD]fix LeaderLine noshow on doc load 2020-01-12 18:38:59 -05:00
Zheng, Lei
20c85d9cc4 Gui: fix screenshot 2020-01-12 18:50:37 +01:00
wandererfan
43115aced9 [TD]fix inconsistent override warnings. 2020-01-12 11:38:53 -05:00