Hello Guest it is April 23, 2024, 06:10:24 PM

Author Topic: screenset 2010 auto zero issue  (Read 2028 times)

0 Members and 1 Guest are viewing this topic.

screenset 2010 auto zero issue
« on: April 07, 2019, 01:17:14 PM »
hello.

i have installed screenset 2010 which went to plan,,,the only issue i have is when i run the auto tool zero,,,,,,i can zero without issue to the moveable probe ,,after that the machine moves to the coordinate of the fixed plate,,,and starts the decent,,,the problem is the spindle is always to high above the plate and stops befoe it gets to the fixed plate....is there  a setting that determines the spindle height as it moves to the fixed plate ?

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: screenset 2010 auto zero issue
« Reply #1 on: April 07, 2019, 04:02:49 PM »
You'll need to edit the M6End, M881, and M889 macros.

Change the numbers shown here in red:
if you are using inches, then change the 6. If mm, then change the 150.


FirstProbeDist = 6.0 ' Probe down 6 inches
FirstRetractDist = 0.05 ' Then retract .05 inch
SecProbeDist = 0.25 ' Then probe down .25 inches
FirstProbeFeed = 10.0 ' First probe feed @ 10 ipm
SecondProbeFeed = 1.0 ' Second probe feed @ 1 ipm
ClearAllow = 0.125 ' Max Allowable Clearance = Z Machine Zero - .125in

Else ' Off = Metric Measure MM

FirstProbeDist = 150.0 ' Probe down 150mm
FirstRetractDist = 1.0 ' Then retract 1mm
SecProbeDist = 6.0 ' Then probe down 6mm
FirstProbeFeed = 250.0 ' First probe feed @ 250 mm/min
SecondProbeFeed = 25.0 ' Second probe feed @ 25 mm/min
ClearAllow = 2.0 ' Max Allowable Clearance = Z Machine Zero - 2mm
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html