Pedro Lamas
Pedro Lamas
I think this is good to merge, @matmen want to take a new look at it? I think we can merge this now; there will be changes to the Moonraker...
> @matmen ah sorry. didn't test in-depth enough. will resolve that. and yeah, up to @pedrolamas on leaving those files in. I have no problem deleting if it's an issue...
You can easily add custom filters to Fluidd console view: go to Settings, select Console, and click Add Filter. You will see a dialog like this:  Then just fill...
> Wouldn't it be simpler to integrate this? [fluidd-core/FluiddPI#51](https://github.com/fluidd-core/FluiddPI/issues/51) At this stage, I think the path forward might be just to integrate with [crowsnest](https://github.com/mainsail-crew/crowsnest) (which should already work anyway!).
I just installed the MSI from [here](https://github.com/cabbagecreek/STL-thumbnail/releases/tag/v0.1-beta) and am seeing this myself: 
This issue should now be fixed in the recently released Fluidd 1.20.0. **For the devs:** in this new version we moved the `fluidd.cameras` namespace to the `webcams` namespace, following the...
What version of Visual Studio are you using? Are you using the correct UWP XAML Behaviors (the one from [this NuGet](https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.Uwp.Managed/))?
Please try to manually add the `Microsoft.Xaml.Behaviors.Uwp.Managed` package to your project and see if that makes any difference.
~Oh, I just noticed you're using the `MultiBindingBehavior`: That's not available in UWP!!~ Please ensure you add Cimbalino.Toolkit to all your projects that actually require it, it should then pick...
Sorry, though I wrote `MultiBindingBehavior` I was thinking on `MultiApplicationBarBehavior`; it's been a long day, so please just disregard my last comment... I now start to remember this better, and...