-
-
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
Updated Eazao printer settings to allow material selection. #19818
Conversation
- Add UI to set `machine_start_gcode_first` so that no gcode is adding infront of the start_gcode. - Add float input box to set `machine_extruder_change_duration` which added proper extruder change times to the estimated print time. - Add textbox to set `machine_extruder_prestart_code` to add gcodes that will run pre extruder change, things like heat up so we are at change before with pick up the next extruder.
value overrides formula and default value sets the initial value. if value is overridden, the formula cannot update it based on the infill sparse density changes
the fdmprinter definition formula calculates as 8 for 10% infill
Remove unnecessary override
According to the suggestions, the retract setting was changed to "true" and the "has material" was changed to "true".
According to the suggestions, the retract setting was changed to "true" and the "has material" was changed to "true".
According to the suggestions, the retract setting was changed to "true" and the "has material" was changed to "true".
According to the suggestions, the retract setting was changed to "true" and the "has material" was changed to "true".
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
"retraction_enable": { "value": true }, | ||
"retraction_extrusion_window": { "value": 10 }, |
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.
Overriding retraction_enable with the same value (value: True) as defined in parent definition: fdmprinter
"retraction_enable": { "value": true }, | |
"retraction_extrusion_window": { "value": 10 }, | |
"retraction_extrusion_window": { "value": 10 }, |
"retraction_enable": { "value": true }, | ||
"retraction_extrusion_window": { "value": 10 }, |
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.
Overriding retraction_enable with the same value (value: True) as defined in parent definition: fdmprinter
"retraction_enable": { "value": true }, | |
"retraction_extrusion_window": { "value": 10 }, | |
"retraction_extrusion_window": { "value": 10 }, |
"retraction_enable": { "value": true }, | ||
"retraction_extrusion_window": { "value": 10 }, |
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.
Overriding retraction_enable with the same value (value: True) as defined in parent definition: fdmprinter
"retraction_enable": { "value": true }, | |
"retraction_extrusion_window": { "value": 10 }, | |
"retraction_extrusion_window": { "value": 10 }, |
"retraction_enable": { "value": true }, | ||
"retraction_extrusion_window": { "value": 10 }, |
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.
Overriding retraction_enable with the same value (value: True) as defined in parent definition: fdmprinter
"retraction_enable": { "value": true }, | |
"retraction_extrusion_window": { "value": 10 }, | |
"retraction_extrusion_window": { "value": 10 }, |
"retraction_combing_max_distance": { "value": 0 }, | ||
"retraction_count_max": { "value": 100 }, |
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.
Overriding retraction_combing_max_distance with the same value (value: 0) as defined in parent definition: fdmprinter
"retraction_combing_max_distance": { "value": 0 }, | |
"retraction_count_max": { "value": 100 }, | |
"retraction_count_max": { "value": 100 }, |
"retraction_enable": { "value": true }, | ||
"retraction_extrusion_window": { "value": 10 }, |
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.
Overriding retraction_enable with the same value (value: True) as defined in parent definition: fdmprinter
"retraction_enable": { "value": true }, | |
"retraction_extrusion_window": { "value": 10 }, | |
"retraction_extrusion_window": { "value": 10 }, |
@Eazao The PR you made was not correct. You selected the incorrect base for the PR causing conflicts, so I'm closing this PR, I've added the changes that would enable material usage to #19819 Keep in mind, I have no way of testing these changes on your printer and validating the results with a print using the proposed material in Ultimaker/fdm_materials#308. |
Hi HellAholic, Thanks for your help. We will test and verify it ourselves. |
Some time ago, we submitted the settings for M500, M600, M700, Potter and Zero printers.
#16294
We downloaded the latest Cura 5.9.0_beta.1 version and found that we could not select materials.
According to the suggestions, we changed the retract settings to "true" and changed "has material" to "true".
Ultimaker/fdm_materials#308
We would like to update these settings for the M500, M600, M700, Potter and Zero printers.