Fix: need to flow through the nozzle size

This commit is contained in:
Reid 'arrdem' McKenzie 2023-07-08 17:40:15 -06:00
parent 32c5f5f597
commit 1916e06ea2

View file

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