DIV Job Position Sensor

If you have a question about the software please ask it here.

DIV Job Position Sensor

Postby andreas.brauckmann » Sun Feb 09, 2025 3:57 pm

Hy,

Does anyone know the two macros of the Job Positioning Sensor (JPS) for the STEPCRAFT M-Series?

https://www.youtube.com/watch?v=J9DpGQ0iVKc

I never have problems with the X axis, but positioning the Y axis quickly is always difficult in my enclosure.I like the idea, but the Job Positioning Sensor (JPS) is not available in Europe. I had all the parts twice from the construction for the pillar drill and the 3D printing part was done quickly.

I am looking for the two macros:Can you help?

1. Zero x y pin
2. JPS Offset
Attachments
Kreuzlaser.png
andreas.brauckmann
 
Posts: 6
Joined: Tue Feb 06, 2024 5:43 am

Re: DIV Job Position Sensor

Postby andreas.brauckmann » Mon Feb 10, 2025 6:52 am

I found the macro and set up the hair laser crosshair :-). This helps when I work with the large planner.

To find zero with a cross laser is easy in UCCNC. I put this code into one of the M200 and have a key in the Steam Deck.

1. Zero (Zero xy)
2. Macro M200 (Macro for Laser Crosshair offsetting
)

M200 -> P1 screen button

// Macro for Laser Crosshair offsetting

{
exec.Code("G91"); // Change to Incremental mode
exec.Wait(100);
exec.Code("G00 X -53 Y 16"); // Move to crosshair position
while(exec.IsMoving()){}
exec.Code("G90"); // Return to Absolute mode
exec.Wait(100);
exec.Callbutton(100); // Set X axis DRO to zero
exec.Callbutton(101); // Set Y axis DRO to zero
while(exec.IsMoving()){}
}

Change X and Y to the distans in the code to set the cross laser to the tool.
double Xmove = -52 ; // X offset value

double Ymove = 16 ; // Y offset value

Attachments
2025-02-10_07-41-16.png
andreas.brauckmann
 
Posts: 6
Joined: Tue Feb 06, 2024 5:43 am


Return to Ask a question from support here

Who is online

Users browsing this forum: No registered users and 23 guests