Hello Guest it is March 28, 2024, 04:49:32 AM

Author Topic: 360 circle with Z drive slow down  (Read 4697 times)

0 Members and 1 Guest are viewing this topic.

Re: 360 circle with Z drive slow down
« Reply #10 on: October 24, 2015, 03:40:04 PM »
BR549 thank you verry verry much for the code.
Re: 360 circle with Z drive slow down
« Reply #11 on: October 25, 2015, 09:05:04 AM »
Hello again.

I have study  this code but this is not wat I want.
I have now the code working but only nust I create the holes on multiple places
CODE:
(--38mm gat--)
G00 G17 G21 G49 G80 G90 G54 (Safety Block)

(Program the Parameters)
#1 = 1.0  ( Safe Z )
#2 = -0.2 ( Engraving Depth Z )
( Start the Process)

G00 X17.7 Y0 Z1
M03  S8000 M8
G01 Z0 F50 ( Move to Z zero)
M98 P1000 L10  ( Call Sub, loop 10 times)
G00 Z#1
X0 Y0
M30

O1000
G03 X17.7 I0 Z#2 F850
#2=[#2-0.2]
M99
%
Thanks

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: 360 circle with Z drive slow down
« Reply #12 on: October 25, 2015, 02:25:00 PM »
It was just an example of how to do it .

(;-) TP