DouglasPearless / Smoothie2

(Attempt at) A Smoothie firmware port to the Smoothieboard v2 boards.
GNU General Public License v3.0
0 stars 0 forks source link

Issue: No initial serial output on main.ccp on line 50 kernel->streams->printf("Smoothie2 dev\n"); #2

Closed DouglasPearless closed 7 years ago

DouglasPearless commented 7 years ago

The is no initial serial output when Smoothie starts up, for example:

main.ccp on line 50 kernel->streams->printf("Smoothie2 dev\n"); produces no output

DouglasPearless commented 7 years ago

Solved, there was still some USB code that needed to be disabled as SmoothieV2 was redirecting printf to the USB serial which has not been implemented yet.