The MarlinPlugin class Plugin for Marlin.
More...
#include <marlinplugin.h>
The MarlinPlugin class Plugin for Marlin.
◆ MarlinPlugin()
MarlinPlugin::MarlinPlugin |
( |
| ) |
|
◆ ~MarlinPlugin()
MarlinPlugin::~MarlinPlugin |
( |
| ) |
|
|
default |
◆ isSdSupported()
bool MarlinPlugin::isSdSupported |
( |
| ) |
const |
|
overridevirtual |
Check for plugin support of sd cards.
- Returns
- True if firmware plugin supports sd cards.
Implements IFirmware.
◆ name()
QString MarlinPlugin::name |
( |
| ) |
const |
|
overridevirtual |
Return Plugin name.
- Returns
- Marlin
Implements IFirmware.
◆ validateCommand()
void MarlinPlugin::validateCommand |
( |
const QString & |
lastMessage | ) |
|
|
overridevirtual |
validateCommand to filter commands from messages
- Parameters
-
lastMessage | last Message from printer |
Reimplemented from IFirmware.
The documentation for this class was generated from the following files: