New firmware 0.96e and web interface 1.08 November 18, 2014 05:54PM |
Registered: 10 years ago Posts: 665 |
Quote
Added code for internal UART line to add support for external devices (thanks dc42)
Implemented M105 S2 to output JSON status message (thanks dc42)
Updated dc42's and my list of firmware changes
M0 no longer deselects the current tool when a print is cancelled
Implemented M32 (Select file and start SD print)
When a paused print is resumed, M24 (Resume print) runs "resume.g" and goes back to the position the print was originally paused at
M25 (Pause print) runs "pause.g" file and slows down the current move
Implemented isolated moves in the Move code. These will be performed if the look-ahead can't be used, e.g. because a print has been paused
Move code recalculates acceleration profile for the next DDA entry to be used when a print is resumed
Webserver only increases seq variable when it is actually accessed
Upload data is only written at block sizes of 256 bytes max (reduced from 512 bytes to decrease maximum Spin time)
M116, M109 and M190 wait for all moves to finish again (shouldn't have queued them in earlier releases)
Removed Arduino core patches for older Arduino releases, added README file and merged in dc42's changes for the UART code
Bug fix: Telnet responses report "ok" and "Error"
Bug fix: Telnet G-Code response handler only checks for a line break at the end and if no more data is expected to be written
Other minor changes
Quote
Pause/Reset sends T0 after M0 (With my firmware M0 no longer deselects the current tool when a print is cancelled)
Settings page doesn't attempt to load the config.g file if the web interface is not online
Head controls are enabled again when the print has been paused
Feed amounts: Replaced 5mm and 20mm with 10mm and 50mm (makes more sense IMHO)
Fixed layer change detection for paused prints
Re: New firmware 0.96d and web interface 1.08 November 19, 2014 08:40AM |
Registered: 10 years ago Posts: 782 |
Re: New firmware 0.96d and web interface 1.08 November 19, 2014 12:44PM |
Registered: 10 years ago Posts: 209 |
Re: New firmware 0.96e and web interface 1.08 November 19, 2014 08:21PM |
Registered: 10 years ago Posts: 665 |
Re: New firmware 0.96e and web interface 1.08 November 20, 2014 02:42AM |
Registered: 10 years ago Posts: 14,685 |
Re: New firmware 0.96e and web interface 1.08 November 20, 2014 05:55AM |
Registered: 10 years ago Posts: 665 |
Re: New firmware 0.96e and web interface 1.08 November 20, 2014 12:49PM |
Registered: 10 years ago Posts: 14,685 |
Quote
zombiepantslol
Out of curiosity, can you check if my firmware fork works with your LCD controller?
Re: New firmware 0.96e and web interface 1.08 November 23, 2014 12:17PM |
Registered: 10 years ago Posts: 782 |
Re: New firmware 0.96e and web interface 1.08 November 28, 2014 11:47AM |
Registered: 10 years ago Posts: 782 |