rotating project
- HammerDownJustin
- 3.5 Star Member
- Posts: 612
- Joined: Mon Mar 04, 2013 10:41 pm
- Location: Paradise,Tx
rotating project
How many other wish mach would add a feature where you could rotate a part 90 degrees? Have got where some files I save in sheetcam both ways just so when I have some extra left on a sheet I can fit something in.
Home built 5x10 table CandCNC electronics
Miller 251 Mig
And lots of other cool stuff...
Miller 251 Mig
And lots of other cool stuff...
- SeanP
- 4 Star Member
- Posts: 963
- Joined: Thu Aug 01, 2013 11:50 am
- Location: Co Kerry, Ireland
Re: rotating project
The other way to go about it is, save your sheet as a job file in sheetcam and space the different parts around the sheet using the nesting feature, you can flip parts using the mirror tick boxes (bottom right) and rotate using < > keys.
Makes far better use of the sheet and less mistakes running into old cuts (done that).
Makes far better use of the sheet and less mistakes running into old cuts (done that).
Powermax XP45
Home built table, Candcnc DTHC 2, Dragoncut 620-4
R-Tech 210 Tig, Jasic 250 mig
Sheetcam, Scanything, Coreldraw
Table build gallery
Home built table, Candcnc DTHC 2, Dragoncut 620-4
R-Tech 210 Tig, Jasic 250 mig
Sheetcam, Scanything, Coreldraw
Table build gallery
-
- 3 Star Member
- Posts: 399
- Joined: Wed Oct 14, 2009 10:22 pm
Re: rotating project
In Mach3 you can rotate the Toolpath 2 ways
1 in Gcode with a G68 call
In mach3 there is a setting that sets the rotation angle of the g68
NOW you cannot run this IF you use the G28.1 routine to find top of material. IF you use the G31 method all is well.
You actually can use the G28.1 method BUT it has to run inside of a macro call. It cannot run in native Gcode.
Just a thought, (;-) TP
1 in Gcode with a G68 call
In mach3 there is a setting that sets the rotation angle of the g68
NOW you cannot run this IF you use the G28.1 routine to find top of material. IF you use the G31 method all is well.
You actually can use the G28.1 method BUT it has to run inside of a macro call. It cannot run in native Gcode.
Just a thought, (;-) TP