Jon Escombe
Jon Escombe
Hi, just wondering what the timeframe is for an update to the H7 framework? The current upstream version is 1.10, and the current platformio version is 1.81. The 1.10 release...
While there are still some lines to be received from the sender, then overrides (spindle / feed / rapid) behave as expected during job execution. However once the job is...
Following latest core update. It seems drivers are expecting `pin_mode_t.claimable`, but this doesn't exist in the struct.. ``` #if AUX_CONTROLS_ENABLED for(i = AuxCtrl_ProbeDisconnect; i < AuxCtrl_NumEntries; i++) { if(aux_ctrl[i].enabled) {...
Was just taking a closer look at driver_setup(), with respect to the stepper enable pins & startup current draw in the Trinamic drivers.. I'd updated the [H7 driver](https://github.com/dresco/STM32H7xx/commit/0fee249435874e9311fce8cdff744733ec34c274) in line...
Hi, I see from the schematic that the SWCLK and SWDIO connections on the SWD header are shared with SCL and SDA on the AT24C32 EEPROM. The SDA pin on...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description In the latest dev build, both Pocket_Shape and MillFace operations are...