-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
z-hop only on 1st layer #15280
Comments
Here. You get to be a lab rat. It will be available in Cura under "Extensions/Post Processors/Modifiy Gcode" and then select it from the list. I have a pull request in for this but there has been no action on it yet. |
Thank you!!
… On 20 Apr 2023, at 9:33 am, GregValiant ***@***.***> wrote:
Here. You get to be a lab rat.
Unzip the folder and copy "AlterZhops.py" to "C:\Program Files\UltiMaker Cura 5.3.0\share\cura\plugins\PostProcessingPlugin\scripts"
It will be available in Cura under "Extensions/Post Processors/Modifiy Gcode" and then select it from the list.
Set the New Zhop Height to "0" and the layer range from "2" to "-1" (-1 means the whole file). It will then set all the Z-Hops above the first layer to zero hop height and negate their effect.
AlterZhops.zip <https://github.com/Ultimaker/Cura/files/11286709/AlterZhops.zip>
I have a pull request in for this but there has been no action on it yet.
—
Reply to this email directly, view it on GitHub <#15280 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A22345UVVXCWCNZSAW3EHBLXCE3K3ANCNFSM6AAAAAAXCW2AC4>.
You are receiving this because you authored the thread.
|
This is great. Exactly what I have been looking for. Depending on how small the part is on the initial layer z-hop can be really useful to avoid pulling the part up on travels. However, after the first few layers there is really no need for it. I'll test this out and report back. |
Can you clarify the settings a bit? How do these settings relate to the setting in Cura print settings? With the following settings would z-hop be applied to only the first 3 layers?
Thanks! |
The plugin sets the Z hop height to what you enter in the plugin setting and for the layer range you select. So you must have Z-hops enabled in Cura and at the height you want. It doesn't add code or delete code, just changes the hop height. Layers 1, 2, and 3 would have z-hops and starting with layer 4 the rest of the hops in the file would be set to "0". |
Thanks for clarifying. I tested and it works perfectly. Great work! |
Thank you |
Thanks for this Plugin its really annoying to have Z Hop turned on throughout an entire print when you only need it for an inlay for the first 2-3 layers. |
Wow, this could help a lot. Is this also compatible with newer versions? An option "z-hop until layer-height __mm" would be perfect! |
Yes, it works with everything from 4.13.1 up to 5.8.0. There isn't anything "version specific" in it. |
Since you folks have seemed interested I have put together another Z-hop script "Z-hops for Travel Moves". It is independent of the Cura settings so you can have Z-hops on or off in Cura. |
Is your feature request related to a problem?
When printing TPU the nozzle leaves a trail between models on the bed. It is not a problem after the 1st layer.
Describe the solution you'd like
Being able to enable z-hop just for the 1st layer
Describe alternatives you've considered
Extra retraction.
Could clog an all metal hot end. Also with TPU it might not happen fast enough
Affected users and/or printers
Those printing multiple models with TPU
Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: