slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.32k stars 1.29k forks source link

outer layers render in slic3r but dont actually print, not rendered in repetier gcode viewer #4132

Open cameronbergh opened 6 years ago

cameronbergh commented 6 years ago

Edit: 3/20/2018 *** this is/was a bug with slic3r. I have not tested this again since i filed this report. it doesn't happen with cura.

perhaps i wrote the wrong title for this bug report since at the time i didn't really understand what was happening. i just updated the title.

if you look closely at the screenshots you can see near the bottom of the part where the outer layers are not being printed. in the slic3r view thing it would render the lines, but they would not print. the missing lines are rendered in the repetier simulator as shown in the screenshots.

the blue printed part photo is the unrelated pressure issue.

in the photo of the actual printed part (white and/or clear), the missing lines appear to be sorta there because i was messing with the pressure settings

the real thing to take note of is the difference between the way repetier renders the part and how slic3r renders the part in the screeenshots

thanks for making an awesome program!

Version

1.3.0-dev but this also happens with 1.2.9

Operating system type + version

windows 10, but also tested on macOS sierra

Behavior

things tested: i thought maybe desabling retraction would help, but it makes no difference. i set pressure advance to .05, makes no difference. setting pressure advance to 1, makes gaps and huge blobs elsewere.

after trying a little investigating, i found that the gaps appear in the repetier gcode visualizer.

here is how it appears in slic3r: capture-sl3

here is how it appears in repetier with seams aligned: capture

this is how repetier renders it when i enable random seams: random-seam

how it actually prints (random seams): img-5807

how it prints (2 examples) (seams aligned): img-5810 img-5808

STL/Config (.ZIP) where problem occurs

Slic3r_config_bundle.zip

lordofhyphens commented 6 years ago

Could you upload a config export, not a bundle? Bundles are for backing up settings, single exports are for reproducing settings.

I really need to get AMF project files working on Slic3r to make it easier to handle this.

If it is showing up in your exported gcode (Do not trust RepHost preview, it can't account for width), I would confirm the extrusion width. 1.2mm is pretty big for a lot of things.

On Sep 22, 2017 12:01 AM, "cameronbergh" notifications@github.com wrote:

Version

1.3.0-dev but this also happens with 1.2.9 Operating system type + version

windows 10, but also tested on macOS sierra Behavior

  • Describe the problem since upgrading to the 1.2mm volcano nozzle ive been noticing some gaps in the perimeters of my prints, as if the nozzle starts moving but the extruder isnt extruding at the seam.

things tested: i thought maybe desabling retraction would help, but it makes no difference. i set pressure advance to .05, makes no difference. setting pressure advance to 1, makes gaps and huge blobs elsewere.

after trying a little investigating, i found that the gaps appear in the repetier gcode visualizer.

here is how it appears in slic3r: [image: capture-sl3] https://user-images.githubusercontent.com/15796764/30729628-d75b3590-9f15-11e7-8a30-366a77fc37f8.PNG

here is how it appears in repetier with seams aligned: [image: capture] https://user-images.githubusercontent.com/15796764/30729655-17f16c82-9f16-11e7-8234-a31a1382c99d.PNG

this is how repetier renders it when i enable random seams: [image: random-seam] https://user-images.githubusercontent.com/15796764/30729676-344e3ad6-9f16-11e7-89b4-c65861607d62.PNG

how it actually prints (random seams): [image: img-5807] https://user-images.githubusercontent.com/15796764/30729772-eb5d354c-9f16-11e7-816b-852240086568.JPG

how it prints (2 examples) (seams aligned): [image: img-5810] https://user-images.githubusercontent.com/15796764/30729787-041d0666-9f17-11e7-86c1-dbd1198b7c86.JPG [image: img-5808] https://user-images.githubusercontent.com/15796764/30729797-0ba634ac-9f17-11e7-8689-5d89a8d68be3.JPG STL/Config (.ZIP) where problem occurs

Slic3r_config_bundle.zip https://github.com/alexrj/Slic3r/files/1323457/Slic3r_config_bundle.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexrj/Slic3r/issues/4132, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB8ChWlzrLj9fwu4QZhjgClqLDzUQiuks5skz73gaJpZM4PgOcG .

cameronbergh commented 6 years ago

here is my config file!

config.zip

The nozzle is indeed the 1.2mm E3D volcano nozzle.

I am now using Cura, and the gapping doesnt seem to be happening, so, i feel confident that this isnt a hardware problem.

tomorrow i can upload the gcode file if that would help.

thank you. keep up the good work

-cameron

lordofhyphens commented 6 years ago

Is there ooze or something else going on? A loss of pressure would generate those gaps, and I know that volcanoes can be hard to keep pressure on.

cameronbergh commented 6 years ago

this is/was a bug with slic3r. I have not tested this again since i filed this report. it doesn't happen with cura.

perhaps i wrote the wrong title for this bug report since at the time i didn't really understand what was happening.

if you look closely at the screenshots you can see near the bottom of the part where the outer layers are not being printed. in the slic3r view thing it would render the lines, but they would not print. the missing lines are rendered in the repetier simulator as shown in the screenshots.

the blue printed part photo is the unrelated pressure issue.

in the photo of the actual printed part (white and/or clear), the missing lines appear to be sorta there because i was messing with the pressure settings

the real thing to take note of is the difference between the way repetier renders the part and how slic3r renders the part in the screeenshots

thanks for making an awesome program!