New firmware 1.09k-ch October 21, 2015 12:50PM |
Registered: 9 years ago Posts: 665 |
Quote
Arduino device tree version 1.0.4:
- Merged in latest version from Arduino GitHub repo
- Merged in T3P3's changes for the Duet 0.8.5 (thanks Tony)
Preliminary firmware version 1.09h:
- Merged in latest improvements from dc42's 1.09k firmware (thanks dc42+T3P3)
- Merged in Adrian's M42 implementation
Firmware version 1.09i:
- Tool warning messages are only sent at an interval of 4 seconds
- Updated SD images with proper movement settings
- Bug fix: Speed factor override wasn't working
- Bug fix: Changing the tool during a print caused the firmware to hang
- Bug fix: M408 could cause an endless loop if no S param was specified
- Bug fix: E0 drive wasn't working and Move code was sometimes stuttering
Firmware version 1.09j:
- Merged in Roland support code from RRP's repo (thanks Adrian)
- Dwell enforces all movement to stop
- Improved NetworkTransaction interface
- For continous output writes, one OutputBuffer is left free for single allocation
- Watchdog is set up in the Platform class (and no longer in the RepRap file)
- Webserver writes uploaded data immediately and doesn't store it any more
- Telnet and FTP now allow only one single connection per protocol
- Telnet doesn't ask for a password if none has been configured (for Pronterface support)
- Telnet ignores the first few incoming bytes within the first 4
- Bug fix: Live coordinates with tool offset were not reported to web interface
- Added description for AGND (Duet 0.8.5) to Duet expansion header documentation
Firmware version 1.09k:
- Updated Duet expansion header documentation to incorporate changes for Roland mill
- M36 and rr_fileinfo are now multi-pass to improve the Spin loop timing
- First layer height is now parsed and reported by M36 and rr_fileinfo
- Replaced a few tabs with spaces in the Makefile to fix build issues on Ubuntu
- IP address changes take effect immediately (see M552 - M554)
- Improved layer detection algorithm (should fix most problems with "Lift Z" option)
- Increased OutputBuffer safety in Webserver classes
- Decreased HTTP timeout to 8 seconds
- Minor improvements in the MassStorage class
- Bug fix: Roland interface didn't pick up any moves
- Bug fix: Block reads via FileStore didn't update the file position
- Bug fix: Merged in missing M92 code from dc42's fork for Delta support (thanks dc42)
Re: New firmware 1.09k-ch October 21, 2015 02:19PM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 1.09k-ch October 22, 2015 05:55AM |
Registered: 9 years ago Posts: 665 |
Quote
Treito
Did you change your FW-name to ch now? Don't you use zpl anymore?
Re: New firmware 1.09k-ch October 22, 2015 06:34AM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 1.09k-ch October 22, 2015 07:58AM |
Registered: 9 years ago Posts: 665 |
Quote
At the moment, the biggest differences between dc42's and my fork are the smaller memory footprint, improved layer statistics during file prints, usage of a customised Arduino board to build the firmware with, and the ability to disable the heated bed via "M140 H-1". I figure the latter is especially interesting for Fisher owners, because it effectively hides the heated bed entry on the web interface. The movement control, however, is the same nice code dc42 provides.
Re: New firmware 1.09k-ch October 22, 2015 03:27PM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 1.09k-ch October 26, 2015 02:01PM |
Registered: 9 years ago Posts: 665 |
Re: New firmware 1.09k-ch October 28, 2015 08:24PM |
Registered: 9 years ago Posts: 859 |
Re: New firmware 1.09k-ch October 29, 2015 07:04AM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 1.09k-ch October 29, 2015 08:04AM |
Registered: 9 years ago Posts: 2,472 |
Quote
Treito
Hello Kim,
unfortunately I do not own a gas cooker and to buy one only for this purpose does not make sense as I paid for the complete nozzle less than 6€.
Best regards,
Sven
Re: New firmware 1.09k-ch November 04, 2015 04:27PM |
Registered: 10 years ago Posts: 36 |
Quote
zombiepantslol
To those who are interested: I've just released version 1.09l which fixes a bug where certain pull-ups weren't properly disabled.
Re: New firmware 1.09k-ch November 04, 2015 05:28PM |
Registered: 10 years ago Posts: 36 |
Re: New firmware 1.09k-ch November 05, 2015 08:20AM |
Registered: 9 years ago Posts: 665 |
Quote
NOTE: As of Arduino 1.6.5, there is a bug that prevents the proper installation of this device tree. However, as a work-around, you can install the "Arduino SAM" package first. Once you have done this, open the "Boards Manager" and install the Duet device tree in the same way.
Re: New firmware 1.09k-ch November 05, 2015 05:54PM |
Registered: 10 years ago Posts: 36 |
Re: New firmware 1.09k-ch November 06, 2015 02:35AM |
Registered: 8 years ago Posts: 1,699 |
Quote
coogrrr
Side note does this board support this spare 16GB SD I took from my previous phone? The board comes with 2GB and there are addressing limitations just dont know if this board supports >4GB??
Re: New firmware 1.09k-ch November 06, 2015 02:37PM |
Registered: 9 years ago Posts: 665 |
Quote
coogrrr
So Chris.... If I completely remove the 1.6.5 can I install 1.6.1 and use your tree? I am not particularly attached to any version - 1.x anything works fine for my Marlin so I can back down to a version of Arduino you recommend and tested to work with your boards addition.
Yes the Powershell script is wonderful - in fact so nice that If I could get the PS IDE to deal with Arduino properly I would likely only be using this to deal with my Marlin and now my Zombiefied Krakken printers! I will even be looking at Dave's DC42 Fork to see if I can get your powershell to work with it as well. for compiling and uploading I have found this to be much easier than Eclipse by far but I am a total noob to Eclipse so take that with a big grain of salt.
The main thing is - now that I can compile and upload as I choose I can tweak and adjust the settings as I choose. Lastly - to get the SD card loaded up the steps from nothing to something for me (please confirm) 1. Setup IP so the unit gets an IP address on my network with proper subnet mask. 2. Compile 3. Upload 4 use FTP to transfer files to SD card..... 5. What files do I put on SD?
Side note does this board support this spare 16GB SD I took from my previous phone? The board comes with 2GB and there are addressing limitations just dont know if this board supports >4GB??
Again Chris, Dave - your efforts and contributions cannot be fully appreciated by most but I am trying to do my part to make sure you both are credited and more people know about those efforts!
James
Re: New firmware 1.09k-ch November 08, 2015 11:19AM |
Registered: 8 years ago Posts: 62 |
Re: New firmware 1.09k-ch November 08, 2015 11:38AM |
Registered: 8 years ago Posts: 62 |
Re: New firmware 1.09k-ch November 08, 2015 01:19PM |
Registered: 9 years ago Posts: 665 |
Re: New firmware 1.09k-ch November 13, 2015 08:44AM |
Registered: 9 years ago Posts: 665 |