Nico Tonnhofer

Results 407 comments of Nico Tonnhofer

Hi @gagauz , I've never add the stm32 to the configtool. As I remember, it's already some years ago, the parser for the stm pins would need alot rework.

Hmmm... Probably we can force the colors somewhere for wx. I think there is a switch for using/not using "system settings" or similar.

@phord , which version of wx are you using. I found some issues with mac os and 4.0x. Maybe it's solved with 4.1?

> but it would be nice if the controller would do that by himself! It should. Can you please show printer and board file?

Can you please send a M119 to report the endstop status. Before sending, be sure, that no endstop is touched.

Did you have the same issue with G28 Y as command? Can you please upload your files not as pdf? I need normal header files to make some tests.

Got it. A simple overflow. I will push an update. Just fixed in the experimental branch.

Btw. It is always a good idea to compile it with `-Wall` ``` CC build/home.o home.c: In function 'set_axis_home_position': home.c:197:37: warning: integer overflow in expression of type 'int' results in...

The issue in this case is, that both values are < 16bit (sizeof(int) on AVR) and defines. In this case the compiler will set both to int and make the...

Here are the lines depending for the ~1700mm. https://github.com/Traumflug/Teacup_Firmware/blob/9b934c364e52c976adaa08fabdffd1f99d6af3eb/dda.c#L328-L330