Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bugfix/Improvement regarding Simplify3D meta parsing
Current parsing param are not able to get filament_name and filament_type correctly.
printMaterial,(%S)
for filament_name is not present in Gcode (anymore?).makerBotModelMaterial,(%S)
for type of filament is only changeable for Export File Format= .makerbot.Even worse: the last state of the Setting is present in Gcode even if the user didnt ever used something different than Standard G-Code Export (By default = pla).
By using
autoConfigurationMaterial,(%S)
, wich is by default one of PLA, PETG, ABS..., as filament_type we can avoid unnecessary Spoolman warnings and get a pleasurable printing history. -even with S3D ;)The user can create new Category called "Brand" if he wishes to get the Filament Name parsed
Signed-off-by: Silas Döring [email protected]