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

Brim height not respecting first layer height when expressed as percentage #305

Closed
Wil-Storch opened this issue Jun 20, 2020 · 1 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.

Comments

@Wil-Storch
Copy link

Version

SuperSlicer v2.2.5.1

Operating system type + version

Win 10 LTSB v1607

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

Creality Ender 3 profile 0.4mm nozzle, Klipper firmware (using Marlin as g-code flavour)

Behavior

  • Describe the problem
    When using an initial layer height expressed as a percentage (in this case 75%) the Brim layer height is too large. A 0.4mm nozzle results in a 0.42mm high brim height, rather than 0.3mm as expected.
    The 0.3mm value is respected for other line types - skirt and support in this case.

  • Steps needed to reproduce the problem
    Set initial layer height as a percentage
    Enable brim

Expected behaviour: 0.3mm brim height
image
Actual behaviour: 0.42mm brim height
image

Is this a new feature request?
No

Project File (.3MF) where problem occurs

Can toggle between 0.3mm and 75% initial layer in attached file
Percentage1stLayer_Bugreport.zip

@supermerill
Copy link
Owner

seems to be a visualisation issue, the gcode extrude the whole first layer at 0.3mm height in the gcode.

@supermerill supermerill added the bug Something isn't working as intended label Jun 21, 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 Nov 15, 2020
supermerill added a commit that referenced this issue Nov 15, 2020
(missing get_abs)
@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 Nov 18, 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