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:
Ghostkeeper 2020-01-02 09:49:52 +01:00
parent 1915100118
commit 90ded1abf9
No known key found for this signature in database
GPG key ID: 37E2020986774393
3 changed files with 0 additions and 3 deletions

View file

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

View file

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

View file

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