Hello there,
I am quite new to all this cnc , mach3 lazycam stuff, but slowly I am getting there.
For testing my homebuild cnc router I made in rhinoceros 15 vertical lines and 15 horizontal lines. Exported to dxf and opened it in lazycam.
lazycam show these lines perfectly.
When I post them in Gcode and open it in Mach3 only the horizontal lines are displayed. When I move some vertical "chains" more up and then post, these vertical lines show up, but not all of them and than I am missing some horizontal lines again :-/
The same when I make a lot of objects like cirkels, squares , lines etc not all of them are posted in gcode, but are shown in lazycam as seperate chains.
Here some pictures:
The lines in Rhinoceros:

Saved as dxf file
opened in lazycam (mill):

All lookes fine, pressed the "post gcode"button"

Only 9 lines are displayed

here the g-code:
------------------------------------------------------------
N1 (File Name = 200 on Sunday, March 01, 2009)
N2 (Default Mill Post)
N3 G91.1
N4 G0 Z1.0000
N5 M3
N6 X150.0000 Y1.0000
N7 Z0.1000
N8 G1 Z0.0000 F60.00
N9 X0.0000
N10 G0 Z1.0000
N11 X150.0000 Y5.0000
N12 Z0.1000
N13 G1 Z0.0000
N14 X0.0000
N15 G0 Z1.0000
N16 X150.0000 Y9.0000
N17 Z0.1000
N18 G1 Z0.0000
N19 X0.0000
N20 G0 Z1.0000
N21 X150.0000 Y13.0000
N22 Z0.1000
N23 G1 Z0.0000
N24 X0.0000
N25 G0 Z1.0000
N26 X150.0000 Y17.0000
N27 Z0.1000
N28 G1 Z0.0000
N29 X0.0000
N30 G0 Z1.0000
N31 X150.0000 Y21.0000
N32 Z0.1000
N33 G1 Z0.0000
N34 X0.0000
N35 G0 Z1.0000
N36 X150.0000 Y25.0000
N37 Z0.1000
N38 G1 Z0.0000
N39 X0.0000
N40 G0 Z1.0000
N41 X150.0000 Y29.0000
N42 Z0.1000
N43 G1 Z0.0000
N44 X0.0000
N45 G0 Z1.0000
N46 X150.0000 Y33.0000
N47 Z0.1000
N48 G1 Z0.0000
N49 X0.0000
N50 G0 Z1.0000
-----------------------------------------------------------------
What am I doiing wrong

many thanks,
cor