 |
AtCore
1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
|
Go to the documentation of this file.
20 Q_PLUGIN_METADATA(IID
"org.kde.atelier.core.firmware")
40 QString
name()
const override;
47 QByteArray
translate(
const QString &command)
override;
TeacupPlugin()
Create new TeacupPlugin.
Definition: teacupplugin.cpp:27
virtual bool isSdSupported() const override
Check for plugin support of sd cards.
Definition: teacupplugin.cpp:22
QByteArray translate(const QString &command) override
Translate common commands to firmware specific command.
Definition: teacupplugin.cpp:32
The IFirmware class Base Class for Firmware Plugins.
Definition: ifirmware.h:24
QString name() const override
Return Plugin name.
Definition: teacupplugin.cpp:17
The TeacupPlugin class Plugin for Teacup.
Definition: teacupplugin.h:17