forked from KDE/brprint3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes.txt
31 lines (25 loc) · 1.62 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Release Dez 12, 2015
-Remove Class - arduinoListener
Remove this class, because is not the best way to know when a arduino is connected. And, this class only worked with
original Arduino.
-Update Class
On the class PrinterSettingsWidget the method to locateArduino now use a QSerialPortInfo features and recognise
all serial devices that are connect to the computer.
===========================================================
Release Nov 30, 2015
-New Class
FilCount - Class to read a gcode file and calculate how much time the print job will spend and how many of filament will be used.
-3D View
Improve the loading of gcodes and STL files
Set the floor of the cube
Set the update of the cube if the area(XYZ) is changed
=============================================================
Release Nov 21,2015
-Made 5 new Class
-Printer Settings - To manage the data from the PrinterSettingsWidget.
-Printer Settings Widget - Widget set on the Left of the App. This widget serves to the user set the settings of the 3DPrinter.
-Manual Control Widget - Widget set on the Right of the App. This widget serves to the user set values as temperatures on the Extruder, Bed, Print Speed, Flow Rate of filament and cooler fan.
-Extruder Control Widget - Widget set inside the Manual Control Widget. This widget serves to the user control the position of the HotEnd and Retract/Extrude filament.
-Big Button - Generic Class to manage top buttons inside the App.
-Update use of QtSignals - I was using qt4 signal's, so I update to use qt5 signal's.
-Create the 3D Enviroment - Load GCODE and STL files. But have a bug on load STL files type ASCII.