Skip to content

Commit

Permalink
fix estimated_print_time type
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkafa committed Aug 27, 2024
1 parent 1adcc22 commit a794ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcode_metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class SLMetaData(MetaData):
# thumbnails!

Attrs = {
"estimated_print_time": int,
"estimated_print_time": float,
"layer_height": float,
"material": str,
"exposure_time": int,
Expand Down

0 comments on commit a794ffd

Please sign in to comment.