Skip to content

Releases: Rylan-Meilutis/OctoPrint-Nozzle-Filament-Validator

3.1.4rc1

14 Nov 21:37
be8b632
Compare
Choose a tag to compare
3.1.4rc1 Pre-release
Pre-release

Fix an issue where there is a warning with orca slicer gcode for prusa mmu type multicolor systems

Version 3.1.3

26 Sep 00:28
v3.1.3
0d50fa6
Compare
Choose a tag to compare

This version fixes some compatibility issues with python 3.7, specifically in the way typing was handled.

Version 3.1.2

07 Jun 19:49
4034e85
Compare
Choose a tag to compare

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

02 May 04:13
782dc42
Compare
Choose a tag to compare

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

29 Apr 23:33
706226c
Compare
Choose a tag to compare
3.1.1rc2 Pre-release
Pre-release

Added support for orca slicer gcode with multi extruder setups (wip).

3.1.1rc1

24 Apr 15:07
e728ac6
Compare
Choose a tag to compare
3.1.1rc1 Pre-release
Pre-release

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

20 Apr 21:04
v3.1.0
68639b5
Compare
Choose a tag to compare

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

18 Apr 02:36
3.1.0rc1
Compare
Choose a tag to compare
3.1.0rc1 Pre-release
Pre-release

This RC adds some cleanliness and better formatting compared to the betas. The post processor has moved to a different repo.

3.1.0b2

11 Apr 20:59
v3.1.0b2
a86b24e
Compare
Choose a tag to compare
3.1.0b2 Pre-release
Pre-release

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

11 Apr 02:35
v3.1.0b1
0a6ad84
Compare
Choose a tag to compare
3.1.0b1 Pre-release
Pre-release

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.