![]() |
AtCore
1.0.70
AtCore is a API to manage the serial connection between the computer and 3D Printers.
|
The SprinterPlugin class Plugin for Sprinter. More...
#include <sprinterplugin.h>
Public Member Functions | |
SprinterPlugin () | |
Create new SprinterPlugin. More... | |
~SprinterPlugin ()=default | |
virtual bool | isSdSupported () const override |
Check for plugin support of sd cards. More... | |
QString | name () const override |
Return Plugin name. More... | |
![]() | |
IFirmware () | |
void | init (AtCore *parent) |
~IFirmware () override=default | |
virtual void | validateCommand (const QString &lastMessage) |
Virtual validateCommand to filter commands from messages. More... | |
virtual QByteArray | translate (const QString &command) |
Virtual translate to be reimplemented by Firmwareplugin. More... | |
AtCore * | core () const |
AtCore Parent of the firmware plugin. More... | |
Additional Inherited Members | |
![]() | |
void | checkCommand (const QByteArray &lastMessage) |
call Validate Command More... | |
![]() | |
void | readyForCommand (void) |
emit when firmware is ready for a command More... | |
![]() | |
QString | name |
bool | sdSupport |
The SprinterPlugin class Plugin for Sprinter.
SprinterPlugin::SprinterPlugin | ( | ) |
Create new SprinterPlugin.
|
default |
|
overridevirtual |
Check for plugin support of sd cards.
Implements IFirmware.
|
overridevirtual |