mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove useless override of bed temperature
The Generic PETG material also sets it to 70, as well as the eMotionTech and TiXYZ PETGs. The iMade3D bed temperature was 65, so for that one the temperature will change to 65 then which seems appropriate. I'll change the iMade3D thing in fdm_materials so that the settings are still the same. Discovered during investigation of #6898.
This commit is contained in:
parent
1915100118
commit
90ded1abf9
3 changed files with 0 additions and 3 deletions
|
@ -12,7 +12,6 @@ material = generic_petg
|
|||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_bed_temperature = 70
|
||||
cool_fan_enabled = False
|
||||
|
||||
speed_print = 30
|
||||
|
|
|
@ -12,7 +12,6 @@ material = generic_petg
|
|||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_bed_temperature = 70
|
||||
cool_fan_enabled = False
|
||||
|
||||
speed_print = 30
|
||||
|
|
|
@ -12,7 +12,6 @@ material = generic_petg
|
|||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_bed_temperature = 70
|
||||
cool_fan_enabled = False
|
||||
|
||||
speed_print = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue