Skip to content

add zmorph i500 printer#11008

Closed
michallesniak2 wants to merge 1 commit intoUltimaker:mainfrom
michallesniak2:add-zmorph-i500-printer
Closed

add zmorph i500 printer#11008
michallesniak2 wants to merge 1 commit intoUltimaker:mainfrom
michallesniak2:add-zmorph-i500-printer

Conversation

@michallesniak2
Copy link
Copy Markdown

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

@michallesniak2
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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