Solving assignation faults of PETG-CF(GFG98) and ASA-CF(GFB51)#92
Open
diegoeloren wants to merge 1 commit into
Open
Solving assignation faults of PETG-CF(GFG98) and ASA-CF(GFB51)#92diegoeloren wants to merge 1 commit into
diegoeloren wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi guys,
I’m new to this GitHub topic and ran into the following issue:
I had a problem with the material type PETG-CF in Spoolman. It was being managed correctly, but when I assigned a spool to the AMS trays, the color was updated in the AMS. However, the material then appeared as empty in the dropdown menu on the printer and as “?” in the slicer.
There was no “Generic PETG-CF” selected automatically, although it can be chosen manually.
After some investigation, I was able to fix the issue by adding the corresponding filament_brand_code definitions to filament.py on the running conainer.
I manually set “Generic PETG-CF” to investigate the filament_brand_codes and confirmed it via an MQTT browser.
The only changes I made were related to the codes for ASA-CF and PETG-CF.
After that temporary change, i was able to assign PETG-CF via NFC tag and it was succesfully updated on the printer.
How could this be included in a future release?
Thanks!