You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I build the default, everything seems to work (with the generic map).
If I define everything inside the #ifdef MAKE_IT_FAIL inside the attached my_machine.h, including using 6 axis and the mappings in the attached mapping file, it does not appear to run.
There is no response on the usb/serial port when built with the attached files.
The text was updated successfully, but these errors were encountered:
Do not #define M3_AVAILABLE - M5_AVAILABLE in the map file, these will be defined elsewhere depending on the configuration in grbl/config.h and my_machine.h. Follow the same structure as used in the other map files.
Thank you - after some more reading I figured that out and corrected that problem - but it was not the cause.
The cause appears to be using the STEP_PORT GPIO_PIO_1.
I was able to trace that it stopped execution within the call assign_step_sm(&x_step_pio, &x_step_sm, X_STEP_PIN); (or there abouts).
(line 2967 in driver.c). When I changed to use GPIO_PIO it started working again.
Failure.zip
If I build the default, everything seems to work (with the generic map).
If I define everything inside the #ifdef MAKE_IT_FAIL inside the attached my_machine.h, including using 6 axis and the mappings in the attached mapping file, it does not appear to run.
There is no response on the usb/serial port when built with the attached files.
The text was updated successfully, but these errors were encountered: