-
-
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
add zmorph i500 printer #11008
add zmorph i500 printer #11008
Conversation
I also have the files for the material definitions, but I don't know how to add them. Nevermind, I managed it: |
|
||
"overrides": { | ||
"machine_name": { "default_value": "Zmorph i500" }, | ||
"machine_width": { "default_value": 440 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the product page of this printer, it says 460: https://zmorph3d.com/products/zmorph-i500/
Was this difference intentional?
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, | ||
"meshfix_maximum_deviation": { "value": "layer_height / 4" }, | ||
"optimize_wall_printing_order": { "value": "True" }, | ||
"retraction_combing": { "default_value": "all" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This setting override is not working. It is overridden by the value
defined in fdmprinter, which is a formula. This is a way to make it override properly:
"retraction_combing": { "default_value": "all" }, | |
"retraction_combing": { "value": "'all'" }, |
Or you could consider adjusting the formula from fdmprinter to make it dependant on whether ironing or monotonic is used.
"author": "Zmorph", | ||
"manufacturer": "Zmorph S.A.", | ||
"file_formats": "text/x-gcode", | ||
"platform": "zmorph_i500_platform.stl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file doesn't exist?
Closing this due to inactivity. |
I work for the Zmorph company.
I added the definition files for our machine zmorph i500 to Cura.