-
-
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
Update 'fdmprinter.def.json' #20172
base: main
Are you sure you want to change the base?
Update 'fdmprinter.def.json' #20172
Conversation
Alter two settings: 'material_initial_print_temperature' and 'material_final_print_temperature' Change the tooltips and change the "enabled" logic to include " and machine_extruder_count > 1"
Test Results23 370 tests ±0 23 364 ✅ - 4 45s ⏱️ -1s For more details on these failures, see this check. Results for commit 308aeab. ± Comparison against base commit 3095acd. ♻️ This comment has been updated with latest results. |
Tooltip change and number of extruders check is good. The setting is for multi-extruder printers mainly for when a switch happens. I would not change the other settings as there could be side effects. |
Set the type, max values and min values back to previous.
Hah! Gotcha. I reverted everything except for the tooltips and the "enabled" logic. |
Around -190 is the sweet spot xD with liquid nitrogen but I think the original implementation was like: "If you wanna do something wrong, do it right" and went for the easy sure way. (these are just speculations, any similarities between this and any character, real or fictional is completely accidental). |
Way off topic, I bought a "Chocolate" extruder system. It worked OK except that the build plate needed that liquid nitrogen system. Everything just turned onto a blob of chocolate. Mind you, I'm not saying I didn't eat the scrap, but the prints didn't turn out at all. The entire gizmo has been sitting on a shelf for 2 years. I was going to add a "cold air duct" to the layer cooling fan. Probably draw the air across a bucket of ice before blowing it on the print. I gave up when I tried to design the duct as it would constantly be moving with the X axis and moving up in the Z. The rest of the chocolate was good though. |
This will be a draft. The changes to the tooltips should be OK, but the others I'm not 100% sure on.
Alter two settings:
'material_initial_print_temperature' and 'material_final_print_temperature'
Change the tooltips to better describe the settings (the current wording is not clear), and change the "enabled" logic to include " and machine_extruder_count > 1". (That will need to be checked but it doesn't appear that the settings are used for single extruder prints.)
Tooltip changes will of course require translation changes.
Changed the "type" from float to int as most machines aren't really set up for 1/100 of a degree.
Changed the minimum_value from "-273.15" to "0" because it was just silly.
Changed the maximum_value
Changed the default value from 200 to material_print_temperature
This fixes... OR This improves... -->
This is in response to a couple of bug reports including #20168 and #19190 and maybe #14019
Type of change
How Has This Been Tested?
I have had both settings hidden for years.
Test Configuration:
Win10Pro and Cura versions since 4.8 (although the settings were disabled using definition file overrides).
Checklist: