Skip to content

Commit

Permalink
cancel objects info in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksupojka authored and ondratu committed Feb 20, 2024
1 parent 27ebf16 commit 33a1eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybgcode/pybgcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def read_metadata(gcodefile: FILEWrapper, type: str = 'printer'):
"support_material", "ironing", "quiet_percent_present",
"quiet_left_present", "quiet_change_in_present", "normal_percent_present",
"normal_left_present", "normal_change_in_present", "layer_info_present",
"max_layer_z"]
"max_layer_z", "objects_info"]


def filter_connect_metadata(output: dict) -> dict:
Expand Down

0 comments on commit 33a1eeb

Please sign in to comment.