The firmware delivered with Cura hasn't changed in 8 months (since Cura 2.6): https://github.com/Ultimaker/cura-binary-data/tree/master/cura/resources/firmware
The firmware repositories themselves did change, for instance this one: https://github.com/Ultimaker/Ultimaker2Marlin/commit/aa496a8f3b09ed7333b162deb21de5a9d154898a
However the changes made to the source code was only documentation so we didn't make a new build of the Ultimaker 2 firmware for that.
If there was a bug with the firmware of the Ultimaker 2, I wouldn't expect it to change with Cura 3.2. I would think that it was Cura at fault, so then it would appear in the g-code.
Recommended Posts
Top Posters In This Topic
27
16
13
12
Popular Days
Feb 14
24
Feb 6
21
Feb 13
19
Feb 8
18
Top Posters In This Topic
ahoeben 27 posts
SandervG 16 posts
Msuurmond 13 posts
VULCAN 12 posts
Popular Days
Feb 14 2018
24 posts
Feb 6 2018
21 posts
Feb 13 2018
19 posts
Feb 8 2018
18 posts
Popular Posts
kmanstudios
A) I have NO virus issue. You just ranted about your favorite anti-virus program. B)Yes, you have very poor communication skills and this is coming from someone with Asperger's. For instance you
ultiarjan
my 2 cents; Think it would be good to distinguish between the purpose of the video's. With a new release I would like a short snappy video quickly showing the new features, max a few minutes
SandervG
Ok, bye. Sorry guys for the inconvenience. Let's get back on topic.
Posted Images
burtoogle 495
Hi @Tafelspitz, I looked at the end of dowel2.gcode and dowel3_1.gcode and they look very similar. Neither contain any gcode to move the nozzle away from the surface at the end of the print. I would expect to see some end gcode that does that and other stuff like turning off the heat, fans, etc. I looked at some other people's UM3 gcode and a typical end sequence would be like this:
M204 S3000 M205 X20 Y20 M107 G91 ;Relative movement G0 F15000 X8.0 Z0.5 E-4.5 ;Wiping+material retraction G0 F10000 Z1.5 E4.5 ;Compensation for the retraction G90 ;Disable relative movement M82 ;absolute extrusion mode M104 S0 M104 T1 S0 ;End of Gcode
Link to post
Share on other sites