Benachrichtigungen
Alles löschen

Firmware Upgrade Notice on MK2  

  RSS
ProtoPix
(@protopix)
New Member
Firmware Upgrade Notice on MK2

I've started seeing a firmware upgrade notice for version 3.8.1 on an MK2 when I start a print.

Does anyone know why this is occurring since the printer is currently using the last available MK2 firmware version, 3.2.3?

If there is no firmware upgrade available for the MK2 beyond 3.2.3, how can I disable this annoying message every time I start a print?

Thanks in advance for any info!

Veröffentlicht : 29/04/2021 2:14 pm
JoanTabb
(@joantabb)
Veteran Member Moderator
RE: Firmware Upgrade Notice on MK2

the firmware version is identified in the custom Gcode, Start Gcode...   

M115 U3.2.3 ; tell printer latest fw version

I don't see  the message for FW version 3.8.1 in either Prusa Slicer 2.3.0 or 2.3.1 Release candidate, which prusa slicer are you using?

regards Joan

I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK

Veröffentlicht : 29/04/2021 7:45 pm
ProtoPix
(@protopix)
New Member
Themenstarter answered:
RE: Firmware Upgrade Notice on MK2

Thanks for your reply. After examining the gcode, it looks like the problem occurred while using PrusaSlicer 2.3.0. I had a print problem and was trying to identify the source and reverted back from slicer version 2.3.1 to 2.3.0 in case it was contributing to the problem. I have since gone back to version 2.3.1 and the upgrage message appears to have gone away.

Thanks for helping me understand why I was getting the upgrade message.

Problem generation with 2.3.0:

; generated by PrusaSlicer 2.3.0+win64 on 2021-04-26 at 16:27:48 UTC
;
; external perimeters extrusion width = 0.45mm
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.45mm
; first layer extrusion width = 0.42mm
M73 P0 R95
M201 X9000 Y9000 Z1000 E10000 ; sets maximum accelerations, mm/sec^2
M203 X500 Y500 Z12 E120 ; sets maximum feedrates, mm/sec
M204 P2000 R1500 T2000 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2
M205 X10.00 Y10.00 Z0.20 E2.50 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M107
;TYPE:Custom
M862.3 P "MK2S" ; printer model check
M862.1 P0.4 ; nozzle diameter check
M115 U3.8.1 ; tell printer latest fw version
G90 ; use absolute coordinates

Now generated with 2.3.1:

; generated by PrusaSlicer 2.3.1+win64 on 2021-04-29 at 18:08:45 UTC
;
; external perimeters extrusion width = 0.45mm
; perimeters extrusion width = 0.45mm
; infill extrusion width = 0.45mm
; solid infill extrusion width = 0.45mm
; top infill extrusion width = 0.40mm
; first layer extrusion width = 0.42mm
M73 P0 R153
M201 X9000 Y9000 Z500 E10000 ; sets maximum accelerations, mm/sec^2
M203 X500 Y500 Z12 E120 ; sets maximum feedrates, mm/sec
M204 P2000 R1500 T2000 ; sets acceleration (P, T) and retract acceleration (R), mm/sec^2
M205 X10.00 Y10.00 Z0.20 E2.50 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M107
;TYPE:Custom
M862.3 P "MK2S" ; printer model check
M862.1 P0.4 ; nozzle diameter check
M115 U3.2.3 ; tell printer latest fw version
G90 ; use absolute coordinates
 
Veröffentlicht : 29/04/2021 9:59 pm
Teilen: