Page 1 of 1

No Feedrate in G code with dental shaving

Posted: Thu May 28, 2015 6:42 am
by Hessel Oosten
Hi Art/ All,

Question please.

I recently did build a 4th axis and now I'm doing my first gear cuts with together tangential, rooting and rootwall set to ON.

http://members.chello.nl/~h.oosten/Bouw/4thaxis.jpg

In the toolbox and above in the 4th axis menu I can see the Feedrate is 300 mm/min.
Get a correct G code output for everything, but NO feedrate in this G code.

What am I doing wrong ?
Of course I did in the mean time put the G1 F 300 in this output myself, but ... ?

Hessel

Code begin below; as can be seen never a Feedrate in it. (Did search in the whole file: No feedrates).

(  No Epilog set )( Gearotic 2.0 GCode Begins. )
( Object Spur  )
( Job will comprise 1 rotations of the rotary axis.  )
( Tools Used:  )
( Rooting: Endmill1mm Tool #1  )
( Wall Straightening: Endmill1mm Tool #1  )
( Tangential Shave: Endmill1mm Tool #1  )
( Blank size for this gear :  )
( Diam: 25.7590 Thickness: 3.000 )
( Root Clearance Begins. )
( Tool change to Endmill1mm )
M6 T1
G43H1
M3 S1750
G0 X2.310  Y0.000  Z2.000  A0.000  
G1 Z-0.500  
G1 X-2.310  
G1 Y0.500  
G1 X2.310  
G1 Y-0.500  
G1 X-2.310  
G1 Y0.609  
G1 X2.310  
G1 Y-0.609  
G1 X-2.310  
G1 Y0.000  Z-1.000 etc. etc.

Re: No Feedrate in G code with dental shaving

Posted: Thu May 28, 2015 10:30 am
by ArtF
Hi Hessel:

  Did you by any chance edit the defaultmill.pst file? If not, can you send me the saved project file, Ill generate it here
and see if I can reproduce. If you DID edit the defaultmill.pst, can you send IT to me so I can check to see if something
made the feedrate go away?

Thx
Art

Re: No Feedrate in G code with dental shaving

Posted: Thu May 28, 2015 11:13 am
by Hessel Oosten
Hi Art,

Do not know how to attach the project file here, so sending them now to your andaramail address.

Did not edit the default.pst file

Hessel

Re: No Feedrate in G code with dental shaving

Posted: Thu May 28, 2015 12:00 pm
by ArtF
Hi Hessel:

  I recieved your project..and of course on my system the feedrates come out fine. Is there anythign funny abotu your feedrates, do they use a european , instead of a . for a decimal for example? Does this happen on all tools or only 1? Can you trhink of anything in the settings that
may look strange? Im just trying to et an idea what coudl cause this type of thing..

Thx
Art

Re: No Feedrate in G code with dental shaving

Posted: Fri May 29, 2015 12:06 am
by Hessel Oosten
Hi Art,

Progress !
When I change in the same " project..." the mill with a (with regard to dimensions) inch type, I GET the expected Feedrates in the G code !

For example:

(  No Epilog set )( Gearotic 2.0 GCode Begins. )
( Object Spur  )
( Job will comprise 1 rotations of the rotary axis.  )
( Tools Used:  )
( Rooting: EndmillInch-E-R0.13-T0.0-F0.0 Tool #5  )
( Wall Straightening: EndmillInch-E-R0.13-T0.0-F0.0 Tool #5  )
( Tangential Shave: EndmillInch-E-R0.13-T0.0-F0.0 Tool #5  )
( Blank size for this gear :  )
( Diam: 38.4247 Thickness: 3.000 )
( Root Clearance Begins. )
( Tool change to EndmillInch-E-R0.13-T0.0-F0.0 )
M6 T5
G43H5
M3 S1750
G0 X2.349  Y0.000  Z2.000  A0.000 
G1 Z-2.540  F1270
G1 X-2.349  F102 
G1 Y0.583 
G1 X2.349 


My Win7 number settings are (were):

Image

After changing the measurement system from U.S. to Metric.....

"All  my troubles seem so far away ....    :)  !!!".

After all, this is a very frequent occurring problem with software.
Encountered it several times with others, but did not think it could happen to... me ....

Thanks (again!),

Hessel

Re: No Feedrate in G code with dental shaving

Posted: Fri May 29, 2015 3:46 am
by ArtF
Hessel:

  Thank you for letting me know, I will investigate why this might occur.
Happy to see you can now get the feedrates.

Art