Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:12AM |
Registered: 9 years ago Posts: 16 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:37AM |
Registered: 8 years ago Posts: 24 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:41AM |
Registered: 9 years ago Posts: 14,640 |
Quote
Treito
The progress bar hung after the last big print. See attached picture.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:45AM |
Registered: 9 years ago Posts: 14,640 |
Quote
Treito
14:58:11 Program static ram used: 42044 Dynamic ram used: 38476 Recycled dynamic ram: 1400 Current stack ram used: 1288 Maximum stack ram used: 2280 Never used ram: 14104 Last reset 00:01:34 ago, cause: watchdog Last software reset code & available RAM: 0x0000, 16160 Error status: 0 Bed probe heights: 0.000 0.000 0.000 0.000 Free file entries: 10
Regarding the reset problem.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:49AM |
Registered: 9 years ago Posts: 14,640 |
Quote
3djim
Hi David
I am having an issue with firmware 65e and web0.90. I have had a couple of occasions where the web interface does not report the firmware version and the some of the controls are not available. The reprap.htm and reprap.js shows the correct 0.90 versions. This happened a few days ago and after resetting the machine several times the firmware appeared in the setting tab of the web page and all was good again. i then had a reoccurance this morning and have not been able to get the problem to go away. The web page connects to the printer ok and the printer name appears correctly. The homing buttons operate but i get no position feed back from the printer, and they do not change colour.The stop and pause buttons do not work. The temp readings do not respond although the heaters do start when the buttons are pressed and show the correct temps in pronterface. The sd file list is empty. i can connect through pronterface and the firmware version is shown correctly. i can upload files and they then appear in the sd card list. i have tried reloading the firmware but this has made no differance.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:52AM |
Registered: 9 years ago Posts: 14,640 |
Quote
KenF
There may be a different reason for what's happening with yours, 3djim, but I've noticed similar effects if I connect to the Duet with a browser window when there's already another browser window connected to it.
Ken.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 10:16AM |
Registered: 9 years ago Posts: 16 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 10:37AM |
Registered: 8 years ago Posts: 1,699 |
Quote
dc42
Can you post a zipped gcode file that causes this problem if you print it/pause/reset/re-print it, and say at approximately what point you paused it?
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 10:47AM |
Registered: 9 years ago Posts: 14,640 |
Quote
3djim
I am running your firmware. Reprapfirmware-065e-dc42.bin. although the printer is doing some strange things. The web interface appears to be working again and i have all the buttons working ok. the axis home correctly and show in blue. the temp readings are correct and updating. the printprogress is showing correctly but i still dont have a version for the firmware showing in the settings tab. On the message tab the message log shows a M503 command being sent about every 3 or 4 minutes not sure if this correct or not.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 10:53AM |
Registered: 9 years ago Posts: 14,640 |
Quote
Treito
I also tried your Slic3r settings that you posted some times ago, but these files does not work for me, unfortunately, because I have some quality issues. Can you move the z-axis that fast? More than 100 mm/min and it gets stuck, the motor blocks for a while and so on, loosing the precision of the axis.
M201 X800 Y800 Z10 E350 ; set accelerations, increase E M203 X12000 Y12000 Z180 E3000 ; increase max X, Y and extruder speeds
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 11:14AM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 11:16AM |
Registered: 9 years ago Posts: 14,640 |
Quote
Treito
Quote
dc42
Can you post a zipped gcode file that causes this problem if you print it/pause/reset/re-print it, and say at approximately what point you paused it?
No problem. The point does not matter but mostly I reset if the filament does not stick on the bed that means during the first layer. The problem only occurs if I resend the same file. I think if I send another file there is no problem. The reset happens after homing the axes and before the extruder starts heating.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 11:36AM |
Registered: 8 years ago Posts: 1,699 |
Quote
dc42
Thanks, I can reproduce the reset problem. Looking into it now.
One thing I notice is that you are using absolute extruder distances. Although my firmware contains a fix to support this, it is recommended that you use relative extruder distances with the Duet firmware. This also explains why the progress bar finished at 78% instead of near 100%. When you use absolute extruder distances, slic3r inserts G92 E0 commands every few lines to reset the extruder distance to 0. The web interface attempts to detect these resets and work out what has happened. However, because the web interface only asks for the data about once a second, it is probably missing some of these. So the web interface is under-reporting the total filament extruded, hence under-calculating progress.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 12:18PM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 12:34PM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 06:17AM |
Registered: 9 years ago Posts: 16 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 07:27AM |
Registered: 9 years ago Posts: 14,640 |
Quote
3djim
Hi David
I have updated the firmware to your 0.65f-dc42 and the printer is working fine again. many thanks for your help. maybe i did install the wrong branch of the firmware.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 07:49AM |
Registered: 9 years ago Posts: 780 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 07:55AM |
Registered: 9 years ago Posts: 2,472 |
Quote
appjaws1
Hi David,
Using 0.65e-dc42 firmware and web interface 0.90.
A test print has just finished and for some reason the number of layers reported is double what it should be. I noticed this yesterday with all the prints I did but I don't think it was double, more like triple if I remember correctly.
Paul
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 08:12AM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 08:13AM |
Registered: 9 years ago Posts: 780 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 08:17AM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 09:40AM |
Registered: 9 years ago Posts: 780 |
Quote
dc42
Hi Paul, the layer_height comment needs to be near the start of the file for the firmware to pick it up. It's only the filament used that it looks for at the end, because that is where slic3r puts it (presumably, it doesn't know how much filament is needed until the end). EDIT: I just noticed that you have one there as well as at the end.
Did the web interface display the object height correctly?
EDIT:
1. When you print that piece, what does the web interface report as the layer height on the Print Status page (not the Settings page)?
2. It might be worth trying with firmware 0.65f-dc42 because one of the two fixes in that release might be relevant.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 10:06AM |
Registered: 8 years ago Posts: 16 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 10:12AM |
Registered: 9 years ago Posts: 14,640 |
Quote
jondel
"You must edit your custom gcode in slic3r. Change T0 to T1". I use Cura is it possible to do this in Cura without manually editing the gcode file.It`s probably something simple butI can`t see how to do it.
Thanks
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 10:38AM |
Registered: 8 years ago Posts: 16 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 11:04AM |
Registered: 9 years ago Posts: 377 |
Quote
dc42
Heater 0 is the bed heater, so your G10 command was commanding the bed to 190C. This is how RRP's 0.65e firmware behaves, and my fork has inherited that behaviour after the merge. But I'm not so sure it is a good idea, so maybe I should make a change to treat P0 as an error in the G10 command.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 11:12AM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 03:40PM |
Registered: 9 years ago Posts: 780 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 10, 2014 04:21PM |
Registered: 9 years ago Posts: 14,640 |