Page 1 of 1
dont understand the "scale" in G code function
Posted: Fri Mar 27, 2020 7:29 pm
by turbothis
is there some literature on this thing?
i have a trocoiddal path straight through a part and would like to "shrink" it to the center of itself to make it tighter in over all cut path
make sense?
Re: dont understand the "scale" in G code function
Posted: Fri Mar 27, 2020 8:51 pm
by TomKerekes
Are you cutting a straight slot? Does the GCode contain Circles/Arcs? What does a simulation plot look like?
The Transform can scale the XY directions independently, but not if there are G3 Circles/Arcs because they would then become ellipses.
Here is an example scaling the X dimension by 0.5
Original
Scaled in X
Re: dont understand the "scale" in G code function
Posted: Fri Mar 27, 2020 10:06 pm
by turbothis