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

[2.3.0-alpha4 - feature request]: Creating temp towers by hotend temp change in height modifier #5230

Closed
Boby71 opened this issue Nov 22, 2020 · 4 comments

Comments

@Boby71
Copy link

Boby71 commented Nov 22, 2020

Version

2.3.0-alpha4 (and before)

Operating system type + version

Win10/64 Bit

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

i3 MK2.5s - but it doesn't matter for this request

Behavior

The idea is simple: If you would allow a change of print temperature in this dialogue...
image
...then it would be very, very easy to create a temp tower directly via the GUI without fiddling around in the gcode-section.
I don't know anything about what's under the hood, but it looks like it could be easily extended on this place.

Is this a new feature request?
YES

Project File (.3MF) where problem occurs

Not necessary

@neophyl
Copy link

neophyl commented Nov 22, 2020

You can already do that using the add custom gcode facility in the same way that add colour change works. Slice and go to the layer preview tab. Select the layer in the preview where you want the temp change to happen, right click the little hexagon with the + symbol in it and select Add custom gcode. Then add the gcode for the temp you want. Can be done multiple layers to add the change temp commands for a temp tower.

@jaapp
Copy link

jaapp commented Nov 22, 2020

I know this is not what you're asking, but It's already extremely easy to generate a Temperature tower with only one line of G-Code in the "Before layer change G-Code" section.

M104 S{230 - (5 * int((layer_z / 8)))}

This starts at 230 degrees and drops 5 degrees every 8 layers.

@rtyr
Copy link
Collaborator

rtyr commented Nov 24, 2020

Already requested here #2851, #3635, #3439.

As others mentioned, it is already very easy to create temperature tower.
acg1
acg2

Closing.

@rtyr rtyr closed this as completed Nov 24, 2020
@DiomedesDominguez
Copy link

I suggest to add both M104 and M109 commands if the 𐤃 temp is to big, like 6 or more degrees.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants