Mach3 | Generate a GCode Variable List | See ALL Current Values

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2022
  • Description:
    This video shows a few small scripts that create an on-demand GCode Variable List. Scripts download included. These scripts have been successfully tested with Mach3 installed on XP, Win7 and Win10.
    If you wish to support my work:
    paypal.me/CharlieCNC
    Download GCodeVarListScripts.txt:
    drive.google.com/file/d/15x-i...
    Mach3 Downloads Page for Screen Editors:
    www.machsupport.com/downloads...
    Mach3 Parameters and Variables PDF:
    www.machsuporte.com.br/suport...
    My Contact Info:
    sunny5rise@gmail.com
    Video includes a few seconds of audio from...
    TH-cam Library: "Dusk 'til Dawn - TrackTribe"
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 16

  • @BrilliantDesignOnline
    @BrilliantDesignOnline ปีที่แล้ว +1

    Excellent extra tool. I will give it a stab installing it. I should be able to do it via the instructions from this vid. Thank you, as always.

  • @alexandersievewright3842
    @alexandersievewright3842 ปีที่แล้ว

    I use variable G-coding at work but have never felt the need to do it at home however I'll save this video incase I do cheers

  • @thanhvannguyen307
    @thanhvannguyen307 4 หลายเดือนก่อน

    Hello. Can you help me with the change spindle section in the Macros section? I want to use the A-axis as the spindle.

    • @sunny5rising
      @sunny5rising  4 หลายเดือนก่อน

      Hello. If you can, email me at sunny5rise@gmail.com and send photos or a small video of what you are trying to achieve. I may be able to help. I have kind of used my Rotary axis as a spindle before, but it was really just a GCode programming trick. Depending on what you are doing, this may help you too.

  • @gramozsylejmani9278
    @gramozsylejmani9278 ปีที่แล้ว

    please help me! why MCh3 is not showing this G Code, when it is being created with 5 axes X Y Z *H *J ?

    • @sunny5rising
      @sunny5rising  ปีที่แล้ว

      I just replied to your email. Give my suggestion a try.

  • @gramozsylejmani9278
    @gramozsylejmani9278 ปีที่แล้ว

    Mach3 does not work for me in some GCode! when GCode is with more directions X Y Z *H *J ! when G code is only in X Y Z it works perfectly where could the problem be? 0:34 0:34

    • @sunny5rising
      @sunny5rising  ปีที่แล้ว

      I just replied to your email. Give my suggestion a try.

  • @makosharkcnc7730
    @makosharkcnc7730 ปีที่แล้ว +1

    I use Mach3 / what is this?

    • @sunny5rising
      @sunny5rising  ปีที่แล้ว +3

      GCode variables are used in parametric gcode programming. With these variables, you can write one program to make a part of many different sizes. Example... say #1=100 (mm width), #2=200 (mm Length). You could change the size of the part by changing just these variables. The program itself would be coded to do all the mathematics involved in calculating the distances to move and such to create the desired part. Hope that made sense.

  • @makosharkcnc7730
    @makosharkcnc7730 ปีที่แล้ว

    over my head

    • @sunny5rising
      @sunny5rising  ปีที่แล้ว +2

      I understand. A person can run CNC all their life and never encounter a GCode variable.

    • @makosharkcnc7730
      @makosharkcnc7730 ปีที่แล้ว

      @@sunny5rising what is a g code variable?

    • @makosharkcnc7730
      @makosharkcnc7730 ปีที่แล้ว

      @@sunny5rising what is a g code variable?

    • @sunny5rising
      @sunny5rising  ปีที่แล้ว

      A variable is a placeholder for information. In the case of GCode, a variable can hold an Integer (no decimal) or a Floating-Point number (with decimal). It starts with the "#" symbol, followed by an Integer (its name). With Mach3, #1 - #600 can be used by the User and/or GCode Program. In the description is a PDF Document Link to "Mach3 Parameters and Variables". It explains it better than I do.