mrtodd
Results
2
comments of
mrtodd
trafficstars
Yes, that does fix it. I also made the following change to the code where I encountered the shift in position in all three axis: ``` # .rarray(ps,h_in_sp+d,1,2).hole(d,clean=False) .rarray(ps,h_in_sp+d,1,2).circle(d/2).cutThruAll(clean=False) ```...
This might be helpful to someone trying to understand what is happening with the default clean=True for cutThruAll(). I'm just showing some snippets from the code which had the all-axis...