Stepover on Profile Op?

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Dimitrios2
Posts: 104
Joined: Tue Feb 21, 2023 9:30 pm

Re: Stepover on Profile Op?

Post by Dimitrios2 »

At line 328 in MultiProfile.py file the Active state of the operation is switched to False.
Russ4262
Posts: 941
Joined: Sat Jun 30, 2018 3:22 pm
Location: Oklahoma
Contact:

Re: Stepover on Profile Op?

Post by Russ4262 »

Morning FreeCADers.
sliptonic wrote: Sat Apr 22, 2023 6:59 pm ... The problem is that it doesn't work with holding tags. ...
Some positive progress on this front, screenshot 2. But, not without bugs for opposite cut direction, screenshot 1. Think the bug has to do with orientation of edges, so "back to the drawing board." Other side effects of multi-profile tag support will require a boolean toggle to enable/disable the feature due to misinterpretations of profile paths containing multiple models. Another bug/fault pertains to the GUI task panel Auto Generate feature, but his is a minor issue in my list.

Dimitrios2 wrote: Tue May 16, 2023 12:22 am At line 328 in MultiProfile.py file the Active state of the operation is switched to False.
Thanks for mentioning this.


Peace and blessings,
Russell

Code: Select all

OS: Windows 10 build 19045
Word size of FreeCAD: 64-bit
Version: 0.21.0.33303 (Git)
Build type: Release
Branch: master
Hash: 5b075a9938b78076fdde9034de4a05685e42690e
Python 3.8.16, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * FC_SU
  * freecad.gears 1.0.0
  * PathExp
  * Z_MacroStartup
Attachments
trash_B.FCStd
Source file for screenshots
(56.59 KiB) Downloaded 26 times
Bug in CCW profile direction.
Bug in CCW profile direction.
Snip macro screenshot-5fbc47.png (157.34 KiB) Viewed 1044 times
Good result in CW profile direction.
Good result in CW profile direction.
Snip macro screenshot-ad7525.png (154.84 KiB) Viewed 1044 times
Dimitrios2
Posts: 104
Joined: Tue Feb 21, 2023 9:30 pm

Re: Stepover on Profile Op?

Post by Dimitrios2 »

That is awesome!

Please do me a favour before trying to fix anything, copy the profile op, change direction, add a new macro as is and try your code once again. The start and end points of the arc are correct, although you are getting a G3 instead of G2 or vice versa. That looks like a cache issue on the macro side.
ModuloFS
Posts: 69
Joined: Tue Dec 08, 2020 9:57 am

Re: Stepover on Profile Op?

Post by ModuloFS »

Hello @Russ4262

i just used your macro and the problem mentioned in this post:
Dimitrios2 wrote: Tue May 16, 2023 12:22 am At line 328 in MultiProfile.py file the Active state of the operation is switched to False.
is present in the current file from your inital post of the multiprofile macro. Is there a other location with an up to date version of the macro?
I have changed this myself so it is working for me but for new users this could be not so funny :)
Post Reply