Macros in Mach3

แชร์
ฝัง

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

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

    Thanks Guys keep them coming they help so much. :)

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

    You saved my life, dude. Thank you very much.

    • @Warp9TechDesign
      @Warp9TechDesign  6 ปีที่แล้ว

      Glad I could be of help!

    • @Thanhnguyen-cl8zg
      @Thanhnguyen-cl8zg 5 ปีที่แล้ว

      bác đặng khanh ơi bác đã làm được chưa hướng dẫn em với

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

    Thanks very much, great video my friend, congratulations.

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

    Obrigado pela aula de muito boa qualidade.

  • @magicman9486
    @magicman9486 5 ปีที่แล้ว

    that helped a lot thanks

  • @rmorr01
    @rmorr01 3 ปีที่แล้ว

    Thank you! : )

  • @hsabdi6968
    @hsabdi6968 3 ปีที่แล้ว

    Thank you master...can you make atc for 1-8 racks...mach3 macro and screensheet?

    • @Warp9TechDesign
      @Warp9TechDesign  3 ปีที่แล้ว

      Search in these forums, and you will likely find what you are looking for: www.machsupport.com/help-learning/artsoft-mach-support-forums/

  • @benamarcnc6078
    @benamarcnc6078 5 ปีที่แล้ว

    Hello
    i can use THC output in axis x or A i mean what folder .m1s responsib of THC

    • @Warp9TechDesign
      @Warp9TechDesign  5 ปีที่แล้ว

      THC will only work with the Z axis. You could swap your X axis and your Z axis, and then you would effectively be running THC on your X, but it would still be the Z axis in GCode.
      The torch is turned on with the M3 macro and off with the M5 macro.
      Mach3 runs the macros ( *.m1s ) that are present in "C:\Mach3\macros\YOUR PROFILE NAME\".

    • @benamarcnc6078
      @benamarcnc6078 5 ปีที่แล้ว

      @@Warp9TechDesign Ok how i can swap X and Z

    • @Warp9TechDesign
      @Warp9TechDesign  5 ปีที่แล้ว

      @@benamarcnc6078
      1) In your motor config, change the X axis Step and Dir Port and Pin numbers to the Z axis Step and Dir Port and Pin numbers and vice versa.
      2) Swap your X axis home and limit switch Port and Pin numbers to the Z axis home and limit switch Port and Pin numbers and vice versa.
      3) Swap your motor tuning parameters (steps per, acceleration and Max velocity) between the X and Z motors.
      Now your GCode X moves will control your old Z and your GCode Z moves will control your old X.

    • @benamarcnc6078
      @benamarcnc6078 5 ปีที่แล้ว

      @@Warp9TechDesign THX but these not help me i want execute only THC on axis A

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

    where to open the virtual panel?

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

      Hi, Adam, The Virtual Panel is the software application used by my Rigol DS1204B to show signal traces. You would need an oscilloscope of your own to show that.

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

    Hello sir,
    Mach3 lathe not supported G71-Turning cycle...can you arrange..that code for G71 turning cycle.. Please

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

      Mach3 development was terminated by Mach almost a decade now. Mach3 does not support those commands, which means that the SmoothStepper can't support those commands.
      www.machsupport.com/forum/index.php?topic=8098.msg51176#msg51176 However, if you read through this thread, they may have developed a workaround....

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

    Hello sir,
    i need one macro for mach3 lathe. need ( G71 - Turning Cycle ) Please arrange that sir please

  • @russellbrown512
    @russellbrown512 3 ปีที่แล้ว

    how do i make the 2 new macros

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

      Look at 1:50 in the video. You just go to the macros folder for your profile, and using notepad (or any other text editor) create the files, name them as appropriate, and add in the text as shown a few seconds later in the video.

  • @user-uv7oe9nj9u
    @user-uv7oe9nj9u 2 ปีที่แล้ว

    ПРИВЕТ А ДЛЯ ЧЕГО ЭТО МАКРОС?

    • @Warp9TechDesign
      @Warp9TechDesign  2 ปีที่แล้ว

      "HELLO AND WHAT IS THIS MACROS FOR?"
      This shows you how to turn outputs on and off with multiple macros that you can call from your GCode.