Duet Wifi setup - need help
-
Thanks once again for the support. I don't think the rattling noise sounded like what had happened to you but will have to wait until it happens again…perhaps I can then describe it better.
Yes, I suppose you both are right regarding my printer setup and tuning. Still new to this so will work on that.
Something else has come up...on a couple of occasions, I have gotten a heater fault. The first time, I thought a thermistor wire came loose or something of that nature and double checked the wiring and found no obvious problems. Eventually got it working again but can't recall what I did to "fix" it. Now, this just happened again. I am doing test prints to adjust the z-offset and cancelled a print bad start via the web interface. I then edited the config.g file and tried again. It seemed that the z-offset adjustment did not take as there was no change in the first layer adhesion and I cancelled the print a second time. I thought that perhaps I need to reboot the Duet so powered it down and back up and now I have a heater fault. This time, I can't figure out how to make it go away.
Questions...should I be doing things differently when cancelling a print? Do you indeed need to reboot for a config.g change? It always asks if I want to perform a software reset and I select yes.
After doing a bed calibration, the z-axis shows 3.5mm for the machine status head position. I am not sure of the actual physical distance between the nozzle and the bed. If the nozzle is too high on the first layer and the print is not sticking, should I edit the config.g file G31 Z3.6 or something similar? Just tried this and it indeed lowers the nozzle for the first layer. I would not have thought 0.1mm was too much but judging how the filament is laying down, I think I compensated too much.
Also, now it seems the IR sensor is somehow lower than it used to be. I removed the glass plate I was using as it was too much of a nuisance right now and am printing on an aluminum heated bed covered completely with blue tape. I'm printing something and it looks like the IR sensor is about 1mm from the bed. Perhaps I could safely raise it 1mm. Will work on that.
-
When you make a change to config.g you can either reboot or you can execute the changed commands manually. After you cancel a print you do not need to reboot.
For advice on heater faults, see https://duet3d.com/wiki/Spurious_heater_faults_and_how_to_avoid_them.
Adjusting the G31 Z parameter is a good way to adjust the Z=0 height to get good first layer adhesion. 0.1mm is quite a large adjustment to make to the Z=0 height, especially if your first layer height is only 0.2mm. Try 0.05mm or smaller increments.
-
Thank you…I still have much to do and much to learn.
I'm currently struggling with how the Z-height adjustments/compensations work. If I home the Z-axis, it is 3.5mm. But I don't quite understand the interactions between the G31 Z parameter, my Simplify3D start scripts and the global G-code offset. Trying to make sense of how all these adjustments affect the first layer. I find myself changing one of these 3 parameters in order to fix, most likely, an error in setting one of the other parameters. Feels like that's what I'm doing anyway.
-
I'll try and help clarify things for you.
Using the X axis as an example, if you have something like a micro switch at the end of the axis and this position corresponds with the edge of the bed, then the axis home position is the same as the switch trigger position. However, if the bed is narrower in the x direction than the total length of travel for the X axis, then when the switch triggers, the nozzle won't be at the edge of the bed but too far to the left. Lets say it's 20mm. So when the switch triggers, X =0 is actually 20mm to the right of that (that's the offset).
Using a probe on the Z axis is the same principle. The G31 Z parameter is basically the distance that the nozzle is above the bed at the point when the Z probe triggers. So, lets say it's 1.7mm. When you home the Z axis, it lowers the nozzle (or raises the bed) until the probe triggers. The firmware then knows that this point is 1.7mm above the bed. To actually move to the point where the nozzle is just touching the bed, you would then have to do a G1 Z0. This would move the nozzle down (or bed up) by 1.7mm. So, before you actually start to print, after homing Z, you then need to move it to Z=0. You can put this at the end of your homez.g file or have it at the start of the gcode file for the object you print (i.e your simplfy3D start script).
HTH
Ian -
So, before you actually start to print, after homing Z, you then need to move it to Z=0. You can put this at the end of your homez.g file or have it at the start of the gcode file for the object you print (i.e your simplfy3D start script).
Actually, there is no need to move the nozzle to Z=0 prior to printing, unless you want to check visually that the nozzle is just touching the bed or you have significant backlash in your Z axis. The gcode generated by the slicer will move the nozzle to the first layer height before extrusion starts.
-
Thanks to both of you for the help. I have been away for work but am home now.
I get intermittent heater faults (don't quite know what triggers them) and the M562 command does not clear the fault. I have to power down the control board and that usually fixes it but sometimes it takes a couple of tries.
I had adjusted the G31 Z parameter to 1.9, removed any Z-axis compensation in the slicer and was getting perfect first layer adhesion. Now, several days later, I am having issues with the first layer sticking. What I don't understand is how I can have variations in the Z height over time. I could be wrong, but it seemed this was happening before. Strange and likely some sort of user error.
Specific questions…
1. When editing the config.g file and doing a software reset as it prompts you to, is there a way to know when the process is complete? When I do this, I'm always wondering if it's done.
2. When you upload a g-code file using the web interface, is the file saved to the SD card on the Duet?
Lastly, I received my new Panel Due and HUGE 7" display from Tim at Filastruder.com! I was reading the instructions on how to set it up, etc. and got confused on the firmware update process. Do I need to do this or is it set up to work as is?
As always, grateful for the assistance!
-
1. When the firmware has restarted, the printer will show as not homed. So if it was homed before you saved config.g, the homed status will tell you. Alternatively, look in the Gcode Console page for the new Connection Established message.
2. Yes, in the /gcodes folder.
PanelDue controller boards are normally shipped with firmware for the 4.3 inch display. You will need to update the PanelDue firmware to drive the 7 inch display.
-
Thanks for the info, David. Should I try version 1.14 or the 1.15 beta?
-
Hmmm…frustrating! I tried to install the Bossa program and it won't install...I get an error message saying it can't install and to try again. I downloaded this file: bossa64-1.2.1.msi and assume it's the correct file? I am on Windows 10 and have not updated the firmware on the Duet Wifi yet. Not sure what to do at this point.
-
Use the 1.15beta firmware, it's only still in beta because the icons don't work well with the new optional dark theme.
I have heard before that Bossa won't install under Windows 10. You can use the command line version bossac.exe instead, it's in the Tools folder of my RepRapFirmware repository and needs no installation.
-
I've entered this at the command prompt:
bossac.exe –port=COM6 -e -w -v -b PanelDueFirmware.bin
I get an error message saying something like bossac is not recognized.Ports show Bossa Program Port (COM ) but the Duet Wifi is not shown now (it was earlier). Edit...Duet printer control electronics are shown on Com 4 and Com 5 and Serial G-code printer on Com 3. I have no idea why there are 2 for the Duet and what the serial Gcode 3D printer is???
-
I downloaded the bossac.exe file and when I run it, it just flashes a window for a split second and does nothing else.
-
Put both bossac.exe and the PanelDuetFirmware-xxx.bin file in the same folder, go to the command prompt, and CD to that folder. Then enter the bossac command line.
-
Go to the directory where bossac.exe and the firmware is using Windows Explorer.
Hold down SHIFT+Right click on an empty space in the folder window, and you will get an option to "open command window here." Select this. It will open a command prompt at the location and all you have to do is paste in the command you tried previously.
edit: oops david beat me to it. -
Did this and it says:
Erase flash
No such file or directory -
So you need to replace PanelDueFirmware.bin in the bossac command line with the name of the actual firmware file you downloaded, which I guess is PanelDue-7.0-1.15beta3.bin.
-
Ah, yes…that worked! Thanks, guys! Now onto seeing if I can get the rest of it done.
-
Okay, looks like it's operational but there is something wrong with my LCD. The screen flickers and I noticed a factory defect on the LCD's board…there's a component that was not properly soldered. I'm assuming this is the cause of the flickering.
When doing a reset after a config.g edit, I am not getting a reconnection message on the gcode page. It lists various things from time to time but I'm not seeing the reconnect. I do notice that the heaters will shut off after a reset (but the heaters do not always shut off). Is this normal? If the heaters shut off, does this indicate the reboot process is complete?
Is there a way to unload files using the Panel Due? I have been using the web interface to upload my gcode files and I hate removing the SD card so that was a really nice feature. I can't figure out how to do this using the Panel Due.
-
Whenever I edit the config.g file and do a software reset, I am not getting any message in the g-code log. Any idea why? Most of the time, the heaters will shut off and I assume the config.g edit was saved.