Michael Baisch

Results 28 issues of Michael Baisch

The work on this branch is very much appreciated. Everything basically works, expect when I tried using a vector to store instances of ofxHapPlayer. It makes sense since the copy...

enhancement

**Describe the bug** Can't control 2 cameras of the same model. They work individually but when both are attached the controls on both cameras control only a single camera. Similar...

bug

Hi, I send a lot of OSC packets to UnityOSC. And the current packet was more and more in the past. So I looked a bit in the code and...

The 'unitScaleFactor' is in theory a breaking change. Fixes #39

Hello, I'm trying to get my Makerbot Thing-O-Matic (Mk7 Gen4) working with GPX. Manipulating the eeprom is necessary because I have to change at least the Z home value. Now...

Hello everyone, I would like to use OctoPrint with GPX with my old Thing-o-matic. But I'm getting errors while trying to install the plugin: ``` Installing plugin from https://markwal.github.io/octoprint-download/OctoPrint-GPX.tar.gz... /Users/michael/OctoPrint/venv/bin/python...

Hello, I'm trying to get my TOM working with OctoPrint. It runs the most recent (for TOM) Sailfish firmware v4.7. I selected `TOM Mk7 - single extruder`. Not having the...

When trying to populate a polymorphic inline formset using the django-polymorphic package, I'm encountering a problem with the `polymorphic_ctype` field. **Context** In the `get_context_data` method, I populate the formset's initial...

Previously, for blocks with a duration equal to the time_resolution, _get_filled_indices() was unable to identify overlapping slots. This was due to the comparison of start times not accounting for these...