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

Commits on Oct 2, 2024

  1. 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 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 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c98cad4 View commit details
    Browse the repository at this point in the history