My new Shapeoko 3 is it just me?

Feel free to talk about anything and everything in this board.
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Rocket:
 
  Current version is 2.30150


  You can update by just redownload the link under Development
version and running the install, you never have to uninstall , just run
the setup and it will update..

  The initial rise to safeZ isnt yet out, but the G43 will go away when you update.

Art
Rocket
Old Timer
Posts: 150
Joined: Tue Mar 22, 2016 8:40 am

Re: My new Shapeoko 3 is it just me?

Post by Rocket »

Art,

I have attached a G code file of a gear I made in
Gearotic.

Please insert the proper g code at the top so
I can avoid the dreaded "carve" line to where the
gear should start cutting.

Once I see how you have done it, I can do it to all
my gears generated by Gearotic.

Thanks.  RR
Attachments

[The extension has been deactivated and can no longer be displayed.]

User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Just change your files to look like this one at the top

Art
Attachments

[The extension has been deactivated and can no longer be displayed.]

Rocket
Old Timer
Posts: 150
Joined: Tue Mar 22, 2016 8:40 am

Re: My new Shapeoko 3 is it just me?

Post by Rocket »

I am sorry I messed up again.

Please take attached file and fix so it
will lift up prior to cutting.

Also need G20 ( for inches, is that right)

Thanks........I am almost there..........first good gear coming soon
Now using Universal g code sender, much better than Carbide Motion.

Thanks.........so much

RR



Attachments

[The extension has been deactivated and can no longer be displayed.]

User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

G20 just tells your machine its an inch file, so you can just add G20 as the first line.
And after it, add a move to raise the Z, so the two lines you add , as first and second line is

G20
G0Z.25


Any text editor will do, its just a text file.

Art
Rocket
Old Timer
Posts: 150
Joined: Tue Mar 22, 2016 8:40 am

Re: My new Shapeoko 3 is it just me?

Post by Rocket »

Art,

Thanks to you we are making great progress, see attachment.

I am still getting the "line" to start job being cut. 
I guess I don't get why.

Can you fix the g code in the attachment to stop that from happening?

This is the best so far.....I had to redo all bolts and nuts....realign and tighten belts...
Working well now...

I am now using only Gearotic and Universal G code sender....only 13 minutes to cut...
rough and needs some fine tuning....

Rocket

Attachments
text635951728368532160.png

[The extension has been deactivated and can no longer be displayed.]

one.jpg
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Rocket:

  Well done.

I think your at the point you need to edit the files yourself and test
to see why its dragging on the material.

  Here's the first few lines of your file..

( No Prolog Set )( GCode Objects Begin. )
( Object Spur20 Unv gcode and gearotic Begins )
G20
G0Z0.25
(  Shaft Hole path - Inside Profile )
( Tool --: EndmillInch1-E-R0.05-T0.0-F0.0 posted as T5 )
M5
M6 T5
M3 S1750
G1 Z-0.050  F50

  Any lines with " ( or )" are comments, ignore them
G20 means enter imperial mode, it should be first
G0Z0.25 means raise Z to .25 ( so it shouldn't be dragging.. )
M5 means to turn off the spindle had it been on..
M6T5 is a toolchange to tool #5, ignored by your machine..
M3 S1750 is turn on spidnle set to speed of 1750..

G1 Z-0.050  F50  , and this line is dropping back down..
G1 X5.724  Y5.512  F100  //and this is moving to center, dragging through  the material,

The obvious solution then, is to not drop until you
move to center..

so the two lines above should be..

G1 X5.724  Y5.512  F100  /move to center FIRST,while still in the air
G1 Z-0.050  F50  , and then dropping back down to start cutting.

That will fix your trouble.

Art








User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Kirk:

Thanks for kicking in, I kinda figured it was more misunderstanding than anything. Everything we
do comes in various levels of quality and ones mans treasure is anothers junk. Its all relative.

  Sounds to me like its doing OK now, 10 minutes on his last gear sounds much better than the original 2 hours. :)

Art
User avatar
Mooselake
Old Timer
Posts: 531
Joined: Sun Dec 26, 2010 12:21 pm
Location: Mooselake Manor

Re: My new Shapeoko 3 is it just me?

Post by Mooselake »

You must have posted while I was removing my post, Art.  I somehow (oldtimers?) failed to read the last page of posts, went over and read through Rockets posts on the SO forum (where he got good advice but also a bit of encounter with the metric and open source only crowd), then came back here and removed the post.  Whoops.  I'll replace the gist of it, plus add a little.

I've corresponded off and on with Ed Ford, the SO3 developer since his original KS no version number ShapeOKO, when I emailed him about problems he was having with a low budget spindle that we both had.  He's a good guy.  Never had any version of SO, or even seen one, but by all reports they're pretty decent.

I was poking through the G2.0 options, and see there's a button to set prolog and epilog code there.  Wouldn't that be better than editing each file?

Rocket posted a gcode file there that started with

Code: Select all

( No Prolog Set )( GCode Objects Begin. ) 
( Object Genesis Clock Third Wheel Begins ) 
G0 X3.785  Y3.689  Z0.250  A0.000  
(  Shaft Hole path - Inside Profile ) 
Is that A0.000 a bug, or a feature?

I pulled out and skimmed through my Zenbot notebook from 2010, brought back memories of days when it would have been more fun to have pulled out my fingernails with a dull pair of pliers...

Good Luck, Rocket!  Looks like you're off to a good start.  Just be careful, you can find yourself eating up even more of that elusive free time after you discover 3D printers and laser cutters.  Gearotic does a great job with both of them.  Just say no :)

And wasn't that first gear something like 10 hours and not two?  Rocket, are you still using that 1/16" endmill?

Kirk
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Kirk:

  The default post puts out an A coordinate just in case, but the defaultmill.pst can be configured to change that. Yes, Epilog and Prolog are the easiest way....but I figured Id wait till he was a bit more familiar
before going there. :)

Art
Rocket
Old Timer
Posts: 150
Joined: Tue Mar 22, 2016 8:40 am

Re: My new Shapeoko 3 is it just me?

Post by Rocket »

To all who have helped me....a sincere thank you.

What follows is an email that I sent today to Ed Ford at Carbide 3 (Shapeoko)

[font=Verdana]Ed, and the other members of the Carbide 3 team,
This is Richard Rizzolo in West Palm Beach, Fl.

I wish I could do this in person, but that is not possible so I will use email.

Ed, I am sitting here with my foot inserted into my mouth, it is choking me.
(I wear a size 13 shoe).  Next I will eat a bowl of crow.

I sincerely apologize for the abusive email that I sent to you and your partners.
I am truly sorry.  There is no excuse for that behavior.

I am one of those guys who loves to tackle large problems and projects.  So about
one month ago I noticed these wood gear clocks online, I said wow, I think I will
build a few of those.

Now once I decide on something, I expect to accomplish the mission faster than any other
human on this earth (very stupid).  So, when things did not come together quickly enough
for me, I flipped my lid.  I wanted to learn all the stuff you guys know in a few days?(stupid).

Again, I am sorry, please pass this along to all your partners.
You were dead right about the adjustments to the Shapeoko 3.

After doing exactly as you said, it works 1000% better.

I made the gear below in Gearotic, created a tool path in Gearotic, and then used Universal
G code  Sender to the Shapeoko.

5/8 inch plywood, .25 end mill, 15 passes, and Voila.

Still a little rough, but my greatest job in 3 weeks of trying tons of software and files.

Still have a problem with some of the g code, as to placement and cutting a line
Enroute to what should be the first real cut. 

I installed limit switches, but now must figure out how to make them work with
Universal g code Sender.


Sorry for my behavior

Richard
[/font]
Attachments
First large gear from Gearotic then to  Universal G code sender then to Shapeoko...Richard foot in mouth....jpg
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Getting there Richard,


  That gear would run fine. (Little bit of backlash on one axis.. but no big deal. )
Id study up a bit on Gcode, simple things like G0,G1,G2 and G3. You get hose commands
down and you can pretty much make it work as you wish.

G'Luck
Art

Rocket
Old Timer
Posts: 150
Joined: Tue Mar 22, 2016 8:40 am

Re: My new Shapeoko 3 is it just me?

Post by Rocket »

Thanks Art....

I have been studying all day and making trial gears....

When I make a gear in Gearotic and it generates G code, why
does the machine travel so far from where I zero z axis (always lower left hand corner)
until it get to where it starts to cut???

The bowl of crow was not delicious.

R
User avatar
ArtF
Global Moderator
Global Moderator
Posts: 4648
Joined: Sun Sep 05, 2010 6:14 am
Contact:

Re: My new Shapeoko 3 is it just me?

Post by ArtF »

Rocket:

Crow never tastes good, roasted , fried, scrambled, damn feathers get stuck in your teeth.
(Ive had countless portions over the years.. Screw it, you move on. :) )

  >>why does the machine travel so far from where I zero z axis

  Gearotic tries to be clever about order. For example, it will want to cut the center shaft out first, because the gear may float around and destroy the cut if it did the outside first. In Workbench, you'll
notice there is an origin sign, ( the thing that looks like a radiation symbol..). Thats what GM sees
as the point 0,0 . SO if you look at your gear, youll see the center is at 5,5.

  So, when you zero, your 5,5 away from the shaft, so your tool has to pick up and go there.

Now if you jog to 5,5 and then start the program, it wont move so far. OR, as you learn
Gearotic, you'll find you can tell it where 0,0 is. You can generate the gear with the shaft  at 0,0
instead of the bottom left, (you can place the origin anywhere in terms of generating the code.).
You can drag the gear to any place when you generate the code and its numbers in the Gcode will
reflect that.

  Its all about coordinates, you can generate them to be starting from anywhere, and you can zero
anywhere on your table. So you just have to understand how those two things work. I suggest
you drag your gear around the workbench screen to new locations, generate code and look at the differences, it will help you understand how zeroing and code generation go hand in hand.

Art




Rocket
Old Timer
Posts: 150
Joined: Tue Mar 22, 2016 8:40 am

Re: My new Shapeoko 3 is it just me?

Post by Rocket »

ArtF wrote: Getting there Richard,


   That gear would run fine. (Little bit of backlash on one axis.. but no big deal. )
Id study up a bit on Gcode, simple things like G0,G1,G2 and G3. You get hose commands
down and you can pretty much make it work as you wish.

G'Luck
Art

what does Little bit of backlash on one axis.. but no big deal............... mean?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest