Page 1 of 1

Scaleing

Posted: Tue Nov 29, 2011 10:24 am
by lcrocker1
Just tried my first test project unsuccessfully.

Created G code for a small project to carve a square of 4 X 3 inches

T1M6
G17
G0Z1.0000
G0X0.0000Y0.0000S12000M3
G0X0.2335Y1.5688Z0.1250
G1Z-0.1250F30.0
G1Y4.5688F100.0
X4.2335
Y1.5688
X0.2335
G1Z-0.2500F30.0
G1Y4.5688F100.0
X4.2335
Y1.5688
X0.2335
G0Z0.1250
G0Z1.0000
G0X0.0000Y0.0000
M30

When running the code the result is a rectangle of maybe 3/8 X .1/4 of an inch.
How do I get the out put to scale up to the desired size?

Re: Scaleing

Posted: Tue Nov 29, 2011 10:51 am
by lcrocker1
Problem solved
I used the incorrect post processor to create the code