22 #include "atcorewidgets_export.h" 42 PrintWidget(
bool showAllControls =
true, QWidget *parent =
nullptr);
48 void setPrintText(
const QString &text);
54 void updateFanCount(
const int count);
61 void emergencyStopPressed();
68 void flowRateChanged(
const int rate);
81 void printSpeedChanged(
const int speed);
88 void fanSpeedChanged(
const int speed,
const int fanNum);
91 QPushButton *buttonPrint =
nullptr;
92 QComboBox *comboFanSelect =
nullptr;
93 QLineEdit *linePostPause =
nullptr;
94 QSpinBox *sbFlowRate =
nullptr;
95 QSpinBox *sbPrintSpeed =
nullptr;
96 QSpinBox *sbFanSpeed =
nullptr;