Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cutting corners generate invaliad gcode with nan (not a number) in them #518

Closed
kursatu opened this issue Oct 1, 2020 · 3 comments
Closed
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@kursatu
Copy link

kursatu commented Oct 1, 2020

Version

Version of SupserSlicer used goes here
The latest from github release, 2.2.53
Use About->About SuperSlicer for release versions

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

What OS are you using, and state any version #s
In case of 3D rendering issues, please attach the content of menu Help -> System Info dialog

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

What 3D printer brand / version are you printing on, is it a stock model or did you modify the printer, what firmware is running on your printer, version of the firmware #s

Behavior

  • Describe the problem
  • Steps needed to reproduce the problem
  • Slice the attached project file
  • Search the generated gcode for nan, you'll see things like
    G1 X276.113 Y323.126 E-nan ; perimeter external
    G1 X276.103 Y322.916 E-nan ; perimeter external
    Set the cutting corners to 0%, then the problem disappears.
    • If this is a command-line slicing issue, include the options used
  • Expected Results
  • Actual Results
    • Screenshots from SuperSlicer preview are preferred

Is this a new feature request?

Project File (.3MF) where problem occurs

Upload a SuperSlicer Project File (.3MF) (Plater -> Export plate as 3MF for Slic3r PE 1.41.2 and older, File -> Save / Save Project for SuperSlicer, Slic3r PE 1.42.0-alpha and newer)
Defect11.zip

@supermerill supermerill added the bug Something isn't working as intended label Oct 1, 2020
supermerill added a commit that referenced this issue Oct 1, 2020
@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Oct 1, 2020
@supermerill
Copy link
Owner

good find.

@supermerill
Copy link
Owner

I also fixed a little problem witht he thin wall detection, so your print will be better now, less useless thin wall.
Also, it's better to activate overlapping perimeter with this piece, imo.

@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Oct 5, 2020
@kursatu
Copy link
Author

kursatu commented Oct 6, 2020

It seems to be fixed.

@kursatu kursatu closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants