3DNichtVersteher
Posts: 12
Joined: Wed Oct 14, 2020 4:16 am

Error message wrong filament S3D V5 -- Prusa MINI

Good morning,

I sliced a model with S3D V5 and your Prusa MINI profile, which I wanted to print. If I now load it on the Prusa MINI, I get the message that the inserted filament does not match the one to be printed. Message buttons: Switch, Ignore. Version 4.1.2 did not have this behavior. Furthermore, it would be useful to integrate a preview image into the sliced version as e.g. the PrusaSlicer has.

Greeting


Translate with Google.
S3D-Jason
Posts: 1608
Joined: Sun May 31, 2015 6:01 am

Re: Error message wrong filament S3D V5 -- Prusa MINI

That sounds odd. Can you post the gcode file here? It might also help if you can post a gcode file that you have successfully printed on the machine to see the differences.
3DNichtVersteher
Posts: 12
Joined: Wed Oct 14, 2020 4:16 am

Re: Error message wrong filament S3D V5 -- Prusa MINI

Attached is a gcode file where the message came with wrong filament. However, this message also comes with files that went before now also. I suspect that it is due to the last firmware update of Prusa. Firmware is 4.4.0. I'm not sure.

translated with google
Attachments
bracket_1_S3D_V5.gcode
(1.72 MiB) Downloaded 105 times
bracket_1_S3D_V4.1.2.gcode
(1.79 MiB) Downloaded 100 times
gearsawe
Posts: 233
Joined: Sun Sep 10, 2017 11:06 pm

Re: Error message wrong filament S3D V5 -- Prusa MINI

in the v5 code diameter is s 1.75000 and v4 shows 1.75. but these are commented lines.
noticed many of the setting are to 5 places but we only can set to 2 throughout the interface.

I would edit the line
; filamentDiameter,1.75000
and set to
; filamentDiameter,1.75

That should not do it but first thing to check.
S3D-Jason
Posts: 1608
Joined: Sun May 31, 2015 6:01 am

Re: Error message wrong filament S3D V5 -- Prusa MINI

I compared the beginning of the 2 gcode files and they look ver similar. I did notice that there were some odd tab characters after the "set hotend temperature" and "wait for hotend temperature" comments. Can you try removing those extra characters from the end of the comments in the starting script (or just delete those comments entirely)?

You could also try overwriting the comments at the end of the V5 file with the values from V4 to see if that solves things. In other words, paste these lines on top of the 6 comments line at the end of the V5 file:

; filament_type = PETG
; Build Summary
; Build time: 2 hours 16 minutes
; Filament length: 7405.1 mm (7.41 m)
; Plastic volume: 17811.24 mm^3 (17.81 cc)
; Plastic weight: 22.62 g (0.05 lb)
; Material cost: 0.68
3DNichtVersteher
Posts: 12
Joined: Wed Oct 14, 2020 4:16 am

Re: Error message wrong filament S3D V5 -- Prusa MINI

gearsawe wrote: Thu Dec 29, 2022 10:35 pm in the v5 code diameter is s 1.75000 and v4 shows 1.75. but these are commented lines.
noticed many of the setting are to 5 places but we only can set to 2 throughout the interface.

I would edit the line
; filamentDiameter,1.75000
and set to
; filamentDiameter,1.75

That should not do it but first thing to check.
Hi
since it seems to be a bug in V5, please report to the programmers to fix it. Thank you very much.

Greeting

Return to “Troubleshooting and Bug Reports”