From 6cd2ac8d2e11b1095c42ca91ff6c5543448ab0b1 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Sat, 21 Mar 2015 00:52:28 +0300 Subject: [PATCH] Editable baudrate Minor UI fixes --- mainwindow.ui | 9 ++++++++- repraptor.h | 4 ++++ sender.cpp | 1 + settingswindow.ui | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/mainwindow.ui b/mainwindow.ui index dfab89d..330d89f 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -51,10 +51,17 @@ 16777215 + + false + - + + + true + + diff --git a/repraptor.h b/repraptor.h index d446335..344d2ba 100644 --- a/repraptor.h +++ b/repraptor.h @@ -1,3 +1,7 @@ +///////////////////////////////////////////////// +//This file contains RepRaptor - specific stuff// +///////////////////////////////////////////////// + #ifndef REPRAPTOR_H #define REPRAPTOR_H diff --git a/sender.cpp b/sender.cpp index 641f5c8..6cee970 100644 --- a/sender.cpp +++ b/sender.cpp @@ -40,6 +40,7 @@ void Sender::sendNext() { if(printer->isWritable() && readyReceive) { + //Checksums if(sendingChecksum && resending) { if(resendNum < sentCommands.size()) diff --git a/settingswindow.ui b/settingswindow.ui index 0fdc7d6..347a03f 100644 --- a/settingswindow.ui +++ b/settingswindow.ui @@ -263,7 +263,7 @@ feedrate - + Qt::Horizontal