could you pastebin the program?  running through the list really hacked 
up the gcode...

sam
On 05/30/2014 10:29 AM, bruno wrote:
> ;;;;;;;;;;;;;;;;;;;;;;
> ;
> #<mill_number> = 5
>
> ( some init )
> G21 (Unit in mm)
> G90 (Absolute distance mode)
> G64 P0.01 (Exact Path 0.001 tol.)
> G17
> G40 (Cancel diameter comp.)
> G49 (Cancel length comp.)
>
> G54
>
> G0 X0 Y0 Z0
>
> ( select endmill )
> T[#<mill_number> ] M6
> G43 ( enable tool length compensation )
> G0 Z5
>
> F300
> ;;;;;;;;;;;;;;;;;;;;;
>
> G0 X20 Y20
> G1 Y-20
> G1 X-20
> G1 Y20
> G1 X20
>
> G0 X40 Y40
> G0 Y-40
> G0 X-40
> G0 Y40
> G0 X40
>
> G0 X0 Y0
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;
> ; parameters
> (coordinates of the corners are absolute)
> ( starting corner top right)
>
> #<x1> = 40
> #<y1> = 40
> #<x2> = 40
> #<y2> = -40
> #<x3> = -40
> #<y3> = -40
> #<x4> = -40
> #<y4> = 40
>
> #<z_safe> = 2
>
> ( defines how the nurb weight vary)
> #<initial_weight> = 0.1
> #<weight_mult> = 8
> #<weight_offset> = 2
>
> #<hole_radius> = 4
> #<pocket_depth> = 15
> ( z step for each turn when drilling down )
> #<z_step> = 1
> ( z step for each layer )
> #<z_stepover> = 8
> #<xy_stepover> = 5
> ;;;;;;;;;;;;;;;;;;;;;;;
>
> o<npocket4> call [#<x1>] [#<y1>] [#<x2>] [#<y2>] [#<x3>] [#<y3>] [#<x4>]
> [#<y4>] [#<z_safe>] [#<initial_weight>] [#<weight_mult>]
> [#<weight_offset>] [#<hole_radius>] [#<pocket_depth>] [#<z_step>]
> [#<z_stepover>] [#<xy_stepover>]
>
> M2
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to