Replies: 55 comments 153 replies
-
|
grblHAL build/patch 20250114. |
Beta Was this translation helpful? Give feedback.
-
|
mdns not build |
Beta Was this translation helpful? Give feedback.
-
|
Terje: Got stuck in the edit, and bailed by pushing the delete page button. |
Beta Was this translation helpful? Give feedback.
-
|
Building for Teensy fails with error 422 |
Beta Was this translation helpful? Give feedback.
-
|
Was trying to build a new firmware with the web builder because I am strugling with #653 and #634 too when building with pio under windows. |
Beta Was this translation helpful? Give feedback.
-
|
i am trying to build for picobob_dlx. 4 axis with networking. looking at the board profiles i suspect it is to do with this section : // Define user-control controls (cycle start, reset, feed hold) input pins. Only Estop is supported on the Mach3 BOB. so is i2c strobe set, when it should not be (i havn't selected the MPG and keyboard etc.) thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
Back again, had to take a break and work on some other projects.... I have been following and read back thru posts but did not find anything on this. |
Beta Was this translation helpful? Give feedback.
-
|
Btw, i selected ppi and cluster just to play with them. Dont know a ton about them or if that is related to the lpc issue |
Beta Was this translation helpful? Give feedback.
-
|
Quick question: is there a reason that the flexihal board map (STM32F4xx) is not included in the webbuilder? |
Beta Was this translation helpful? Give feedback.
-
|
Hi again... Best regards Jubaz |
Beta Was this translation helpful? Give feedback.
-
|
In Iosender - Settings: Grbl - X-axis acceleration, if you change the mA value it errors. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry X-axis motor current.. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry did not try that, and I just left... but the last firmware I build (web builder) just befor you fixed the 22mohm for the TMC5160T PLUS worked fine setting the current for the stepper motor. |
Beta Was this translation helpful? Give feedback.
-
|
It is not only the x axis, y, and z gives the same error too, just to let you know since you wrote $140 |
Beta Was this translation helpful? Give feedback.
-
|
IRMS 10.6A and peak 15A. |
Beta Was this translation helpful? Give feedback.
-
|
ESP32 I was wondering if it would be possible to add this board to the web builder? |
Beta Was this translation helpful? Give feedback.
-
|
ESP32 - Fysetc E4 v1.0 Build Failed
|
Beta Was this translation helpful? Give feedback.
-
|
Hello. Tell me what to do? The board is MKS DLC32 v2.1. I enabled WiFi "access point" support in the settings, enabled webui support, and flashed the board. I opened the smartphone, but the access point does not appear in the list. Do I need to configure it somehow or should it appear immediately after flashing? The firmware itself works and GRBLControl connects to the machine. |
Beta Was this translation helpful? Give feedback.
-
|
Are there any plans to add the BTT Kraken Board? |
Beta Was this translation helpful? Give feedback.
-
|
I do have a Kraken board for testing. I am willing to help in any way I can. I also have the pin outs etc.V/rBillOn Sep 7, 2025, at 4:27 AM, Jon Escombe ***@***.***> wrote:
No current plans (hard to keep up with all the BTT boards), but is probably easy enough to add. Do you have one for testing?
First thing would be to run through the schematic, and check the pinouts. Feel free to raise an issue in the H7 repo, and I'll have a look when I get a chance.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Teensy 4.1, T41U5XBB, Native USB. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, im newbie in Uc so please be patient ;-) |
Beta Was this translation helpful? Give feedback.
-
|
Hey, thanks for the answer, that's exactly what I wanted to ask, using clustering and grayscale, (lightburn) + jerk acc, the number of blocks in the CPU frame is related to the engraving speed, and the question is, is there any option to use this additional RAM for this by modifying the fw... just switching from atmega to imxrt did wonders, but with the 60w laser that I want to buy, I'm afraid that the limitation will still be the CPU/RAM |
Beta Was this translation helpful? Give feedback.
-
|
STM32F4xx, MKS Robin Nano 3.0. Setting Plugins -> MPG & DRO mode to "Auxiliary input switchover" causes the build to fail with |
Beta Was this translation helpful? Give feedback.
-
|
I'm getting build failures with the latest commit, possibly related to the new Trinamic drivers on iMXRT1062. Command failed: pio run -etest -cjob.ini
compilation terminated. |
Beta Was this translation helpful? Give feedback.
-
|
I think that the board map for the PiBot 6-axis I2S is missing a lot of the auxiliary pins, making configuring a probe and tool setter not possible at the same time. In addition to GPIO.2 which is already defined, there's also input 26, 33, 32, 35, 34, 39, and 36. Also does anyone know if you can build grlbhal with the latest version of ESP-IDF or do i have to downgrade. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Terjeio, I've just tried to update the firmware for my GRBLHAL2000 teensy controller but it doesn't work when I complete the flashing. The flash seems to go ok but when I tried to connect with IOsender it will say the connection isn't open and I can hear the USB sound going every few seconds like it is connecting and disconnecting. Last time I did an update from the web builder was 08 Feb 2025. I also noticed that if I have the probing plugin selected this time it will give a 422 error on building Below is the json from the last working firmware Thanks :) |
Beta Was this translation helpful? Give feedback.
-
|
Driver: ESP32 |
Beta Was this translation helpful? Give feedback.
-
|
Driver: RP2040 If MPG is enabled, the error message "SERIAL PORTS: available 1, required 2." appears. |
Beta Was this translation helpful? Give feedback.
-
|
Driver: STM32F4xx I get the following build error: In file included from Inc/driver.h:169:0,
from boards/btt_skr_2.0.c:25:
./boards/btt_octopus_pro_map.h:29:2: error: #error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
#error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
^~~~~
In file included from Inc/driver.h:169:0,
from boards/Devtronic_CNC_Controller.c:22:
./boards/btt_octopus_pro_map.h:29:2: error: #error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
#error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
^~~~~
*** [.pio/build/test/lib92a/boards/btt_skr_2.0.o] Error 1
*** [.pio/build/test/lib92a/boards/Devtronic_CNC_Controller.o] Error 1
In file included from Inc/driver.h:169:0,
from boards/flexi_hal.c:22:
./boards/btt_octopus_pro_map.h:29:2: error: #error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
#error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
^~~~~
*** [.pio/build/test/lib92a/boards/flexi_hal.o] Error 1
In file included from Inc/driver.h:169:0,
from boards/longboard32.c:23:
./boards/btt_octopus_pro_map.h:29:2: error: #error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
#error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
^~~~~
In file included from Inc/driver.h:169:0,
from boards/st_morpo_dac.c:22:
./boards/btt_octopus_pro_map.h:29:2: error: #error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
#error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
^~~~~
*** [.pio/build/test/lib92a/boards/longboard32.o] Error 1
In file included from Inc/driver.h:169:0,
from bluetooth/hc_05.c:24:
./boards/btt_octopus_pro_map.h:29:2: error: #error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
#error "This board has a STM32F429 processor with 25MHz crystal, select a corresponding build!"
^~~~~
*** [.pio/build/test/lib92a/boards/st_morpo_dac.o] Error 1
*** [.pio/build/test/libe9d/bluetooth/hc_05.o] Error 1
========================== [FAILED] Took 1.70 seconds ==========================```
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For reporting issues with the Web Builder. Previous discussion can be found here.
Beta Was this translation helpful? Give feedback.
All reactions