Update Profiles Dialog
ClosedPublic

Authored by rizzitello on Feb 19 2018, 3:35 AM.

Details

Summary

Add firmware selector to the dialog under advanced
Labels for maximum bed and extruder temperatures converted them to qSpinBox

Diff Detail

Repository
R231 Atelier
Branch
profileUpdate
Lint
No Linters Available
Unit
No Unit Test Coverage
rizzitello requested review of this revision.Feb 19 2018, 3:35 AM
rizzitello created this revision.
rizzitello updated this revision to Diff 27515.Feb 19 2018, 3:47 AM
  • personal review
rizzitello added inline comments.Feb 19 2018, 3:48 AM
src/mainwindow.cpp
110–111

lines 116-120 will be removed when D10645 is merged

laysrodrigues requested changes to this revision.Feb 19 2018, 12:13 PM

@rizzitello You need to adapt ConnectSettingsDialog method profileData to load the correct info of bed and extruder temps.

This revision now requires changes to proceed.Feb 19 2018, 12:13 PM
rizzitello added a comment.EditedFeb 19 2018, 12:33 PM

@rizzitello You need to adapt ConnectSettingsDialog method profileData to load the correct info of bed and extruder temps.

This Is Done.

In D10645.
data["bedTemp"] = settings.value(QStringLiteral("maximumTemperatureBed"), QStringLiteral("0"));
data["hotendTemp"] = settings.value(QStringLiteral("maximumTemperatureExtruder"), QStringLiteral("0"));
rizzitello updated this revision to Diff 27640.Feb 20 2018, 9:11 PM
  • update for new base
laysrodrigues accepted this revision.Feb 24 2018, 2:26 AM
This revision is now accepted and ready to land.Feb 24 2018, 2:26 AM
patrickelectric accepted this revision.Feb 24 2018, 4:02 AM
rizzitello closed this revision.Feb 24 2018, 1:15 PM