Hello all. I am new to this electronics build stuff and I am having troubles with the firmware flash. I tried using web builder to build the firmware I need but when I select the plasma/THC option is causes error 422. I have deselected everything else and tried to just do a basic build but it still gives me the error. I just need to figure out the proper way to do this.
4 axis machine with auto square; x,y1,y2,z,A
ethernet; telnet
plasma/thc
reset/E stop
SD card enabled
I can get everything to work except the plasma/THC and I can not select the THCAD option to add my THC. any help would be much appreciated.
Command failed: pio run -etest -cjob.ini
In file included from src/driver.c:88:0:
src/grbl/motor_pins.h:28:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wexpansion-to-defined"
^
src/grbl/gcode.c: In function 'gc_execute_block':
src/grbl/gcode.c:3067:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
^
src/grbl/gcode.c:4543:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
^
src/networking/networking.c:100:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wstringop-overflow"
^
src/plasma/thc.c:1501:13: error: 'on_settings_changed' redeclared as different kind of symbol
static void on_settings_changed (settings_t *settings, settings_changed_flags_t changed)
^
src/plasma/thc.c:184:29: note: previous declaration of 'on_settings_changed' was here
static settings_changed_ptr on_settings_changed;
^
*** [.pio/build/test/src/plasma/thc.c.o] Error 1
========================== [FAILED] Took 3.30 seconds ==========================
4 axis machine with auto square; x,y1,y2,z,A
ethernet; telnet
plasma/thc
reset/E stop
SD card enabled
I can get everything to work except the plasma/THC and I can not select the THCAD option to add my THC. any help would be much appreciated.
Command failed: pio run -etest -cjob.ini
In file included from src/driver.c:88:0:
src/grbl/motor_pins.h:28:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wexpansion-to-defined"
^
src/grbl/gcode.c: In function 'gc_execute_block':
src/grbl/gcode.c:3067:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
^
src/grbl/gcode.c:4543:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
^
src/networking/networking.c:100:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas]
#pragma GCC diagnostic ignored "-Wstringop-overflow"
^
src/plasma/thc.c:1501:13: error: 'on_settings_changed' redeclared as different kind of symbol
static void on_settings_changed (settings_t *settings, settings_changed_flags_t changed)
^
src/plasma/thc.c:184:29: note: previous declaration of 'on_settings_changed' was here
static settings_changed_ptr on_settings_changed;
^
*** [.pio/build/test/src/plasma/thc.c.o] Error 1
========================== [FAILED] Took 3.30 seconds ==========================