|
New firmware 0.96b and web interface 1.06 October 25, 2014 09:36AM |
Registered: 12 years ago Posts: 665 |
Quote
- M82 and M83 no longer reset the reported extruder positions
- Moved print factor implementation (extrusion+speed) to the Move class
- GCodes: All codes report replies with a '\n' at the end
- Calling M106 with no arguments reports current fan value in per cent
- M112 (Emergency Reset) doesn't send a reply to the web interface
- Webserver reports raw extruder positions without any modifiers applied to improve filament-based estimation.
This also fixes a bug where the web interface would report incorrect filament-based progress if Cura G-Code files with
more than 10000mm filament usage were printed (Cura generates G92 to reset it).
- Current fan value is reported to the web interface
- Bug fix: M552 always reported network to be enabled, even if it wasn't
- Other minor changes
Quote
- Filament-based estimation uses raw extruder positions for print time estimation (if available)
- STOP button is always enabled (if the web interface is online) and sends M999 along with M112
- Added new slider to the Control tab for easier fan value adjustment and added checkbox to enforce a preset value
- Changed parts of the Print Status layout
- Incoming G-Code responses are trimmed before they are added to the message log
- Buttons for "Move Head Positions" are now justified so they take up all the available space
- Print progress is estimated on filament usage again, the fraction of the file printed will be only used if there is no filament info available
- Other minor changes

|
Re: New firmware 0.96b and web interface 1.06 October 25, 2014 12:14PM |
Registered: 12 years ago Posts: 782 |
|
Re: New firmware 0.96b and web interface 1.06 October 25, 2014 02:27PM |
Registered: 12 years ago Posts: 665 |
Quote
appjaws1
How would you use the "Enforce fan value"?
Quote
appjaws1
When you say that in your next release you would only have one extruder control, how will that cope with 2 extruder machine?
|
Re: New firmware 0.96b and web interface 1.06 October 25, 2014 05:34PM |
Registered: 12 years ago Posts: 782 |
Quote
zombiepantslol
Enabling that option will make the web interface apply the slider's fan value, so one can override the M106 codes from a file being printed. Cura still doesn't generate working M106 codes, and if I print an older G-Code file, it happens that the fan is turned off (or set close to zero) when layers with a short layer time are printed. So I wanted to add a way to override these fan values on the web interface. It may be useful to experiment with different cooling values, too.
Quote
zombiepantslol
I'll probably remove the second extruder slider and make the current "Extr 1" heading a URL. Clicking on that one will then switch to the next extruder, so even three or more extruders can be controlled - depending on how many extruders are recognized by the web interface. I think at the moment the print control column is taking up too much space, so I want to change that if possible in my next release.