Layer count
-
The only issue I can see with that gcode file is the common one, that you have a G1 Z command in your end gcode that is confusing the object height detection. It's this line:
G1 Z110 F1200 ;Move Z Down
The workaround is to start the comment on that line with ;E or ; E for example:
G1 Z110 F1200 ;E Move Z Down
-
Also noticed that if you do a spiral vase print then you get weird layer reporting
-
Also noticed that if you do a spiral vase print then you get weird layer reporting
You will do. If you think about it, there is either only one layer or an almost infinite number of layers, depending on how you look at it.
-
@dc42 – Layer counts are working properly after making your code change, Thanks.
@burtoogle --
- -- I'm using G90 to set the extruder to absolute, is that OK?
- -- Thanks for the tip on combing, I was experiencing that problem
- -- And also the tip on Expanding the skin
I'm re-printing now and will see how it turns out,
Thanks
-
- – I'm using G90 to set the extruder to absolute, is that OK?
I believe that G90 only affects the x/y/z axis, it doesn't affect the extruder. Your Duet must be in absolute extrusion mode already otherwise you wouldn't be able to print at all. It's still worth adding the M82 into your Cura start code to ensure that it will work even if the Duet isn't already in absolute mode. Cheers, Mark.
-
Mark,
I just checked and I have it in Config.g
; General preferences
T0 ; Select first tool
M111 S0 ; Debugging off
G21 ; Work in millimeters
G90 ; Send absolute coordinates…
M82 ; Absolute Extruder moves (Cura)
M555 P1 ; Set firmware compatibility to look like RepRapFirmare
Thanks
Doug -
I spoke to soon,
Layer Statistics are not working and Layer Count is not updating, its stuck on 2.
Object Height, Total Layer Count and Total Filament Usage are now correct.Link to file that it is printing https://www.dropbox.com/s/wv4ybg55gresa4l/DR2_Doug_duet_wifi_LID_5_May-2017_V1%20v3_With_SuggestedSettings_PetG.gcode?dl=0
-
Which browser are you using, and which versions of RRF and DWC?
-
Windows 10
Firefox Version - 53.0 32 bitFirmware Name: RepRapFirmware for Duet WiFi
Firmware Electronics: Duet WiFi 1.0
Firmware Version: 1.18.1 (2017-04-09)
WiFi Server Version: 1.03 (ch fork)
Web Interface Version: 1.15bI just tried Internet Explorer and it shows the same thing
-
It started working at about layer 10 and is now updating for the moment, I have no idea why. I didn't do any thing, was just watching it and it started working