Laser sculpfun S9 gratta avanti e indietro

salve, ho acquistato un incisore laser sculpfun S9, ma ho problemi con l’installazione, ha riconosciuto la macchina pero’ quando sposto il laser avanti e indietro gratta e va a scatti
invece con il programma laser grbl funziona correttamente.
Nella consolle mi appare questo:
error:5
Il ciclo di homing non è abilitato nelle impostazioni Grbl.
Sarà questo il motivo?come lo posso risolvere?

did you solve yet?

the default sculpfun binary does not have homing function built in.
you have 2 solutions- change Lightburn to not have absolute coordinates or add switches and reflash.

this is the original grbl config- look at $22 - $25
$0=10 (Step pulse time)
$1=25 (Step idle delay)
$2=0 (Step pulse invert)
$3=0 (Step direction invert)
$4=0 (Invert step enable pin)
$5=0 (Invert limit pins)
$6=0 (Invert probe pin)
$10=1 (Status report options)
$11=0.010 (Junction deviation)
$12=0.002 (Arc tolerance)
$13=0 (Report in inches)
$20=0 (Soft limits enable)
$21=0 (Hard limits enable)
$22=0 (Homing cycle enable)
$23=0 (Homing direction invert)
$24=25.000 (Homing locate feed rate)
$25=500.000 (Homing search seek rate)
$26=250 (Homing switch debounce delay)
$27=1.000 (Homing switch pull-off distance)
$30=1000 (Maximum spindle speed)
$31=0 (Minimum spindle speed)
$32=1 (Laser-mode enable)
$100=80.000 (X-axis travel resolution)
$101=80.000 (Y-axis travel resolution)
$102=250.000 (Z-axis travel resolution)
$110=6000.000 (X-axis maximum rate)
$111=6000.000 (Y-axis maximum rate)
$112=1000.000 (Z-axis maximum rate)
$120=1000.000 (X-axis acceleration)
$121=1000.000 (Y-axis acceleration)
$122=10.000 (Z-axis acceleration)
$130=410.000 (X-axis maximum travel)
$131=400.000 (Y-axis maximum travel)
$132=200.000 (Z-axis maximum travel)

if you joint the Fb group, there is an updated grbl binary there for 1.1h that has homing built in.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.