inib / Marlin

This marlin fork is used to keep track of the configs of my printers - use at own risk and check the wiki - if you have questions feel free to use the Issues tab
https://github.com/inib/Marlin/wiki
GNU General Public License v3.0
44 stars 18 forks source link

code will not compile , problem with stepper drivers #16

Open wippy748s opened 2 years ago

wippy748s commented 2 years ago

When I come to compile the code , it fails and i get this message , any ideas what I am doing wrong ?

thanks

.pio\libdeps\mks_robin_nano\TMCStepper\src\source\TMC2208Stepper.cpp: In member function 'void TMC2208Stepper::beginSerial(uint32_t)': .pio\libdeps\mks_robin_nano\TMCStepper\src\source\TMC2208Stepper.cpp:39:14: error: 'class SoftwareSerial' has no member named 'end'; did you mean 'read'?
SWSerial->end(); ^~~ read .pio\libdeps\mks_robin_nano\TMCStepper\src\source\TMC2208Stepper.cpp: In member function 'void TMC2208Stepper::postReadCommunication()': .pio\libdeps\mks_robin_nano\TMCStepper\src\source\TMC2208Stepper.cpp:182:14: error: 'class SoftwareSerial' has no member named 'end'; did you mean 'read'?
SWSerial->end(); ^~~ read Compiling .pio\build\mks_robin_nano\libd64\LiquidTWI2\LiquidTWI2.cpp.o *** [.pio\build\mks_robin_nano\lib017\TMCStepper\source\TMC2208Stepper.cpp.o] Error 1 ========================= [FAILED] Took 30.66 seconds =========================

Environment Status Duration


mks_robin_nano FAILED 00:00:30.664 ==================== 1 failed, 0 succeeded in 00:00:30.664 ==================== The terminal process "C:\Users\nissa.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'mks_robin_nano'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.