Replies: 38 comments 85 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.
-
Issue: Web Builder: Missing I2C_ENABLE section in generic RP2040 3 axis map? Strobe is there, but what about the data/clock pins? Attempting to connect a SSD1306 via I2C to an RP2040 running generic. It's not clear from the board maps where I2C is mapped to, and the generic map lacks I2C designations like some of the other boards (PicoBob DLX, although it maps SCL to GPIO29 which I thought was an unexposed ADC pin for measuring Vsys?) so no testing was possible uploading Picobob DLX to a bare Pi Pico 2040. Verified in OLED plugin code that the address for the OLED was 0x3C. Tried all SDA/SCL pin sets with no luck and pins defined as "aux" in the board map. At any rate, I tested OLED example code on the same board and could get the display working with Adafruit example code, so it's wired up properly, but inop from the software side. I'll see if it works in manual compilation, but I feel safe saying that it's not working, or isn't documented sufficiently for operation in the web builder. Thank you! |
Beta Was this translation helpful? Give feedback.
-
100% sure it's a 128x64 SSD1306 - Using the Adafruit example code, changing only the wire port to Wire1, SDA and SCL to 26 and 27, and changing the address to 0x3C, which is what the ssd1306_i2c.h file specifies. Photo confirms 64 pixel height. I did try the display at both 0x3C and 0x3D, I moved the address select resistor to both positions and adjusted the code accordingly, both work in Arduino, neither work in GrblHAL. part number is GME12864 as shown on the back of the display board. The I2C address that's set doesn't determine the resolution of the display, I think it's just set as a common default, but it's up to the assembly house how they populate the board. You're certain you have the 32 pixel variety? |
Beta Was this translation helpful? Give feedback.
-
The GRBLHAL2000 (iMXRT1062) supports 5 axes, so I think its profile should specify 5, not 4, axes. https://github.com/grblHAL/iMXRT1062/blob/b1cb61cee6378b03fc7b7e2cac54aaf0c31d9037/driver.json#L130 |
Beta Was this translation helpful? Give feedback.
-
Embroidery after enable laser ppi plugin, when disabled all works properly |
Beta Was this translation helpful? Give feedback.
-
Great tool, some suggestions:
|
Beta Was this translation helpful? Give feedback.
-
Web builder problem for PicoCNC. Spindle PWM pin appears to be left out of the build. $16=4 does not invert the PWM output (GPIO 27) and M3Sxxxx does not control it. $pins does not show GPIO 27 being assigned. This was a build with only the defaults used (PWM spindle option selected). A build from March 2025 does show GPIO 27 assigned to PWM and PWM pin behaves as expected.
|
Beta Was this translation helpful? Give feedback.
-
hi, on actual fw, pwm output do not work, on firmware builded 09.04.2025 pwm works T41U5XBB teensy 4.1 |
Beta Was this translation helpful? Give feedback.
-
Board esp32 mks tinibe1 4axis config 1 spindle pwm end enabling no directions |
Beta Was this translation helpful? Give feedback.
-
looks like something in the recent change to add the pwm pin broke something if the spindle is not set to pwm: |
Beta Was this translation helpful? Give feedback.
-
Tried the "all" option, and now the enable pin on my z axis never goes low. Using a PicoCNC, I'm assuming this is unrelated to the above spindle issue and is more related to the newer build of the firmware. |
Beta Was this translation helpful? Give feedback.
-
grblHAL build/patch 20250514 I'm trying to build an MPG pendant using an external ESP32. I'm stuck and I can't tell if it's an issue with the web builder or some setting I've gotten wrong. Attempting with
|
Beta Was this translation helpful? Give feedback.
-
not sure if this is an issue with GrblHAL or not, but I am compiling for a btt_skr_pro_1.2 with a Huanyang VFD using a serial to rs485 module. I have had it working in the past but I just reflashed from Ganged Y to auto square, all flashed fine but now I suddenly am getting an Alarm 14 (Spindle at speed Timeout) at boot, I have tried all settings, vfd connected and not, rs485 module disconnected, I tried flashing for both HY V1 and P2A. The Only way I can clear the error is to reflash with pwm control instead and that is not ideal. Any Help? |
Beta Was this translation helpful? Give feedback.
-
Web Builder is doing great job, I just build for stm32f103 bluepill, it would be great if there is some document that what changes effecting what config file which can also help to build locally ifneeded. After hours of try I am not able to build it locally with reduced code size, I try to disable my_machine.h , driver.json but it does not effect binary size. Any suggestion or pointer will be very helpful |
Beta Was this translation helpful? Give feedback.
-
Regression? I am building for PicoCNC. The resulting .uf2 loads but fails to boot. No USB port is created on the PC and there is no USB notification alert. Tried it for Pico2 (PicoCNC w/RP2350) and got the same result. In both cases I took the web builder defaults (which includes Connection: Native USB). HW is good, older FW builds work ok. |
Beta Was this translation helpful? Give feedback.
-
Another Regression? PicoCNC and RP23U56XBB M64/M65 do not work for Aux 0 - n (2 or 7, depending on board). The value at the pins does not change. grblHAL is bounds checking the P value. It works for earlier builds. |
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