-
Notifications
You must be signed in to change notification settings - Fork 82
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
[FR] Home without preheating #215
Comments
Thank you for your suggestion. You may not be aware that in the upcoming Community Firmware release 6 there are settings to customize heating, including not heating at all (set temperatures to zero or ambient). Would that work in your case? Otherwise I might consider not preheating for homing at all, or at least not waiting for the temperatures from the movement menu. I agree that in the movement menu there should be less need to preheat. |
This sounds like a very good idea. |
When using the printer as a plotter this is also important but in release 6 preview 5 setting heating to zero solves it. |
Possibly, though I'm always weary of changing a setting that I'll forget to change back. And if I just need to nudge the X-carriage over to fix something, that's a lot of taps if I want to turn heat-on-movement off, do the movement, then turn it back on. |
Would it help if there were separate Home X and Home Y buttons as options on the Move screen? Would they need to raise Z a few mm to avoid striking anything but not require pre heating before moving? What if disable steppers was available on that screen? Is it homing you need or just to push the head or bed out of the way? Have you tried just tapping the axis position field, to enter a new position for the axis? (No new buttons required, if that works for you) |
This has now been implemented, but only from the movement screen using a trick. I didn't build an extra gcode parameter. |
Issues that do not follow this issue template will be closed
Description
If I'm doing moves using the menu, I don't usually need them to be 100% precise—it's usually because I'm checking my camera setup. It's then obnoxious to have to wait for it to heat the bed when I tap Home. I'd suggest a pop-up dialog offering to preheat if the user taps Home on a cold printer.
Steps to Reproduce
If this is a Bug Report, please describe the steps needed to reproduce the issue
Expected behavior:
[What you expect to happen]
Actual behavior:
[What actually happens]
Logging:
[Enter
M111 S247
in a serial monitor (Pronterface or Octoprint). Reproduce the issue, then copy the relevant logs here.For Octoprint you can either user serial.log or copy/paste the output from the terminal. More information: https://marlinfw.org/docs/gcode/M111.html ]
Additional Information
[What is your hardware configuration? Which mainboard? Custom mods like different hot-ends and extruders? BTT touch screen?]
[If you compiled the firmware yourself - Include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files][Provide pictures or links to videos that clearly demonstrate the issue.]
[Which exact firmware version did you flash? Provide a link to the download you have used.]
The text was updated successfully, but these errors were encountered: