WebUi not working after update

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. 

That is not showing any config files. Did you load the files from the firmware page after you wiped your board with that flash?

sorry i did not. when it booted up after the flash, it still had the config file shown in the file browser and listed as (active config ). so i assumed I it didn’t need anything else. my appologies for my mistake if i was suppose to. please see the config file that is active in the file browser.

board: None
name: Default (Test Drive no I/O)
meta:
stepping:
engine: RMT
idle_ms: 255
pulse_us: 4
dir_delay_us: 0
disable_delay_us: 0
segments: 12

spi:
miso_pin: NO_PIN
mosi_pin: NO_PIN
sck_pin: NO_PIN

sdcard:
cs_pin: NO_PIN
card_detect_pin: NO_PIN
frequency_hz: 8000000

kinematics:
Cartesian:

axes:
shared_stepper_disable_pin: NO_PIN
shared_stepper_reset_pin: NO_PIN
homing_runs: 2
x:
steps_per_mm: 80.000000
max_rate_mm_per_min: 1000.000000
acceleration_mm_per_sec2: 25.000000
max_travel_mm: 1000.000000
soft_limits: false
motor0:
limit_neg_pin: NO_PIN
limit_pos_pin: NO_PIN
limit_all_pin: NO_PIN
hard_limits: false
pulloff_mm: 1.000000
null_motor:

y:
steps_per_mm: 80.000000
max_rate_mm_per_min: 1000.000000
acceleration_mm_per_sec2: 25.000000
max_travel_mm: 1000.000000
soft_limits: false
motor0:
limit_neg_pin: NO_PIN
limit_pos_pin: NO_PIN
limit_all_pin: NO_PIN
hard_limits: false
pulloff_mm: 1.000000
null_motor:

z:
steps_per_mm: 80.000000
max_rate_mm_per_min: 1000.000000
acceleration_mm_per_sec2: 25.000000
max_travel_mm: 1000.000000
soft_limits: false
motor0:
limit_neg_pin: NO_PIN
limit_pos_pin: NO_PIN
limit_all_pin: NO_PIN
hard_limits: false
pulloff_mm: 1.000000
null_motor:

control:
safety_door_pin: NO_PIN
reset_pin: NO_PIN
feed_hold_pin: NO_PIN
cycle_start_pin: NO_PIN
macro0_pin: NO_PIN
macro1_pin: NO_PIN
macro2_pin: NO_PIN
macro3_pin: NO_PIN
fault_pin: NO_PIN
estop_pin: NO_PIN

coolant:
flood_pin: NO_PIN
mist_pin: NO_PIN
delay_ms: 0

probe:
pin: NO_PIN
toolsetter_pin: NO_PIN
check_mode_start: true
hard_stop: false

macros:
startup_line0:
startup_line1:
Macro0:
Macro1:
Macro2:
Macro3:
after_homing:
after_reset:
after_unlock:

start:
must_home: false
deactivate_parking: false
check_limits: true

parking:
enable: false
axis: Z
target_mpos_mm: -5.000000
rate_mm_per_min: 800.000000
pullout_distance_mm: 5.000000
pullout_rate_mm_per_min: 250.000000

user_outputs:
analog0_pin: NO_PIN
analog1_pin: NO_PIN
analog2_pin: NO_PIN
analog3_pin: NO_PIN
analog0_hz: 5000
analog1_hz: 5000
analog2_hz: 5000
analog3_hz: 5000
digital0_pin: NO_PIN
digital1_pin: NO_PIN
digital2_pin: NO_PIN
digital3_pin: NO_PIN
digital4_pin: NO_PIN
digital5_pin: NO_PIN
digital6_pin: NO_PIN
digital7_pin: NO_PIN

user_inputs:
analog0_pin: NO_PIN
analog1_pin: NO_PIN
analog2_pin: NO_PIN
analog3_pin: NO_PIN
digital0_pin: NO_PIN
digital1_pin: NO_PIN
digital2_pin: NO_PIN
digital3_pin: NO_PIN
digital4_pin: NO_PIN
digital5_pin: NO_PIN
digital6_pin: NO_PIN
digital7_pin: NO_PIN

arc_tolerance_mm: 0.002000
junction_deviation_mm: 0.010000
verbose_errors: true
report_inches: false
enable_parking_override_control: false
use_line_numbers: false
planner_blocks: 16

Update: I re upload the new config and the controller works! Thanks @vicious1

I may still have a problem with it stop working on my gcode file but if you would like I will close this and open another topic @vicious1

1 Like