Use 0 as default bed temperature in slicer
Should prevent slicing result to contain bed temperature settings even if printer has a heated bed configured unless slicing profile also contains a temperature. Fixes #1268
This commit is contained in:
parent
1a308a1bc7
commit
23d2cdec76
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ defaults = dict(
|
|||
wall_thickness=0.8,
|
||||
solid_layer_thickness=0.6,
|
||||
print_temperature=[220, 0, 0, 0],
|
||||
print_bed_temperature=70,
|
||||
print_bed_temperature=0,
|
||||
platform_adhesion=PlatformAdhesionTypes.NONE,
|
||||
filament_diameter=[2.85, 0, 0, 0],
|
||||
filament_flow=100.0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue