Array from selected paths tool

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!
Post Reply
User avatar
lrak
Posts: 34
Joined: Fri Feb 22, 2019 12:33 am

Array from selected paths tool

Post by lrak »

I created two paths (A and B) - selected both - created the array. The result worked, but the order of operations was not as I expected.

It would do both A and B paths of the first instance - but then only do the B path with a step over for each additional array item - and then go back and do the A path of each array item. I was expecting it would do both paths, in order, for each item in the array. Could be I'm missing something?

Trying to make this clear -

It did A,B - stepped over - did B - stepped over did B -- etc Then walked back and did A - stepped over did A stepped over did A
I would rather have questions that cannot be answered,
than answers that cannot be questioned’
Richard Feynman.
Russ4262
Posts: 941
Joined: Sat Jun 30, 2018 3:22 pm
Location: Oklahoma
Contact:

Re: Array from selected paths tool

Post by Russ4262 »

Morning.
Do you happen to have a test file, and are able to provide it here in the forum?

Also, please include your FreeCAD About info.

Thanks,
Russell

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.21.29324 +9 (Git)
Build type: Release
Branch: master_prs
Hash: f5a6f7611cc4c2dbab34c173b9fd8caeafcf29ff
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.2
Locale: English/United States (en_US)
Installed mods: 
  * FC_SU
  * Z_MacroStartup
Post Reply