My new Shapeoko 3 is it just me?

Feel free to talk about anything and everything in this board.
Post Reply
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,

Is it possible to make a wheel like the attachment with
no teeth?

Richard
Attachments
Wheel of Art.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 »

Yes, two choices. You can create a spur gear of that size. Once its in the tree, right click
it and select "Strip Teeth".

  Second choice is to make a cage gear , the holes will then show up in the dxf as well.

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 like the cage gear, how do I keep 30 holes but increase the size to 7.75 inches.

RR
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 »

Hi:

Press the calculator button under the DP and Mod

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,

You are a wizard and one hell of a good man.....

RR
Attachments
wheel no teeth.jpg
BobL
Global Moderator
Global Moderator
Posts: 467
Joined: Sun Sep 05, 2010 7:18 am

Re: My new Shapeoko 3 is it just me?

Post by BobL »

Nicely done Richard.. Congratz...
Gearotic Motion
Bob
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 »

Bob,

Thank you...............at 68 years old, I have finally learned the meaning of "learning curve".

Based on my hours (a time and material job on that gear) I would have to price it at about $7200.00.

Any buyers out there........I will negotiate.....

Richard
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 spent many hours trying to fix the problem where
the spindle goes about 2 inches past the center hole in the gear (where drilling takes place)
then instead of staying up, z-axis comes down and cuts (where it should not be cutting)
and wrecks (what would have been a perfect gear) except for that 2 inches where it
went down before it got to center??????

Attached is the .nc that did this.....it was perfect except for that small part...

Help....
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 »

HI Richard:

  I see the problem, just not why it occurs..

G20
M5
M6 T3
M3 S1750
G1 X5.274 Y5.512 F100
G1 Z-0.050 F50
G1 X3.930  Y3.910 
G1 X3.928  Y3.910 

change the above to..

G20
M5
M6 T3
M3 S1750
G1 X5.274 Y5.512 F100
G1 X3.930  Y3.910 
G1 Z-0.050 F50
G1 X3.930  Y3.910 
G1 X3.928  Y3.910 


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
M5
M6 T3
M3 S1750
G1 X3.930  Y3.910
G1 Z-0.050 F50
G1 X3.930  Y3.910
G1 X3.928  Y3.910 

  Actually, make is as above, I get the feeling the move to 5,5 came from some other file..

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 »

Rocket:

Watch carefully what your editing, and figure out why each time so you get used
to it .. here some explanation of how this one changed..and what each line is doing.

M3 S1750      //turns on your spindle to 1750RPM 
G1 X3.930  Y3.910 F50 //moves to the shaft hole, at whatever height your at, I added feedrate of 50
G1 Z-0.050 F50 //now drop to -.05
G1 X3.930  Y3.910  //now start cutting
G1 X3.928  Y3.910  // etc..

  Get uses to the order of what the lines are doing. Dont copy in the G1 X5... line, it belongs to a gear that
starts at 5,5 in the X/Y.  This one starts at X3.9Y3.9 so youd want to keep the Z up till it gets there, then drop it down
with the G1 Z-0.050 F50, which literally means "Drop Z to -.050 at a feedrate of 50".
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,

Do you use G-Wizard G code editor?  If so, do you like it?

Richard
DanL
Old Timer
Posts: 362
Joined: Wed Sep 10, 2014 1:35 pm

Re: My new Shapeoko 3 is it just me?

Post by DanL »

try NC Corrector v4.0 its a free Gcode editor and a back plotter
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 »

Richard:

  To get my Gcode, I use Gearotic itself, or Vectric generally. Or I write it
by hand if its simple. I do recommend any editor you find you like,
as it will help you learn the language. GCode is simple to learn, and those that
know it, know their quality of output is generally much higher for it. It helps
in all kinds of ways. When in Rome, speak Latin...well, ok.. Italian these days


Ciao,
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....

How did you know I was Italian?

My last name is Rizzolo....
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest