Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]
- Loading branch information