You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving error "Could not find the first line of the end gcode block. Missing ; Filament-specific end gcode comment."; however, the line is in the g-code
#23
Open
SpoolItUp opened this issue
Dec 13, 2024
· 3 comments
As mentioned in the title, I am getting the error that the "; Filalament-specific end gcode comment" is missing; however, it's in the the g-code. Sliced on Prusaslicer 2.8.1.
The text was updated successfully, but these errors were encountered:
Looks like a space has been added at the end of the line:
Original:
; Filament-specific end gcode\n
New:
; Filament-specific end gcode \n
^
The lines are not exactly the same so they fail to match. I could make this check more lenient by allowing additional whitespace at the end of the line.
Before deciding what to do, I would really like to understand is how you got this extra space in there? I have 2.9.0 and I don't see it in my sliced GCode files with the Prusament profiles. What filament profile is this?
As mentioned in the title, I am getting the error that the "; Filalament-specific end gcode comment" is missing; however, it's in the the g-code. Sliced on Prusaslicer 2.8.1.
The text was updated successfully, but these errors were encountered: