All pastes #869004 Raw Edit

Anonymous

public text v1 · immutable
#869004 ·published 2008-01-22 20:51 UTC
rendered paste body
#10=60(focal length)
#1=24 (size of mirror)
#2=.1 (resolution in IN)
#3=0 (xpos)
#4=0 (ypos)
#5=#2 (COUNTER)
#6=[#1/2] (mirror radius)
 
G0X[#3]Y[4]Z1
Z0 F10
o140 do 
   #7=[#3+#5](XPOS ypos = var 4)
   #8=[[#7*#7]/[4*#10]] (z distance)
   G1x[#7] y[#4] z[#8]
   g2x[#7] y[#4] I[#7*-1]
   #5=[#5+#2]
o140 while [#5 LE #6]
G1Z1
X0Y0
M30