Hello Guest it is March 28, 2024, 08:52:48 AM

Author Topic: 2010 Screen Set Macro assistance  (Read 3571 times)

0 Members and 1 Guest are viewing this topic.

2010 Screen Set Macro assistance
« on: July 07, 2016, 07:23:53 PM »
Just setting up the 2010 Screen Set and I need some assistance. When editing the macros for Ref X,Y and Z where do you plug in the number  0 .9219?  This is the distance from the proxi. switch to edge of the spoil board.

DoButton(23)
'Code "G53 G0 Y1"
'While IsMoving()
'Wend

Thanks
Bill I

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: 2010 Screen Set Macro assistance
« Reply #1 on: July 07, 2016, 07:57:30 PM »
It depends on what exactly you want to do.

If you want the edge of your spoilboard to be Machine Zero, then you'd enter that number in the Home Offset in Config > Homing/Limits.

Then, if you want to move to Y0 after homing, then just use this in your home script.

DoButton(23)
Code "G53 G0 Y0"
While IsMoving()
Wend
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: 2010 Screen Set Macro assistance
« Reply #2 on: July 07, 2016, 10:51:58 PM »
Thanks ger21

X,Y & Z macros are now working !!