Commit Graph

3797 Commits

Author SHA1 Message Date
Chris Hennes
d2aac77bd1 Path: Unify use of 'bounding box' terminology 2023-05-06 08:57:53 -05:00
Christian Mesh
e24347b8fb Fix #9485: PathInspector broken by #8459 2023-05-05 14:28:31 -04:00
Chris Hennes
94111ec117 Path: Minor translation cleanup 2023-05-05 09:07:50 -05:00
jimzim111
0c7ef7d4c8 Merge branch 'master' into path_maintainposition 2023-05-03 14:17:15 -07:00
sliptonic
703ba9b3cf Merge pull request #9419 from jimzim111/path_importOpBases
PATH: Change GUI Op Base Geometry Import button to support multiple bases
2023-05-03 16:13:39 -05:00
Chris Hennes
fb60e9a0e6 Update translations 2023-04-29 11:10:27 -05:00
jim
9407c99831 Change GUI Op Base Geometry Import button to support multiple bases 2023-04-27 10:26:34 -07:00
jim
bfcc5d029f Avoid unnecessary mid-Op tool movements to origin: don't add the end vector of 0-length segments to the Op move list. 2023-04-27 09:53:37 -07:00
sliptonic
9962db4838 Merge pull request #9339 from xtemp09/path-fix
Fixed segmentation fault in Path workbench
2023-04-26 10:27:36 -05:00
luzpaz
6bf5e1c2f6 Path: move trailing whitespace out of l10n string
Closes #9383
2023-04-26 13:00:27 +00:00
sliptonic
e422187fc7 Merge pull request #9371 from chennes/translationPathFixture
Path: Correct context for Path_Fixture translations
2023-04-25 09:31:27 -05:00
luzpaz
a9f73fdc14 Path: general linting and typo fixes 2023-04-25 13:07:10 +00:00
sliptonic
9f586ade85 fix copyright on FreeCAD model file
for #8894
2023-04-24 17:07:40 -05:00
luzpaz
129d5882a7 Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files

Closes #6415
2023-04-24 15:19:20 -05:00
Chris Hennes
b3727d9074 Path: Correct context for Path_Fixture translations 2023-04-23 21:49:37 -05:00
xtemp09
59a208e81b Fixed segmentation fault in Path workbench
Closes #6286.
2023-04-21 21:57:52 +07:00
Morgan 'ARR\!' Allen
ddbfc8ebec Merge branch 'master' into path_custom_source 2023-04-20 18:39:18 -07:00
Chris Hennes
7d2107be23 Merge pull request #9327 from yorikvanhavre/translations
Translations
2023-04-20 10:41:44 -05:00
Yorik van Havre
33c2e485e3 Merged crowdin translations 2023-04-20 14:04:19 +02:00
J-Dunn
da7607fc2d Path: JobEdit setWordWrap(False)
Turn off word wrap on JobEdit Tool tab to prevent TC name truncation. 
Also add translate() to new tooltips.
2023-04-19 23:36:25 +02:00
J-Dunn
a009da1af1 Path : mediate JobEdit tool name truncation
reducing feed-rate column headers to V and H to reduce truncation due to  (Qt.ElideMode) bugginess.
2023-04-17 10:12:24 +02:00
sliptonic
b953708995 Merge pull request #9167 from nik570/Fangling_postprocessor
Path: Added post processor for Fangling plasma cutter
2023-04-16 12:23:15 -05:00
Nicklas SB Karlsson
fee5c551ff Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com> code cleanup. 2023-04-16 18:47:53 +02:00
sliptonic
799dd4bf5a Merge pull request #9165 from morganrallen/path_prop_enum_init_reorder
Path: set enumeration default properties after `.initOperation`
2023-04-15 13:27:50 -05:00
sliptonic
32e187e86f Merge pull request #8459 from cam72cam/gcode_apply_gcode_placement
Path: Apply Placement to simulated/exported GCode
2023-04-15 10:43:37 -05:00
Nicklas SB Karlsson
224fee8e64 Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com> 2023-04-14 18:25:07 +02:00
Nicklas SB Karlsson
fd5a8ff547 Added post processor for Fangling plasma cutter to path workbench.
It have been tried using the engrave operation in demo mode on real hardware and seems to work but not yet tested cutting real metal.
2023-04-14 14:35:31 +02:00
luzpaz
546a6fe9f3 Fix trailing whitespace 2023-04-14 03:26:22 +00:00
J-Dunn
f02460ca74 Correct bug causing incorrect feedrate to be used.
Recent changes to had G98/G99, ended up causing horizontal feedrate to be used these drilling operations. 
This fix corrects that and does some fluke8 clean ups.
2023-04-08 23:00:41 +02:00
J-Dunn
300780846a Path: make grbl_post NIST compliant on G98/G99 2023-04-06 12:08:32 +02:00
J-Dunn
90d691d4c9 Path: G99 aware via keeptooldown 2023-04-06 12:06:14 +02:00
J-Dunn
33eb14ad52 Path: G99 aware via keeptooldown 2023-04-06 12:05:27 +02:00
J-Dunn
06a2a29e86 Path: make 3Dview G99 aware 2023-04-06 12:02:48 +02:00
J-Dunn
27e13078ca Path: G99 aware, ui checkbox 2023-04-06 12:00:22 +02:00
Morgan 'ARR\!' Allen
50d23dfe9a set enumeration default properties after .initOperation
This allows subclasses to override opPropertyEnumerations and have their defaults set by ObjectOp.__init__
2023-04-02 13:05:35 -07:00
jim
8b0361674d [PATH] Update getDrillableTargets() to evaluate all faces 1..<n> 2023-03-31 19:25:59 -07:00
Morgan 'ARR\!' Allen
ff4388a610 return useful error message if file is not found 2023-03-29 21:22:47 -07:00
Morgan 'ARR\!' Allen
287e9dbfe9 Merge branch 'master' into path_custom_source 2023-03-29 20:50:07 -07:00
Pesc0
d2ffa221b8 remove functions leftover from using six 2023-03-27 11:36:19 +02:00
Pesc0
017b2b7f2d add TODO in Mod/Path/Base/Util.py 2023-03-26 23:56:01 +02:00
Pesc0
42cb756522 remove remaining six dependencies 2023-03-26 23:39:00 +02:00
sliptonic
1e5fa5de60 Merge pull request #8941 from chuckwagoncomputing/expression-colors
Path: Don't override style colors
2023-03-24 09:58:46 -06:00
sliptonic
fd344066c7 Change file license to CC4.0
I have discussed with mlampert via email and he agreed to all changes
2023-03-23 23:55:10 +01:00
David Holdeman
5b8463469d Path: polish to apply 2023-03-18 09:30:16 -05:00
David Holdeman
b86d858abc Path: set property for spinbox 2023-03-17 21:49:28 -05:00
David Holdeman
e9c4a8b5ce Path: set property 2023-03-17 21:49:17 -05:00
sliptonic
fc3e1fe70e Path Update license to CC 4.0 2023-03-16 19:49:40 +01:00
Russell Johnson
ca1312c8ad Path: Update license
Addresses user-specific need in #8894
2023-03-16 17:46:27 +01:00
LarryWoestman
0fcfb2206e Path: Updated the licensing to Creative Commons 4.0 2023-03-16 16:33:47 +01:00
Morgan 'ARR\!' Allen
655dbafd18 WIP add File source to CustomOp
original functionality is the default behavior under Text Source
2023-03-15 00:58:42 -07:00