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

Start printing / Stop printing at a defined height #1658

Open
jiiimi opened this issue Oct 18, 2021 · 3 comments
Open

Start printing / Stop printing at a defined height #1658

jiiimi opened this issue Oct 18, 2021 · 3 comments
Labels
help wanted Someone can do the work and submit a pull request? new Feature New feature or request

Comments

@jiiimi
Copy link

jiiimi commented Oct 18, 2021

Hello,

Is it possible please to add a start / stop printing functionality at a defined height:

Example :
Height range:
Start at height: 2mm
Stop at height: 5mm

Printing starts at a height of 2mm by executing the start gcode
Printing stops at a height of 5mm by executing the end gcode

Thanks very much

@supermerill
Copy link
Owner

It's something you do very very often?

how to do that currently:

  • cut your piece by 2mm, keeping only the top
  • cut your piece by 5-2=3mm, keeping only the bottom
  • add a part to this object: cube
  • set the cube dimensions to 0.1mm
  • click the "drop to bed" icon (right of z-position box).
  • select your cut object via the right panel (not the root one), you should see its Z position as 0.
  • change its Z position to 2
    finished!

@jiiimi
Copy link
Author

jiiimi commented Oct 19, 2021 via email

@supermerill
Copy link
Owner

It takes a long amount of time to integrate a new GUI thing, and I don't see a whole lot of value in it (at least for the time it needs to integrate).
If one day I or someone add a function to "recover a fail print", maybe It can be used also for your use-case.

I'm not going ot work on that in the short term. If someone want to code it, I'll add it, but I don't have enough time right now.

@supermerill supermerill added help wanted Someone can do the work and submit a pull request? new Feature New feature or request and removed question labels Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Someone can do the work and submit a pull request? new Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants