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

Incorrect tooltip or temperature control not working #756

Closed
ardyesp opened this issue Dec 5, 2020 · 3 comments
Closed

Incorrect tooltip or temperature control not working #756

ardyesp opened this issue Dec 5, 2020 · 3 comments
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

@ardyesp
Copy link

ardyesp commented Dec 5, 2020

Version

v2.3.55_

Operating system type + version

Windows 64

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

Custom

Behavior

The tooltip for filament- other layers temperature says setting it to 0 will disable temperature control commands in output gcode. However setting this to zero inserts a
M104 S0 ; set temperature
gcode command at layer# 2.

image

@liftbag
Copy link

liftbag commented Dec 5, 2020

Isn't this the expected behavior?

@ardyesp
Copy link
Author

ardyesp commented Dec 5, 2020

Isn't this the expected behavior?

No, because disable would mean the line M104 S0 is not output into the gcode file.

@supermerill supermerill added the bug Something isn't working as intended label Dec 5, 2020
@liftbag
Copy link

liftbag commented Dec 6, 2020

Isn't this the expected behavior?

No, because disable would mean the line M104 S0 is not output into the gcode file.

True. You are right.

@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 Dec 8, 2020
supermerill pushed a commit that referenced this issue Apr 28, 2021
Fixes [Request] Add optional perimeter to raft #756
Fixes First support layer does not stick to bed #2101

New parameters raft_first_layer_density and raft_first_layer_expansion
to influence the 1st layer of raft or support.
Fixes Allow to disable raft under support structures. #3772
Fixes raft is larger than necessary #2568
Fixes Supports on the build plate should have a solid bottom interface for better adhesion #1165

Changed the 1st layer infill to rectilinear even for soluble materials.
Fixes first layer of support for multi filament support oddly spaced #1445
Fixes Full Soluble Materials interfacing into Models + Soluble material noise on Bed #684
@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 May 27, 2021
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

3 participants