Page 1 of 1
Error message wrong filament S3D V5 -- Prusa MINI
Posted: Fri Dec 23, 2022 12:27 am
by 3DNichtVersteher
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.
Re: Error message wrong filament S3D V5 -- Prusa MINI
Posted: Sat Dec 24, 2022 2:57 pm
by S3D-Jason
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.
Re: Error message wrong filament S3D V5 -- Prusa MINI
Posted: Sat Dec 24, 2022 6:09 pm
by 3DNichtVersteher
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
Re: Error message wrong filament S3D V5 -- Prusa MINI
Posted: Thu Dec 29, 2022 10:35 pm
by gearsawe
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.
Re: Error message wrong filament S3D V5 -- Prusa MINI
Posted: Fri Dec 30, 2022 12:44 pm
by S3D-Jason
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
Re: Error message wrong filament S3D V5 -- Prusa MINI
Posted: Tue Jan 03, 2023 11:41 am
by 3DNichtVersteher
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