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

add zmorph i500 printer #11008

Closed

Conversation

michallesniak2
Copy link

I work for the Zmorph company.
I added the definition files for our machine zmorph i500 to Cura.

@michallesniak2
Copy link
Author

michallesniak2 commented Dec 4, 2021

I also have the files for the material definitions, but I don't know how to add them.
Can you tell me how should I implement them.

Nevermind, I managed it:
Ultimaker/fdm_materials#187


"overrides": {
"machine_name": { "default_value": "Zmorph i500" },
"machine_width": { "default_value": 440 },
Copy link
Collaborator

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" },
Copy link
Collaborator

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:

Suggested change
"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",
Copy link
Collaborator

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?

@Ghostkeeper Ghostkeeper added the Status: Needs Info Needs more information before action can be taken. label Feb 16, 2022
@nallath
Copy link
Member

nallath commented Sep 8, 2022

Closing this due to inactivity.

@nallath nallath closed this Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Info Needs more information before action can be taken.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants