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.
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.
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.
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.