Skip to content

Commit

Permalink
add abrasive filament and high flow nozzle info
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksupojka committed Sep 3, 2024
1 parent 1385873 commit c2c2ed4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions gcode_metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,16 @@ def set_attr(self, name, value):
"extruder_colour":
MMUAttribute(separator=";",
value_type=str,
conversion=same_or_nothing)
}
conversion=same_or_nothing),
"nozzle_high_flow":
MMUAttribute(separator=",",
value_type=int,
conversion=same_or_nothing),
"filament_abrasive":
MMUAttribute(separator=",",
value_type=int,
conversion=same_or_nothing),
}

# These keys are primary defined by PrusaSlicer
# Keys ending in "per tool" mean there is a list inside
Expand Down

0 comments on commit c2c2ed4

Please sign in to comment.