Skip to content

Commit

Permalink
Add objects metadata to FDM Attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ committed Oct 1, 2024
1 parent 55274b8 commit f649438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcode_metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ def set_attr(self, name, value):
"normal_change_in_present": bool,
"layer_info_present": bool,
"max_layer_z": float,
"objects_info": json.loads,
}

# Add attributes that have multiple values in MMU print gcodes
Expand Down

0 comments on commit f649438

Please sign in to comment.