Do I have a defective LinuxCNC image?
- clayton cramer
- Offline
- Senior Member
-
Less
More
- Posts: 45
- Thank you received: 0
28 Jun 2016 23:04 #76766
by clayton cramer
Do I have a defective LinuxCNC image? was created by clayton cramer
Everything fails in odd ways.
( cut a slot width of mill )
O100 sub
( startx starty z feed endx endy)
#1 #2 #3 #4 #5 #6
G00 X #1 Y #2 Z #3
G00 x #5 Y #6
G00 x #1 Y #2 Z #3
O100 endsub
(lop through O100 incrementing z )
O200 sub
( startx starty startz endz stepz endx endy feed)
( #1 #2 #3 #4 #5 #6 #7 #8)
#9 = [#3 + #5]
if (#9 GT #4)
O200 return
O210 endif
O200 endsub
O200 call [-.125] [0.5] [0] [.25] [.01] [1.125] [.5] [1]
O200 call [.5] [-.125] [0] [.25] [.01] [.5] [1.125] [1]
m2
"Unknown word starting with f"
( cut a slot width of mill )
O100 sub
( startx starty z feed endx endy)
#1 #2 #3 #4 #5 #6
G00 X #1 Y #2 Z #3
G00 x #5 Y #6
G00 x #1 Y #2 Z #3
O100 endsub
(lop through O100 incrementing z )
O200 sub
( startx starty startz endz stepz endx endy feed)
( #1 #2 #3 #4 #5 #6 #7 #8)
#9 = [#3 + #5]
if (#9 GT #4)
O200 return
O210 endif
O200 endsub
O200 call [-.125] [0.5] [0] [.25] [.01] [1.125] [.5] [1]
O200 call [.5] [-.125] [0] [.25] [.01] [.5] [1.125] [1]
m2
"Unknown word starting with f"
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
Less
More
- Posts: 7000
- Thank you received: 1175
28 Jun 2016 23:11 #76768
by BigJohnT
Replied by BigJohnT on topic Do I have a defective LinuxCNC image?
Nope you have left out the if o210.
JT
JT
Please Log in or Create an account to join the conversation.
- clayton cramer
- Offline
- Senior Member
-
Less
More
- Posts: 45
- Thank you received: 0
28 Jun 2016 23:27 - 29 Jun 2016 03:54 #76769
by clayton cramer
Replied by clayton cramer on topic Do I have a defective LinuxCNC image?
Thanks again. Each step hurts a bit but you GYS make it hurt less !
Last edit: 29 Jun 2016 03:54 by clayton cramer.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
Less
More
- Posts: 7000
- Thank you received: 1175
29 Jun 2016 11:38 #76781
by BigJohnT
Replied by BigJohnT on topic Do I have a defective LinuxCNC image?
The learning curve seems steep at first but it is not really that steep. The trick is knowing what to ask and you learn that as you go along. When I got my first PC to run EMC2 from the LiveCD I could not even spell CNC...
JT
JT
Please Log in or Create an account to join the conversation.
Time to create page: 0.058 seconds