I 'm fairly new to the laser (Comgo z1 10 watt). I’ve been having trouble with the zero or home position. I’ve been getting by with current position for small projects but when I need to make something bigger the laser runs into the side and triggers a hard stop.
Also, when I click on ‘Home’ or ‘Origin’ it hits the side and I get this:
ALARM:1
Hard limit triggered. Machine position is likely lost due to sudden and immediate halt. Re-homing is highly recommended.
Home the machine on power up and use Absolute Coords in the Laser window. I only use Current Position with the rotary. User Origin is only useful if you do not have limit switches.
This suggests your machine parameters are not set up properly. You should not be going onto the limit switches.
Question: Does your machine Home properly?
HOME
Trolley and gantry rapid move towards the switches.
When the switches are hit, the machine will stop and reverse.
The machine will pull off the switches slowly until the switches open.
The machine will reverse back onto the switches very slowly until the switches close.
The machine will reverse and pull off the switches slowly until they open.
The controller establishes this as the Home position. It is usually shown as something very close to 0,0 as the position if the controller is set for the first quadrant. If it shows large numbers, this can be changed with the G10 command.
There is no other version of theHomecycle. If you have limit switches, this is how it should work.
If you do not have limit switches, where it powers up is the Origin. Home is a machine mechanical function. Origin is a software design position. They are not the same thing.
I placed the laser head in the middle of the work area. I turned on the laser and the light on the laser came on but the laser didn’t move at all.
I clicked home in LightBurn. The laser head started moving diagonally slowly towards 0,0. It hit the bottom edge first and started moving left until it hit the left edge and then started making a rattling sound until I turned it off
This indicates it is trying to home front-left.
First, try to make it home, but press the Xaxis limit switch (watch your fingers!) before it moves very far. You should be able to hear the switch click, or at least feel it. It should stop and reverse. If it does not, you have an Xaxis limit switch issue that needs to be solved.
Connector not fully seated.
Broken wire.
Bad controller input pin.
Okay, we have some details to work with.
If the switch stops the travel, then it might be a parameter settings issue. Before messing with any parameters (put a copy in a safe place), we need to know how the machine behaves now.
If the home direction is correct, then we move to direction commands using the Jog feature. Report your results with the Home check first.
It is either a mechanical switch with a lever (you push the lever), or it is a sensing switch that detects metal (use a small screwdriver to trigger it).
Not really. I am pretty sure nobody installs only one limit switch. GRBL code is written to expect either no axis switch or both have a switch. It is in there somewhere.
Yaxis switch would be on the frame, Xaxis switch would be on one end of the gantry.
I clicked on home. Laser head started moving. I clicked the x limit switch and it stopped left and kept down. At the end the console displayed an alarm
Alarm:9
Homing fail. Could not find limit switch within search distance defined as 1.5 * max_travel on search and 5* pull off on locate phases
When I hit the switch it just stops moving in that direction. When I hit the second switch it stops moving completely and throws that homing fail error
I think part of the problem is that the x axis switch is not hitting the left side. I put a piece of tape to trigger it but I’m still getting the homing error
You cannot just tap the switches becaise that will cause an alarm. Below is the Home cycle description. It has to be right before you can do any programming (design work).
HOME
Trolley and gantry rapid move towards the switches.
When the switches are hit, the machine will stop and reverse.
The machine will pull off the switches slowly until the switches open.
The machine will reverse back onto the switches very slowly until the switches close.
The machine will reverse and pull off the switches slowly until they open.
The controller establishes this as the Home position. It is usually shown as something very close to 0,0 as the position if the controller is set for the first quadrant. If it shows large numbers, this can be changed with the G10 command.
There is no other version of theHomecycle. If you have limit switches, this is how it should work.
If you do not have limit switches, where it powers up is the Origin. Home is a machine mechanical function. Origin is a software design position. They are not the same thing.