Welcome! Log In Create A New Profile

Advanced

M42 and M43 on non-Arduino boards?

Posted by JuKu 
M42 and M43 on non-Arduino boards?
May 16, 2023 01:38PM
I'm working on SKR 3 board. If I enable either M42 or M43 (direct pin control commands) in configuration_adv.h, the compile fails on pinsDebug.h. That file talks about Arduino and refers to Arduino specific terms and routines. Am I correct that these commands are not supposed to work on other than Arduino boards?
Re: M42 and M43 on non-Arduino boards?
May 16, 2023 07:52PM
All Boards that support Marlin are using a Arduino framework

SKR 3 uses framework-arduinoststm32 @ ~4.20200.220530

Many boards are missing the define NUM_ANALOG_FIRST including the SKR 3

See [github.com] for a work around
Re: M42 and M43 on non-Arduino boards?
May 17, 2023 02:50AM
Thank you! And sorry for bothering you; I must have missed a letter or something like that when copy-pasting the term in my searchs.
Sorry, only registered users may post in this forum.

Click here to login