Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: small bugfix metadata.py #908

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sdoe0
Copy link

@sdoe0 sdoe0 commented Oct 1, 2024

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

Screenshot 2024-10-02 003151

Screenshot 2024-10-02 002453

Signed-off-by: Silas Döring [email protected]

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 changable 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 ;)

Signed-off-by: Silas Döring [email protected]

module: metadata.py
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 ;)

Signed-off-by: Silas Döring [email protected]
@sdoe0 sdoe0 marked this pull request as draft October 2, 2024 13:33
@sdoe0 sdoe0 force-pushed the master branch 2 times, most recently from 1990612 to c98cad4 Compare October 2, 2024 14:02
@sdoe0 sdoe0 marked this pull request as ready for review October 2, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant