Assume the presence of a heated bed in the default profile
This commit is contained in:
parent
56a51a3800
commit
2b4a985d85
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class PrinterProfileManager(object):
|
|||
formFactor = BedTypes.RECTANGULAR,
|
||||
origin = BedOrigin.LOWERLEFT
|
||||
),
|
||||
heatedBed = False,
|
||||
heatedBed = True,
|
||||
extruder=dict(
|
||||
count = 1,
|
||||
offsets = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue