How do I correct this? Limit switches are not activated bed size is correct.
What is your distance set at in move window?
10mm
I have tried continous jog also
Questions to answer:
- Does the controller home correctly when turned on
- What does
Get Positionshow in the home position - Any CNC-style offsets in effect, like
G54 - Is LightBurn in
Absolute Coordinatesmode
A list of the GRBL $# and $$ settings will be helpful.
Thank you for the replies so far.
I will get $$ values shortly…I am wondering if it could be a faulty control board.?
Honestly this is on my Sainsmart 3018, Has limit switches. I have used it before with a laser modul, then when Millmage was released I wanted to try Millmage.
I want to switch bach and use my UV moduls for marking small items…
It did work perfectly before.
Almost certainly not, because such problem are generally due to a misconfiguration.
And the GRBL settings have major problems:
$11should not be zero, as that allows no wiggle room while curve following.$20must not be zero, as that prevents the controller from detecting out-of-limit commands$24must not be zero, as the homing cycle will be unable to complete. Perhaps 100 mm/min will work better.$25seems very high. It exceeds the$110/111values and can never be reached$27must not be zero, as that prevents the homing cycle from pulling away from the switches$30is absurd. It should be 256 for the Arduino-class controllers typical for 3018 machines, with LightBurn’sS-value maxset to match$102cannot possibly be correct$120and$121seem very low, even for a leadscrew CNC machine, and$122being zero will prevent the Z axis from homing$130and$131do not match the physical size of a 3018 machine
Based on those values, I do not see how the machine could home correctly, which would explain problems with jogging or any motion at all.
So the first step is to correct those settings.
Then the $# values are likely incorrect for LightBurn, so check those, too.
You may be able to restore an automatic backup of the machine settings from before you installed MillMage or made any other changes:
However, you must verify those restored settings are correct for the machine, because they may have other problems.
Thank you, I was hopeing i could find someone with an actual working machine. I appreciate the reply and suggestions… I will correct the settings as above.
Switching between cnc to Lightburn can be a nightmare for those of us that are not software inclined.
I literally built a new machine so I didn’t have to spend hours trying to switch back and forth.
I started with the 3018 Pro. I swapped the spindle motor and laser module and only changed the Laser On/Off parameter once I got it set up.
So I corrected the $$ settings best to my knowledge. I do not get any errors, but machine will not jog.. The jog is enabled. I also notice that the laser will not fire. I have checked all wires to steppers, everything looks normal. Odd as I had this set up working before.
$0=10 $100=300.000
$101=300.000
$102=200.000
$110=2000.000
$111=2000.000
$112=1000.000
$120=50.000
$121=50.000
$122=0.000
$130=200.000
$131=200.000
$132=50.000
ok
$1=255
$2=108
$3=24
$4=1
$5=0
$6=1
$10=57
$11=0.020
$12=0.002
$13=0
$20=1
$21=0
$22=1
$23=8
$24=100.000
$25=500.000
$26=250
$27=1.000
$30=1000
$31=0
$32=0
Give us another look at them, plus the output of $#.
Select + copy the lines from the Console, then paste them into your reply, rather than using an image or screenshot, so they’re easier for us to read.
$#
[G54:0.000,0.000,2.674]
[G55:0.000,0.000,0.000]
[G56:0.000,0.000,0.000]
[G57:0.000,0.000,0.000]
[G58:0.000,0.000,0.000]
[G59:0.000,0.000,0.000]
[G28:0.000,0.000,0.000]
[G30:0.000,0.000,0.000]
[G92:0.000,0.000,0.000]
[TLO:0.000]
[PRB:0.000,0.000,0.000:0]
And nopw i gbet the error 15…error:15
Jog target exceeds machine travel. Command ignored.
And the $$ values?
$$
$0=10
$1=255
$2=108
$3=24
$4=1
$5=0
$6=1
$10=57
$11=0.020
$12=0.002
$13=0
$20=1
$21=0
$22=1
$23=8
$24=100.000
$25=500.000
$26=250
$27=1.000
$30=1000
$31=0
$32=0
$100=300.000
$101=300.000
$102=200.000
$110=2000.000
$111=2000.000
$112=1000.000
$120=50.000
$121=50.000
$122=0.000
$130=300.000
$131=180.000
$132=50.000
ok
So it still can’t home Z, which may be part of the problem.
Let’s find out what it does from a cold start:
- Turn it off
- Start LightBurn
- Turn it on
- Connect LightBurn to it
- Enter
$Hand Enter in the console to home it - Paste everything from the
Consolehere
The $H should cause the machine to home all three axes and stop 1 mm away from the switches. Is that what happens?
ok
XH
error:2
Numeric value format is not valid or missing an expected value.
I entered $122=50.
$122=50
ok
$h
ALARM:9
Homing fail. Could not find limit switch within search distance. Defined as 1.5 * max_travel on search and 5 * pulloff on locate phases.
ok
Grbl 1.1f [‘$’ for help]
[MSG:‘$H’|‘$X’ to unlock]
[MSG:Caution: Unlocked]
ok X axis and Z axis have never had liomit switches
Then you must disable homing by setting $22=0 and home the machine manually:
Note that the two methods mentioned there are separate, but you must do one or the other every time you turn the machine on.
If you fail to manually home the machine, the controller has no way to know where the laser head is in relation to the axis limits, so motion commands (like jogging) will eventually fail.
Also, because homing is disabled, you can’t use the LightBurn Home button.
If you still get this particular error, especially right after you start everything up, see if the Speed in the Move window is set to zero.
When opening lightburn, The speed in the move window stays at what I had it set at. I am still on Version 1.7.08 of LB.
