New Duet Web Control 1.14 and RepRapFirmware 1.17a-ch
-
I have another problem with chrishamm's build.
I got M557 command right before my G29 probe in my bed.g
but when I run it it shows error that my grid was not defined
The same bed.g works fine in David's build.
Maybe something to do with the code queue or buffering? -
Thanks for your feedback so far! I have just put another firmware build here: https://www.dropbox.com/s/xkw0f3xxdunposk/RRF-1.17a%2B1.zip?dl=0
This one should fix issues with M226, G92 (i.e. the SetPositions problem) and M557. Please let me know if this resolves your problems.Russ, you're saying you get a "File not found" error message when you try to download a file from the Duet. Can you tell me what board you're using and what the name of your file is? I'd like to be able to reproduce your problem so I can fix it as well.
G-code file editing except on the macros+sys pages is not on my TODO list, but I may implement that when I add checkboxes to the file pages.
-
I am about an hour into the print with 1.17a+1, everything seems fine.
Both the SetPositions and M557 problems are gone.
Great work -
Russ, you're saying you get a "File not found" error message when you try to download a file from the Duet. Can you tell me what board you're using and what the name of your file is? I'd like to be able to reproduce your problem so I can fix it as well.
I'm using a DuetWifi V1.0
when i get the "File not found" error, its only when I'm in the Gcode section of the web interface. & the file Must be in a folder. It dose not matter what file. as long as its not in the root gcode folder. ( i have other folders that i keep G code file's organized, its the files in those folders that show the error when clicking download) im guessing that its just not grabbing the directory correctly? if its in the root Gcode folder its fine…
G-code file editing except on the macros+sys pages is not on my TODO list, but I may implement that when I add checkboxes to the file pages.
it would be extremely helpful if there was an edit function. re uploading all the time for a simple change like editing something in the start script is a pain,
so an edit option would be very helpful.
i think i heard others say it was good also in another thread a while back.
[h]also,[/h] did you see my strange M25 command problem?
it could be a firmware thing ism not sure. but if some one could test theses files that would be good.
test theses, this is the original file but with an added M25 on line 200.
Thanks!!
~Russ
-
Russ, thanks for those details, I was able to reproduce your download problem and will provide a fix as part of a new DWC version soon.
Regarding your pause problem: It's a terrible idea to use M25 in G-code files, we have M226 for that and I fixed a related problem in the build from my last post. M25 should be only used from other G-code sources (like HTTP, USB or so). Please can you test my latest firmware build and let me know if that build resolves your issue?
-
On the subject of downloads would it be possible to change the meta type to something that actually downloads instead of always opening in the browser ? I go to backup the config and always have to hit download, then copy paste from the browser window and back into my backup file, etc. I know you can do a save as After the browser displays the file, but what a pain. This happens on FF and Chrome on all the PC's I've tested with, 3 or 4.
Thanks,
Jeff
-
Unfortunately at the moment there is no good alternative to opening a file in the same tab, because the WiFi server isn't multi-threaded yet. On wired Duets files can be downloaded while the web interface remains connected, but if a big file was downloaded from the Duet WiFi while DWC is open, you would get an AJAX error because the WiFi server doesn't send back any JSON responses until the file transfer is complete.
AFIAK the WiFi server will be enhanced in the future, but I cannot say when those modifications will be complete. Until then you'll have to wait for file transmissions first and press Ctlr+S to save it.
-
Russ, thanks for those details, I was able to reproduce your download problem and will provide a fix as part of a new DWC version soon.
Regarding your pause problem: It's a terrible idea to use M25 in G-code files, we have M226 for that and I fixed a related problem in the build from my last post. M25 should be only used from other G-code sources (like HTTP, USB or so). Please can you test my latest firmware build and let me know if that build resolves your issue?
Thanks Chris, i haven't gotten the chance to test this just yet.
I have been sick and other things keep me from doing it lol.for what ever reason i was not aware about the M25/M226.
apparently i missed the "The machine pauses printing at the current position within the file. To resume printing, use M24. Do not use this code to pause the print in a G-code file, use M226 instead. "
or it was added recently and i did not know
THANKS!!!!
~Russ
-
Unfortunately at the moment there is no good alternative to opening a file in the same tab,
what about just a pop out window like you already have for editing? then we can just copy paste. ( aka edit tab)
Because currently you have to reconnect to the duet if you click the download tab… what a bout at least opening in new tab/window? ( or still better yet, and edit button lol)
i know i really want that edit function hehe your all doing some fine work! one day at a time!
~Russ
-
ok… all is well!
just got around to checking the download in a folder prob... i'm sure you know its working but yes, it is
Thanks!!!
`Russ