Coordinate system and touch off
- flexbex
- Offline
- Senior Member
-
- Posts: 43
- Thank you received: 3
But I get an error at G0 Z6.000 already. So what am I missing here? In machine coordinates I would still have the space to move 6mm up.(Exported by FreeCAD)
(Post Processor: script_module)
(Output Time:2025-02-07 23:16:55.212221)
(begin preamble)
G17 G54 G40 G49 G80 G90
G21
(begin operation: Fixture)
(machine units: mm/min)
G54
(finish operation: Fixture)
(begin operation: 6mm_Endmill001)
(machine units: mm/min)
(6mm_Endmill001)
M5
M6 T2
G43 H2
M3 S2000
(finish operation: 6mm_Endmill001)
(begin operation: Profile)
(machine units: mm/min)
(Profile)
(Compensated Tool Path. Diameter: 6.0)
G0 Z6.000
G0 X56.121 Y56.121
G0 Z4.000
G1 X56.121 Y56.121 Z-5.000 F120.000
G2 X57.000 Y54.000 Z-5.000 I-2.121 J-2.121 F120.000
G1 X57.000 Y4.000 Z-5.000 F120.000
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
- Posts: 4206
- Thank you received: 1848
g10 l20 p1 x0 y0 z0.
L2 sets the offset values themself to 0
L20 sets the offset values so the current coordinate is 0
Please Log in or Create an account to join the conversation.