![]() |
AtCore
1.0.70
AtCore is a API to manage the serial connection between the computer and 3D Printers.
|
The Bed Deform class. More...
#include <beddeform.h>
Classes | |
struct | BedDeformPrivate |
Signals | |
void | dataChanged (const QVariantList &data) |
Public Member Functions | |
BedDeform (QObject *parent=nullptr) | |
BedDeform Create a new bedDeform object. More... | |
void | decodeDeform (const QStringList &rawData) |
decodeDeform Decode the deform list from the provided lines More... | |
QVariantList | bedDeformationGrid () |
get bed Deform info More... | |
Properties | |
QVariantList | bedDeformationGrid |
Private Attributes | |
BedDeformPrivate * | d |
The Bed Deform class.
Read and hold data for the Bed Deformation of the printer
|
explicit |
BedDeform Create a new bedDeform object.
parent | Objects parent |
QVariantList BedDeform::bedDeformationGrid | ( | ) |
get bed Deform info
|
signal |
void BedDeform::decodeDeform | ( | const QStringList & | rawData | ) |
decodeDeform Decode the deform list from the provided lines
rawData | raw returns containing deform data |
|
private |
|
read |