586,119 active members*
3,742 visitors online*
Register for free
Login
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2023
    Posts
    5

    Imperial g codes

    Howdy I have a 6090 cnc and I had bought alot of gcodes fr another machine I had ,well these codes move in tiny increments ,is there something I can do in mach3 or do I need a program to convert imperial to mm?

  2. #2
    Join Date
    Nov 2013
    Posts
    4376

    Re: Imperial g codes

    Hi,
    No, Mach3 can use inch Gcode OR mm Gcode. Look up G20/G21.

    Most newcomers try to change the machine native units.....don't do it, its not required. If its a Chinese manufactured machine its entirely probable that the machine native
    units are metric, leave them like that. When you want to run inch code place a G20 at the top of the code, and thereafter Mach will interpret all numeric data as inches.

    Craig

  3. #3
    Join Date
    Dec 2008
    Posts
    3109
    Quote Originally Posted by joeavaerage View Post
    Hi,
    No, Mach3 can use inch Gcode OR mm Gcode. Look up G20/G21.

    Most newcomers try to change the machine native units.....don't do it, its not required. If its a Chinese manufactured machine its entirely probable that the machine native
    units are metric, leave them like that. When you want to run inch code place a G20 at the top of the code, and thereafter Mach will interpret all numeric data as inches.

    Craig
    Be careful here.... some controls use the G20/G21 at the top of file as a conditional check that the machine matches the file's programmed units.
    Ie. Machine set to imperial, meets a G21, forcing Machine to NOT run the code.... meaning you may need to switch units on the control

    Check your machine manual.

  4. #4
    Join Date
    Nov 2013
    Posts
    4376

    Re: Imperial g codes

    Hi,
    I have used both Mach3 and Mach4 and they both operate (with respect to inch/mm) identically.
    G20 puts the machine in inch mode, and its modal, that is to say it will stay in inch mode until you issue a G21 whereon it goes to mm mode.
    G20/G21 are not conditional.

    Craig

  5. #5
    Join Date
    Oct 2023
    Posts
    5
    Thanks fr replies ,btw it's a 6090 from chinazone and yes tech support is non existent, ,even engraving is mirror, I have used cnc before and never had theses issues....I'll keep at it and I'll report back..

  6. #6
    Join Date
    Oct 2023
    Posts
    5
    The G20 ,worked!!!! Thank you Craig !!!!But I am getting these unwanted circles screen so when it's cutting my inlay it also cuts circles, I'll post pic n some of the code...

  7. #7
    Join Date
    Nov 2013
    Posts
    4376

    Re: Imperial g codes

    Hi,
    Mach3's native circular interpolation mode is 'incremental' whereas many machines are 'absolute', and commonly code written for absolute mode has weird artefacts when
    on an incremental machine. Try swapping from incremental arcs to absolute arcs. Its part of the Mach3 set-up, but I can't remember where. I've been using Mach4 for eight
    years and have forgotten all the Mach3 quirks.

    If you get sick of the quirks, many Chinese machines only work properly with pirate copies of Mach3, then get yourself Mach4Hobby and an Ethernet SmoothStepper....light years
    ahead.

    Craig

  8. #8
    Join Date
    Oct 2023
    Posts
    5
    The machine came with mach3 but I bought a license, thanks fr responding I'll keep at it..

Similar Threads

  1. Conversion to Imperial...
    By adam_m in forum Mastercam
    Replies: 4
    Last Post: 06-14-2017, 01:18 PM
  2. G codes and M codes for Mazak Quick Turn T-2
    By sauli in forum Mazak, Mitsubishi, Mazatrol
    Replies: 0
    Last Post: 05-23-2011, 05:22 PM
  3. Need full list of G CODES AND M CODES FOR FANUC 21I
    By SonnyTees.com in forum G-Code Programing
    Replies: 3
    Last Post: 02-23-2010, 05:27 PM
  4. M-codes and G-codes 4 Matsuura ES-1000V
    By maximusek in forum G-Code Programing
    Replies: 2
    Last Post: 11-27-2007, 01:41 PM
  5. Converting from metric to imperial
    By Pharkas in forum Mastercam
    Replies: 1
    Last Post: 05-04-2007, 04:46 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •