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

VaryTempWithHeight reacts to Z-hops #3

Open
bradjshannon opened this issue Jun 20, 2019 · 2 comments
Open

VaryTempWithHeight reacts to Z-hops #3

bradjshannon opened this issue Jun 20, 2019 · 2 comments

Comments

@bradjshannon
Copy link

If you use a Z-hop after retractions, the extruder's Z-height during a hop will trigger the script.

This is a problem if the Z-hop is set to any distance greater than a single layer height. With the script expecting 0.2mm layers, and a Z-hop of 1mm (extreme but possible), the script will change the temperature 5 layers earlier than desired.

@fchorney
Copy link
Owner

fchorney commented Jan 6, 2020

Sorry, I totally forgot about this until now. Interesting problem, not sure there would be a good way to detect that a z hop is different than a regular z change. The script itself doesn't assume anything about layer height as far as I'm aware, it just checks every layers Z value, and changes the temp when it hits a new z threshold based on the settings entered.

@Sophist-UK
Copy link
Contributor

If @bradjshannon can add some gcode examples for cura's Z-hops, I will attempt to code a fix.

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

3 participants