MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.28k stars 19.23k forks source link

Advanced Pause not compiling with Serial Port 2 on MKS Sbase #13088

Closed xStolix closed 5 years ago

xStolix commented 5 years ago

Description

Similar to #9948
Advanced pause on MKS SBase using LPC1768 generates an error when serial port 2 is defined. When serial port 2 is commented out it will compile with no errors but then you will not be able to use the TFT Display. The error is:

Marlin\src\module\configuration_store.cpp:2346:52: error: 'port' was not declared in this scope

Using Atom with PlatformIO with bugfix within the week Configuration_adv.zip

thinkyhead commented 5 years ago

I'm working on a reform to the serial print code that should fix this. I'll let you know when the patch is in.

thinkyhead commented 5 years ago

The patch has been applied. As a result the compile error should be fixed.

xStolix commented 5 years ago

Great Thanks!

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.