Releases: villamany/3dpBurner-sender
v1.2 stable
A maintenance release of the 3dpBurner Sender application.
Changelog from v1.1 to v1.2:
-Added "Send configuration file to 3dpBurner" option. Check "Settings" menu. No more manual line by line GRBL configuration.
-Added "View 3dpBurner configuration" option for retrieving the actual 3dpBurner parameters. Check "Settings" menu.
-Added button for direct moving the carriage to X0,Y0 coordinate.
-Moved the "Unlock Alarm" button next to the "Reset" one and added blinking button warning when locked.
v1.1 stable
Changelog since latest stable v0.2.1 to the newer v1.1
-The application has been centered for simplicity and 3dpBurner best performance instead compatibility with general GRBL based devices (there are other better alternatives for these). Mode menu and port speed selection has been removed.
-Corrected stability issues.
-Added "hold" and "Resume" buttons.
-When sending files the screen and system will prevent to entering in idle mode returning to default mode when no transfer in progress (prevent hangs and micropauses issues when streaming).
-New look and other minor functions added.
v1.0beta2
//-------------------------------------------------------
v1.0beta2
//-------------------------------------------------------
//-A more precise remaining time
//-Code cleanup
//-Other minor bugs and improvements
v1.0_Beta
//-------------------------------------------------------
v1.0beta
//-------------------------------------------------------
-The application has been centered for simplicity and 3dpBurner best performance instead compatibility with general GRBL based devices (there are other better alternatives for these). Mode menu and serial port speed selection has been removed.
-Corrected stability issues.
-Added "Hold" and "Resume" buttons.
-When sending files the screen and system will prevent to entering in idle mode returning to default mode when no transfer in progress or application is closed (prevent hangs and micropauses issues when streaming).
-New look and other minor functions added.
v0.2.1
v0.2
v0.1.1
v0.1.1
// Improved file streaming speed: On file streaming all line responses was added to log console. this produce a slowly file streaming due many visual lines to move. Now only add lines if response is not "ok"
// Removed "stop" button it no was canceling instantly, now only "start" button enabled/disabled during streaming, press reset if you want to cancel the work.
// Added bufer status text near progress bar
// Added total processed lines on the total lines label
// Other minor changes