Hello I need lnux cnc to machine in -x and -y .
- mcultrara
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
04 Mar 2018 17:02 #106915
by mcultrara
Hello I need lnux cnc to machine in -x and -y . was created by mcultrara
I have written short g code to make a U shape but I am setting the x and y home in the center and G02 around half way. linux cnc says it can't how to make.
G17
G90
G01 X0.0 Y0.0 Z0.0 F4
G01 X-0.25 Y0.4
G01 Z-0.1 F2
G01 X-0.25 Y-0.3
G04 P1
G01 X0.25 Y-0.3
G01 X0.25 Y0.4
G04 P1
G01 X0.25 Y0.0
G02 X-0.25 Y0.0 I-0.25 J0.0
G01 X-0.25 Y.1
G04 P1
G01 X-0.25 Y0.0
G03 X0.25 Y0.0 10.25 J0.0
G01 X0.25 Y0.1
G04 P1
G01 Z0.0 F4
G01 X0.0 Y0.0 Z0.0
M02
G17
G90
G01 X0.0 Y0.0 Z0.0 F4
G01 X-0.25 Y0.4
G01 Z-0.1 F2
G01 X-0.25 Y-0.3
G04 P1
G01 X0.25 Y-0.3
G01 X0.25 Y0.4
G04 P1
G01 X0.25 Y0.0
G02 X-0.25 Y0.0 I-0.25 J0.0
G01 X-0.25 Y.1
G04 P1
G01 X-0.25 Y0.0
G03 X0.25 Y0.0 10.25 J0.0
G01 X0.25 Y0.1
G04 P1
G01 Z0.0 F4
G01 X0.0 Y0.0 Z0.0
M02
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
Less
More
- Posts: 4998
- Thank you received: 1459
04 Mar 2018 21:02 #106929
by Todd Zuercher
Replied by Todd Zuercher on topic Hello I need lnux cnc to machine in -x and -y .
Linuxcnc says it can't what?
Does it say that the file exceeds the limits? If so, it is because you are misusing/don't understand homing. Sounds like you are using homing for the job that work coordinates are intended for.
Does it say that the file exceeds the limits? If so, it is because you are misusing/don't understand homing. Sounds like you are using homing for the job that work coordinates are intended for.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23323
- Thank you received: 4948
05 Mar 2018 22:55 #107000
by andypugh
Replied by andypugh on topic Hello I need lnux cnc to machine in -x and -y .
Jog your machine to the point that you want to be the 0,0 of your part. Then use the "touch off" button to set X and Y to zero. Then your G code should run.
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds