586,119 active members*
3,466 visitors online*
Register for free
Login
Page 38 of 76 28363738394048
Results 741 to 760 of 1506
  1. #741
    Join Date
    Jul 2008
    Posts
    340
    Quote Originally Posted by lancut View Post
    Hmm, The problem I'm having is I cannot "Ref All" when ruining the 2010 screen set. It works fine when switched to different screen with nothing else changed..
    Ok, if you are having the problem where pressing the "Reference All" button does nothing when using the 2010 screen set, then make sure you have copied the 2010 macros (c:\mach3\macros\2010) into the appropriate directory for your configuration.

    When I start Mach3 I start it with a "-P CRP4848" argument to select my config XML file (CRP4848.xml). I had to copy the 2010 macros from c:\mach3\macros\2010 into c:\mach3\macros\CRP4848. If you are using the stock configuration file then you would copy the macros into c:\mach3\macros\Mach3Mill.

    Don't forget to follow the instructions to enable the "brains".

    -Freeman
    CRP-4848 CNC Router, CNC G0463 (Sieg X3) Mill, 9"x20" HF CNC Lathe (current project)

  2. #742
    Join Date
    Mar 2003
    Posts
    35538
    Homing should work exactly the same in the 2010 screen as it does in the Aqua screen.
    Perhaps the SS handles homing differently when called from a macro vs a button script?

    Try changing the M884 macro to this.

    DoButton( 24 )
    While IsMoving()
    Wend
    DoButton( 23 )
    While IsMoving()
    Wend
    DoButton( 22 )
    While IsMoving()
    Wend
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  3. #743
    Join Date
    Jul 2008
    Posts
    340

    Re: Mach3 2010 Screen set

    Gerry,

    I have confirmed that I had uncommented the lines between the original code to be close to what you suggest here.

    Sent from my Nexus S using Tapatalk 2
    CRP-4848 CNC Router, CNC G0463 (Sieg X3) Mill, 9"x20" HF CNC Lathe (current project)

  4. #744
    Join Date
    Mar 2003
    Posts
    35538
    That was more for Lancut to see if he could get the homing to work the same as in Aqua?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  5. #745
    Join Date
    Nov 2008
    Posts
    412
    Hi All,
    As per Ger21 suggestion I edited the script and it did not work, so switched to 1024 screen(Mach screen) and the homing ALL did proceeded partially only, meaning after the Z axis the process stopped. that led me to believe that problem was with Mach3 v67. Reinstalled the previous Mach3 v45 right on top of v 67, and all is well now . The "Ref All" work as it should. But I got an other issue that I haven't been able to solve. In the Homing/Limits setting the Zero All boxes are active as always been and for some reason after the axis homed the DRO's have to manually reset to zero. Should this be done automatically? Hopefully somebody will have a answer. Now back to 2010 Screen. The auto zero working wonderfully, nice job by both Ger21 and BigTex. The thing I'm wondering about is how the setting is performed on 4th axis(A) . The X-Y axis is straight forward, the movable plate is on top the work piece, but the common practice in A axis the zero is at the center of a stock. I use the top of the tailstock -.75 as A "0" = center. So Should I use the following settings for my A axis..

    "Auto Zero Settings"

    Plate Thickness +.0625
    Fixed plate X +18.00
    Fixed Plate Y +5.00

    Clearance Plane + 2.50(based on 4"stock diameter)

    Material Offset -.750 (?)

    Any suggestion are welcomed.
    Forget about global warming...Visualize using your turn signal!

  6. #746
    Join Date
    Mar 2003
    Posts
    35538
    The "Ref All" work as it should. But I got an other issue that I haven't been able to solve. In the Homing/Limits setting the Zero All boxes are active as always been and for some reason after the axis homed the DRO's have to manually reset to zero. Should this be done automatically?
    The Machine Coordinates should be zeroed, but if you have any offsets set, the offsets will be displayed when homing. Ref All doesn't clear the offsets.

    Plate Thickness +.0625
    Fixed plate X +18.00
    Fixed Plate Y +5.00

    Clearance Plane + 2.50(based on 4"stock diameter)

    Material Offset -.750 (?)
    That should be correct. I believe you'll get a warning about using a negative Material Offset. If it's annoying, I can tell you how to edit the macro to get rid of the warning.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  7. #747
    Join Date
    Mar 2003
    Posts
    35538
    The "Ref All" work as it should. But I got an other issue that I haven't been able to solve. In the Homing/Limits setting the Zero All boxes are active as always been and for some reason after the axis homed the DRO's have to manually reset to zero. Should this be done automatically?
    The Machine Coordinates should be zeroed, but if you have any offsets set, the offsets will be displayed when homing. Ref All doesn't clear the offsets.

    Plate Thickness +.0625
    Fixed plate X +18.00
    Fixed Plate Y +5.00

    Clearance Plane + 2.50(based on 4"stock diameter)

    Material Offset -.750 (?)
    That should be correct. I believe you'll get a warning about using a negative Material Offset. If it's annoying, I can tell you how to edit the macro to get rid of the warning.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  8. #748
    Join Date
    Nov 2008
    Posts
    412
    Quote Originally Posted by ger21 View Post
    That should be correct. I believe you'll get a warning about using a negative Material Offset. If it's annoying, I can tell you how to edit the macro to get rid of the warning.
    Thanks for the offer, if it becomes a pain I will holler. Thanks for the reply as well.
    Forget about global warming...Visualize using your turn signal!

  9. #749
    Join Date
    Nov 2008
    Posts
    412
    Quote Originally Posted by ger21 View Post
    The Machine Coordinates should be zeroed, but if you have any offsets set, the offsets will be displayed when homing. Ref All doesn't clear the offsets.
    Checked the offsets and none are present. I can manually move each axis 7 inch, zero the DRO's, hit the REF All button and watch each hit the limit switch and back out of it and the DRO displaying.. the 7 inches traveled. Should it reset the DRO's to zero? I' must say this is not the 2010 Screen problem I had this happen while back and it continues to be a problem. There must be a script that is messed up that I have no idea which one..
    Forget about global warming...Visualize using your turn signal!

  10. #750
    Join Date
    Mar 2003
    Posts
    35538
    I can manually move each axis 7 inch, zero the DRO's,
    When you zero the DRO's, your setting offsets for those axis. As I said before, Homing doesn't reset the offsets.

    Did you check the machine coordinates DRO's when homing? They should all be zero, unless you have Home Offsets set in Config >Homing/Limits.

    Homing zeroes the Machine coordinates, not the current offset coordinates.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  11. #751
    Join Date
    Mar 2003
    Posts
    35538
    I can manually move each axis 7 inch, zero the DRO's,
    When you zero the DRO's, your setting offsets for those axis. As I said before, Homing doesn't reset the offsets.

    Did you check the machine coordinates DRO's when homing? They should all be zero, unless you have Home Offsets set in Config >Homing/Limits.

    Homing zeroes the Machine coordinates, not the current offset coordinates.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  12. #752
    Join Date
    Apr 2006
    Posts
    40
    How can I make it so machine moves to Tool Change position at the end of a run?

  13. #753
    Join Date
    Feb 2011
    Posts
    270
    Quote Originally Posted by CptanPanic View Post
    How can I make it so machine moves to Tool Change position at the end of a run?
    This can be done, by editing the Post Processor you are using in whatever software you are using to generate your tool paths. Or it could also be done manually, by editing the g code to move to your tool change, or park position.

  14. #754
    Join Date
    Mar 2003
    Posts
    35538
    Quote Originally Posted by CptanPanic View Post
    How can I make it so machine moves to Tool Change position at the end of a run?
    Put an M882 at the end of your g-code.
    If your g-code ends with an M30, put the M882 before the M30.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  15. #755
    Join Date
    Feb 2010
    Posts
    371
    Hi Gerry,
    I am setting up a replacement cnc mill. I have mach installed and then ran the setup program for your screenset. The probing buttons are not operational however. I don't get any movement. Any ideas what might be happening?
    Eric

  16. #756
    Join Date
    Mar 2003
    Posts
    35538
    It sounds like you didn't copy the macros from \Mach3\macros\2010 to
    \Mach3\macros\yourprofile.

    Just copy them over and it should work.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  17. #757
    Join Date
    Feb 2010
    Posts
    371
    Sheesh, I thought I did, but ended up putting them into the wrong profile folder. Thanks Gerry.
    Eric

  18. #758
    Join Date
    Nov 2008
    Posts
    412
    Started new thread but nobody answered, so I'm posting here..

    In the gcode display panel it is hard for me to see the highlighted line. Is there a way to increase contrast where the gcode text line stand out from the background color? I really like the Screen set, till I start looking for the current line being executed..

    Thanks.
    Forget about global warming...Visualize using your turn signal!

  19. #759
    Join Date
    Mar 2003
    Posts
    35538
    You can change the highlighted color in Screen4 or Machscreen. If you open the .set file in Screen4, there's a button on the toolbar to select the colors for different controls. Just click it, pick your color for highlighted g-code (not sure what it's called, but it should be self explanatory), and save.
    If you're editing a 1024x768 screenset, make sure you enter 1015x726 as the size in Screen4. I'd recommend making a backup copy of the .set file before making any changes.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  20. #760
    Join Date
    Nov 2008
    Posts
    412
    Hi Gerry,

    Thank you for the instructions but I can not find this "there's a button on the toolbar to select the colors for different controls." Can you give me more information about it . I have spend 20 minutes clicking on every darn button, but I haven't been able to find what I'm looking for. Thanks.

    BR
    Forget about global warming...Visualize using your turn signal!

Page 38 of 76 28363738394048

Similar Threads

  1. Mach3 screen set
    By PEU in forum Screen Layouts, Post Processors & Misc
    Replies: 3
    Last Post: 11-28-2014, 11:00 AM
  2. Econo-Probe Setup with Mach3 + Ger's 2010 Screenset
    By jmc2010 in forum CNC Machine Related Electronics
    Replies: 3
    Last Post: 06-24-2014, 04:21 AM
  3. G100 + Mach3 2010 screen auto tool zero
    By Menatep in forum G-REX
    Replies: 4
    Last Post: 05-02-2014, 10:13 PM
  4. Strange Issue with 2010-4 Screen Set in second machine profile
    By JoeKumanchik in forum Mach Software (ArtSoft software)
    Replies: 2
    Last Post: 03-30-2014, 11:27 PM
  5. New Mach3 Router Screen
    By ger21 in forum DIY CNC Router Table Machines
    Replies: 2
    Last Post: 07-08-2008, 03:06 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
  •