Fix: need to flow through the nozzle size
This commit is contained in:
parent
a281f24689
commit
1eb72905cd
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ def analyze_files(app: App, db: Db):
|
||||||
max_z=record.max_z,
|
max_z=record.max_z,
|
||||||
max_end=record.max_end,
|
max_end=record.max_end,
|
||||||
max_bed=record.max_bed,
|
max_bed=record.max_bed,
|
||||||
|
nozzle=record.nozzle,
|
||||||
filament_id=db.create_filament(record.filament),
|
filament_id=db.create_filament(record.filament),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue