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

pause print for short first layer times #8330

Open
1 task done
Saibot-ux opened this issue Feb 6, 2025 · 2 comments
Open
1 task done

pause print for short first layer times #8330

Saibot-ux opened this issue Feb 6, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@Saibot-ux
Copy link

Is there an existing issue for this feature request?

  • I have searched the existing issues

Is your feature request related to a problem?

I want to have a high bed temperature in the first layer and try to cooldown quickly for the next layers. thats not possible for small objects.

Which printers will be beneficial to this feature?

Klipper

Describe the solution you'd like

I would be happy if there is a feature where the printer pauses if the layer time or the base area of the objects is small. So the bed has time to cooldown to a certain temperature.

Describe alternatives you've considered

No response

Additional context

No response

@Saibot-ux Saibot-ux added the enhancement New feature or request label Feb 6, 2025
@discip
Copy link
Contributor

discip commented Feb 6, 2025

@Saibot-ux
In your start g-code you just need to use M190 R... instead of M140 S....

e.g.:
before
M140 S100

after
M190 R100

Here is the reference in case you want to know more: Marlin G-Codes

@ShaneDelmore
Copy link
Contributor

It wouldn't be start g-code here though, it would be gcode for layer 1 change. Can you explain the benefit of this feature?

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

No branches or pull requests

3 participants