prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.69k stars 1.93k forks source link

Prusaslicer fails to slice a simple box object S3D slices it properly #7360

Closed old-relic closed 2 years ago

old-relic commented 2 years ago

Version

Ver 2.3.3

Version 2.3.3+win64

For -dev versions, use git describe --tag or get the hash value for the version you downloaded or git rev-parse HEAD

Operating system type + version

_Windows 10 ver 21H1 In case of 3D rendering issues, please attach the content of menu Help -> System Info dialog

3D printer brand / version + firmware version (if known)

CR10-S4 Duet2-WiFi

Behavior

Is this a new feature request? no it's a bug report

Project File (.3MF) where problem occurs

Upload a PrusaSlicer Project File (.3MF) (Plater -> Export plate as 3MF for Slic3r PE 1.41.2 and older, File -> Save / Save Project for PrusaSlicer, Slic3r PE 1.42.0-alpha and newer) Images (PNG, GIF, JPEG), PDFs or text files could be drag & dropped to the issue directly, while all other files need to be zipped first (.zip, .gz) Screenshot 2021-11-27 101148 Screenshot 2021-11-27 101331 A123 battery box.zip

fe60 commented 2 years ago

I can't reproduce the issue with the shared stl-file. Can you provide the whole project you face the issue with? File => Save Project

old-relic commented 2 years ago

Here you go I included the gcode my PC generates too. Mike

On Sun, Nov 28, 2021 at 11:13 AM fe60 @.***> wrote:

I can't reproduce the issue with the shared stl-file. Can you provide the whole project you face the issue with? File => Save Project

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prusa3d/PrusaSlicer/issues/7360#issuecomment-981111118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZ6JX7BXWU7K572FNO322DUOJIJXANCNFSM5I4JIOPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

old-relic commented 2 years ago

If you examine the gcode file (i used notepad++) the last layer change occurs at line 32845 in the file. Z=124.8. The box is actually a lot taller than that. FWIW Mike

On Sun, Nov 28, 2021 at 11:13 AM fe60 @.***> wrote:

I can't reproduce the issue with the shared stl-file. Can you provide the whole project you face the issue with? File => Save Project

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prusa3d/PrusaSlicer/issues/7360#issuecomment-981111118, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZ6JX7BXWU7K572FNO322DUOJIJXANCNFSM5I4JIOPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

fe60 commented 2 years ago

@old-relic The project file is missing. I guess replying via mail doesn't upload attachments.

old-relic commented 2 years ago

Trying again

a123-battery-box.zip

lukasmatena commented 2 years ago

There is nothing wrong. The object is 125 mm tall. There are 417 layers generated, the last one is 125.1 mm above the print bed (line 32915). You are mixing up layer z and layer number. Closing.

old-relic commented 2 years ago

Lukáš you are correct, i'm sorry for wasting your time.

On Sun, Nov 28, 2021 at 4:46 PM Lukáš Matěna @.***> wrote:

There is nothing wrong. The object is 125 mm tall. There are 417 layers generated, the last one is 125.1 mm above the print bed (line 32915). You are mixing up layer z and layer number. Closing.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/prusa3d/PrusaSlicer/issues/7360#issuecomment-981157830, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZ6JXYUS4Q24CAFLSNMJH3UOKPL7ANCNFSM5I4JIOPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.