On Tue, 10 Aug 2010 00:42:58 -0400, you wrote:
>The following G Code does a great Left Hand thread but >I have to lower the AXIS Spindle Override slider before >spindle-at-speed will come on and start threading. > >The Spindle gear selected is 230 RPM max, but the >spindle-rpm-cmd goes past that and is continually >trying to run the spindle faster and faster. > >Isn't there some way to set a max speed in the G Code, >or somewhere, to limit the spindle RPM command? >Everything I tried so far doesn't. There's no spindle speed in your code? Try M03 S230 > G92 X.525 Z0 > M03 > > G0 X.6 > Z-2 > X.510 > G33 Z.2 K.0626 > G0 X.6 > Z-2 > X.5 > G33 Z.2 K.0626 > G0 X.6 > Z-2 > X.495 > G33 Z.2 K.0626 > G0 X.6 > Z-2 > X.495 > G33 Z.2 K.0626 > G0 X5. > Z5. > > G92.1 > M09 > M30 > > Thanks > Don >------------------------------------------------------------------------------ >This SF.net email is sponsored by > >Make an app they can't live without >Enter the BlackBerry Developer Challenge >http://p.sf.net/sfu/RIM-dev2dev >_______________________________________________ >Emc-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/emc-users > >______________________________________________ >This email has been scanned by Netintelligence >http://www.netintelligence.com/email Steve Blackmore -- ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
