Skip to content

Commit 12e4eea

Browse files
authored
Update lathe_g70_71_demo.ngc
Because of order of operations - the F word was set before the units change. Putting Feed rate on the next line fixed it.
1 parent 92094b6 commit 12e4eea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nc_files/lathe_g70_71_demo.ngc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
G54 G18 G21 F400
1+
G54 G18 G21
2+
F400
23

34
O100 SUB
45
G0 X0.202 Z3.041

0 commit comments

Comments
 (0)