ive run into a problem where my home coordinates are stuck at X:419 and Y:349. im new to lasers in general so im not sure where else to go from here
Is your machine homing properly to the front-left of your machine when you power it on?
Yes it is, it always has an out of bounds error though
Can you elaborate? When does it have this?
Can you run these commands in Console one at a time and return the output?
$H
$I
$$
$#
?
$I
[ORIGIN: China]
[PRODUCER: ORTUR]
[AUTHOR: ORTUR]
[MODEL: Ortur Aufero 1 S2]
[OLF: 183]
[DATE:11:47:46 - Sep 1 2021]
[VER:1.1f(ESP32).20210403:]
[OPT:VNMZHSLW,35,1024,3]
Target buffer size found
ok
$$
$0=5.0
$1=100
$2=0
$3=3
$4=7
$5=7
$6=1
$10=0
$11=0.050
$12=0.002
$13=0
$14=6
$15=0
$16=1
$17=4
$18=0
$19=0
$20=1
$21=1
$22=43
$23=7
$24=600.000
$25=3000.000
$26=100
$27=3.000
$28=0.100
$29=0.0
$30=1000.
$31=0.
$32=1
$33=1000.000
$34=0.000
$35=0.000
$36=100.000
$37=0
$39=1
$40=1
$41=0
$42=1
$43=1
$44=3
$45=4
$46=0
$56=1.000
$57=1800.000
$58=175.000
$59=6000.000
$60=0
$61=0
$62=0
$63=3
$64=1
$65=0
$259=0
$260=70
$261=70
$262=230
$263=30
$264=0
$265=100
$267=0
$100=80.000
$101=80.000
$102=400.000
$110=10200.000
$111=10200.000
$112=1200.000
$120=2200.000
$121=1800.000
$122=2200.000
$130=180.000
$131=180.000
$132=50.000
ok
$#
[G54:-499.000,-399.000,0.000]
[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]
[G59.1:0.000,0.000,0.000]
[G59.2:0.000,0.000,0.000]
[G59.3:0.000,0.000,0.000]
[G28:0.000,0.000,0.000]
error:7
EEPROM read failed. Reset and restored to default values.
ok
?
<Idle|WPos:419.000,349.000,0.000|A:S|H:1,7>
ok
here is the error message i get G-code motion target exceeds machine travel. Machine position safely retained. Alarm may be unlocked. (Right-click the ‘Devices’ button to reset the connection)
On or near line 4:
Job halted
Stream completed in 0:00
[MSG:Reset to continue]
ok
Ortur Aufero 1 S2 Ready!
OLF 183.
Grbl 1.1f [‘$’ for help]
[MSG:‘$H’|‘$X’ to unlock]
[MSG:Caution: Unlocked]
ok
Have you made changes to your GRGL configuration? There are some non-standard values there.
You also have a work offset configured which is what’s causing your home position to be reported as 419, 349.
I suggest 2 things:
- Reset your configuration to default values. Run this in Console:
$RST=*
This should be enough to get you to a working state.
- However, you’re also running a very old firmware. I suggest you update your firmware as it’s been improved to prevent these unintended work offset scenarios.
Find Ortur firmware here:
Ortur – Firmware Repository – Ortur
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.