Threaded View
-
06-10-2012 #2
G00/01/02/03 are motion commands
G0 is the G-code to command a rapid motion at the previously set speed to, typically, XYZ, e.g. G00 F50 X0 Y0 Z100. which will move rapidly to 0,0,100 at 50mm/min. In your setup the speed is defaulted to 5000mm/min
G1 would typically be used to command a cutting motion e.g. G1 F10 X100 which would move at 10mm/min to location X100 (Y and Z being what was previously set). In your setting F = 4000mm/min, however the NC setup of 76mm/sec is 4560mm/min which is too fast and likely to stall the motors, but its overridden by NCStudio. The operational number must be less than the fastest motor setting
G2/G3 are clockwise and anticlockwise circular motions
The distance moved should be independent of the speed moved at. Changing the speed should NOT alter the distance moved, just how fast it gets there...
If its cutting too deep/moving too far it probably means that the steps/mm setting for the relevant axis is wrong rather than the G-code. There must be another setting somewhere...
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
NCStudio or Mach 3 or something else?
By Fivetide in forum Machine Control SoftwareReplies: 7Last Post: 01-09-2012, 05:41 PM -
Artcam
By luke11cnc in forum ArtcamReplies: 5Last Post: 07-05-2012, 11:28 AM -
Problem with height setting in artcam express.
By don_jarr in forum ArtcamReplies: 4Last Post: 07-11-2011, 03:26 AM -
Free webinars for ArtCAM Software
By Kate H in forum ArtcamReplies: 0Last Post: 12-07-2011, 12:56 PM -
ArtCAM Express 2011 - £99!
By Leighton in forum ArtcamReplies: 4Last Post: 09-05-2011, 01:47 PM
Bookmarks