Search found 858 matches
- Mon Aug 08, 2022 2:22 am
- Forum: Path/CAM
- Topic: Profile Operation-What does import button do?
- Replies: 3
- Views: 329
Re: Profile Operation-What does import button do?
... is there any other way to add to the operation's base geometry from python? Again, thanks, Frank Evening. Sure. Use the `FreeCADGui` module in scripts, or reference the `Gui` module in the python console. The example below is used directly in the python console, so `Gui` and `App` are already a...
- Sun Aug 07, 2022 12:49 am
- Forum: Path/CAM
- Topic: Profile Operation-What does import button do?
- Replies: 3
- Views: 329
Re: Profile Operation-What does import button do?
Evening.
The 'Import' button located in the 'Base Geometry' task panel tab will import the base geometry from the operation displayed in the drop-down combobox to its immediate left.
Russell
The 'Import' button located in the 'Base Geometry' task panel tab will import the base geometry from the operation displayed in the drop-down combobox to its immediate left.
Russell
- Fri Jul 15, 2022 10:45 pm
- Forum: Path/CAM
- Topic: Profile ... with a finishing pass
- Replies: 11
- Views: 660
Re: Profile ... with a finishing pass
Afternoon. Here is my take on your question. I simply created a demo file based on your image. See attached. I used adjustments to the offsets and heights/depths to make the included paths. I also used the `Copy From` feature of the Tag Dressup to place finish tags in same/close location to roughing...
- Thu Jul 07, 2022 4:45 am
- Forum: Path/CAM
- Topic: Creating a toolpath to machine a series of round pegs to the same height
- Replies: 9
- Views: 658
Re: Creating a toolpath to machine a series of round pegs to the same height
Evening. I downloaded your SCAD file above and imported it into FreeCAD. I am not sure about what your goal is. Is it something similar to the attached screenshot - face each of the pegs? Russell OS: Windows 10 Version 2009 Word size of FreeCAD: 64-bit Version: 0.21.29434 +11 (Git) Build type: Relea...
- Tue Jul 05, 2022 6:19 pm
- Forum: Developers corner
- Topic: [Tracking] Backport commits to 0.20 branch
- Replies: 29
- Views: 5597
Re: [Tracking] Backport commits to 0.20 branch
Afternoon.
May I suggest PR #7137 Path: Fix Type=Polar regression in PathArray for the Path workbench. As of this post, it has not completed CI or review by project managers. The PR fixes a regression introduced in 0.20 - I am at fault.
Thanks,
Russell
May I suggest PR #7137 Path: Fix Type=Polar regression in PathArray for the Path workbench. As of this post, it has not completed CI or review by project managers. The PR fixes a regression introduced in 0.20 - I am at fault.
Thanks,
Russell
- Tue Jul 05, 2022 6:16 pm
- Forum: Path/CAM
- Topic: bug of array of polar
- Replies: 1
- Views: 159
Re: bug of array of polar
Afternoon. Welcome to the forum! Looks like this is a regression from when I refactored the module a while back, in PR #4818 edc358a4a1b2a5b9102dcf23d5f802c613c2f2d4 . Fix is active in the PR cue, #7137 Path: Fix Type=Polar regression in PathArray . I will also suggest this PR for backport to 0.20.x...
- Tue Jul 05, 2022 5:33 am
- Forum: Path/CAM
- Topic: in what file can I set the rules of formation of text g-code, which I see on the button Path inspect
- Replies: 12
- Views: 699
Re: in what file can I set the rules of formation of text g-code, which I see on the button Path inspect
Evening.
I think you are looking for the PathInspect.py module, https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Path/PathScripts/PathInspect.py
Have a nice week.
Russell
I think you are looking for the PathInspect.py module, https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Path/PathScripts/PathInspect.py
Have a nice week.
Russell
- Tue Jul 05, 2022 5:18 am
- Forum: Path/CAM
- Topic: NumPy import error causes Path to fail
- Replies: 12
- Views: 643
Re: NumPy import error causes Path to fail
Evening. I am still using MS Visual Studio 2019. I just finished building a recent master with debug version successfully. Upon running the debug build, I get the following error: 00:00:52 Cannot find icon: Path_Area_View 00:00:52 Accelerator conflict between Std_ViewFullscreen (F11) and Std_MacroSt...
- Tue Jul 05, 2022 12:07 am
- Forum: Path/CAM
- Topic: NumPy import error causes Path to fail
- Replies: 12
- Views: 643
Re: NumPy import error causes Path to fail
Evening, I also build on Windows from source. I had a few issues a week or two back, around the time of the 0.20 official release, and then a few months before that. Most recent fix for my build failure was finding the most recent LibPack, version 2.6 at https://github.com/FreeCAD/FreeCAD-LibPack/ta...
- Mon Jul 04, 2022 6:03 pm
- Forum: Path/CAM
- Topic: in what file can I set the rules of formation of text g-code, which I see on the button Path inspect
- Replies: 12
- Views: 699
Re: in what file can I set the rules of formation of text g-code, which I see on the button Path inspect
Afternoon, The Path Inspect tool might not make use of Post Processor modules since it more or less presents the raw internal gcode of an operation. I am not 100% confident of this, but I think the inspect tool is independent of post processor modules. I will have to look at the code base to be sure...