IonicWind Software

IWBasic => The Roundtable => Topic started by: Brian on August 29, 2011, 03:15:55 AM

Title: Pyxia CNC
Post by: Brian on August 29, 2011, 03:15:55 AM
Hi,
I was searching for an example of rotated text (know I've got one somewhere),
and came across this. I converted it as well as I could, but it's not perfect...

It may have been written by Paul, but there was no clue

Nice if someone could take up the challenge and make it work properly

Brian
Title: Re: Pyxia CNC
Post by: LarryMc on August 30, 2011, 08:24:15 PM
I played with it some.
There is a problem in the x,y calculations  somewhere because where G0 stops and G1 start and G1 stops and G0 starts aren't the same points and they should be.

I can't spot the problem code though.
If I had the source you used I might be able to figure it out.

LarryMc
Title: Re: Pyxia CNC
Post by: Brian on August 31, 2011, 02:02:04 AM
Larry,

That was the source! I just tidied it up a bit for IWB. Although I can fish out
the original to see if there is any difference. There was a problem with a FLOAT
in a FOR-NEXT loop, if I remember rightly, so that could be a cause

Brian