Releases: Rylan-Meilutis/OctoPrint-Nozzle-Filament-Validator
3.1.4rc1
Fix an issue where there is a warning with orca slicer gcode for prusa mmu type multicolor systems
Version 3.1.3
This version fixes some compatibility issues with python 3.7, specifically in the way typing was handled.
Version 3.1.2
This version fixes a bug where when the printer model didn't have mmu at the end if it, it would fail return none for the model causing the validation to crash.
Version 3.1.1
Some bug fixes and some more support for Orca slicer gcode.
Due to the way orca slicer generates gcode for multi-extruder machines, the plugin required changes to properly validate the gcode (this may still be a WIP). I also fixed a bug where the printer model could fail validation if the model was blank in the printer profile.
3.1.1rc2
Added support for orca slicer gcode with multi extruder setups (wip).
3.1.1rc1
This RC fixes a misspelled word in the frontend and fixes a bug where when the printer model is empty, the validator crashes when running.
Version 3.1.0
This version fixes a bug during initialization. It also adds support for checking spools by name to ensure you have the correct spool loaded.
3.1.0rc1
This RC adds some cleanliness and better formatting compared to the betas. The post processor has moved to a different repo.
3.1.0b2
This beta adds support for using names instead of db id's, post processor is coming soon to allow for easier exporting.
3.1.0b1
This beta bring the ability to ensure that the correct spool of filament is loaded into the correct extruder, it also brings restructuring of the validation class.