grbalhal web builder error

burrow_87

New member
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 ==========================
 
Not sure what I am supposed to be looking at on that page. I have no problem flashing it. The problem lies within the grblhal web builder not compiling the Plasma/THC option. Basically I am stuck right now with a board I can not use for a CNC plasma table as I can not get it to compile the options.
 
Not sure what I am supposed to be looking at on that page. I have no problem flashing it. The problem lies within the grblhal web builder not compiling the Plasma/THC option. Basically I am stuck right now with a board I can not use for a CNC plasma table as I can not get it to compile the options.
The page I highlighted to you contains the instructions/software required top program Teensy.
The "grblhal web builder" is NOT PJRC Teensy software. Perhaps you should ask the Author of that software.
Also have a look here.
 
Last edited:
Thanks I really appreciate the heaping amount of help you have given. You are the reason people hate getting into these type of projects to begin with. You have convinced me however to throw this in ther trash and Just buy a Mesa 7I96s and just be done with it.
 
Thanks I really appreciate the heaping amount of help you have given. You are the reason people hate getting into these type of projects to begin with. You have convinced me however to throw this in ther trash and Just buy a Mesa 7I96s and just be done with it.
Your bitterness is misdirected. Your problem is with a software product, not the hardware platform. Go to the community that knows the software, it's not here.

Open source projects are a gamble. Most of the times they are good. Sometimes they are unsupported, or you are on your own. I've taken advantage of them, and also have been burned. Tossing your stuff in the trash and lashing out is counterproductive. Asking intelligent questions on the correct forum or mailing list is productive. Your choice. Good luck with your endeavors.
 
Back
Top