Hello all,
I am hoping others might be able to point me In the right direction as to my mistake.
I was having issues with my LRv4 in that I could load and test run a g.code file above the work piece just fine. but when I actually have it work on the project itself it would for some reason just stop the job and I could see any issue in the logs. and I was using the FluidNC 3.1.1 or what came pre-flashed. In addition to this I just figured my limit switch pull offs distance and was trying to also figure out how to save those setting.
all this led me to just update to 3.9.9 and with some help from a member on the fb page on how to save my updates. .
well after update and saving my pull-off and power cycling my jackpot V1. None of the controls workd for any of the axis . this is what the log showed in the webUi (ap mode)
$G
[GC:G0 G54 G17 G21 G90 G94 M5 M9 T0 F0 S0]
ok
$SS
<Idle|MPos:0.000,0.000,0.000|FS:0,0|WCO:0.000,0.000,0.000>
[MSG:INFO: FluidNC v3.9.9 https://github.com/bdring/FluidNC]
[MSG:INFO: Compiled with ESP32 SDK:v4.4.7-dirty]
[MSG:INFO: Local filesystem type is littlefs]
[MSG:INFO: Configuration file:config.yaml]
[MSG:INFO: Machine Default (Test Drive no I/O)]
[MSG:INFO: Board None]
[MSG:INFO: Stepping:RMT Pulse:4us Dsbl Delay:0us Dir Delay:0us Idle Delay:255ms]
[MSG:INFO: Axis count 3]
[MSG:INFO: Axis X (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Axis Y (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Axis Z (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Kinematic system: Cartesian]
[MSG:INFO: STA SSID is not set]
[MSG:INFO: AP SSID FluidNC IP 192.168.0.1 mask 255.255.255.0 channel 1]
[MSG:INFO: AP started]
[MSG:INFO: WiFi on]
[MSG:INFO: Captive Portal Started]
[MSG:INFO: HTTP started on port 80]
[MSG:INFO: Telnet started on port 23]
ok
<Idle|MPos:0.000,0.000,0.000|FS:0,0|Ov:100,100,100>
[MSG:INFO: WebUI: Request from 192.168.0.2]
[MSG:INFO: WebUI: Request from 192.168.0.2]
$H
ERROR:5
Homing cycle failure. Homing is not enabled via settings.
Error : error:5 :undefined
[MSG:ERR: Setting disabled]
**Please note after this I Re flashed it again and whipped everything to still have the same results. Any input would be greatly appreciated.