Scaleing

Discussion specifically about the Shark's bigger brother, the CNC Shark Pro

Moderators: al wolford, sbk, Bob, Kayvon

Post Reply
lcrocker1
Posts: 2
Joined: Sat Nov 12, 2011 8:28 pm

Scaleing

Post 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?

lcrocker1
Posts: 2
Joined: Sat Nov 12, 2011 8:28 pm

Re: Scaleing

Post by lcrocker1 »

Problem solved
I used the incorrect post processor to create the code

Post Reply