Michael
Michael
When attempting to use this library, I found it helpful to look at jsjs-wrapper.js, in particular how it builds up the window (InitWindow) and document (InitDocument) objects, and learn from...
I think something like this would be amazing. Currently to add an example, you have to manually specify the entire schema using `swagger_schema_fields`. And if you have nested objects... good...
Just found this: https://pypi.org/project/drf-yasg-examples/ It basically achieves this with an inspector that you can put into your default inspectors list. ```python class ExampleInspector(SerializerInspector): def process_result(self, result, method_name, obj, **kwargs): has_examples...
Can you try turning off line numbers (the N1, N2, etc)?
M5 is to turn the spindle off in GRBL. See https://www.shapeoko.com/wiki/index.php/G-Code#Machine_Options_.28M.29 You can use any gcode in the hello that will generate an "ok" message, as that what OctoPrint needs....
@electr0sheep Does your LinkSprite Mini have end stops? (those are physical switches at the end of each axis that tell the motor to stop/has gone too far?) I would have...
@synman I can review pull requests and merge them. Access to a machine to test with is a little tricky right now for me, but if your willing to test...
Do you know what GCODE commands were sent to GRBL at the time? Could you turn on the "Log communication to serial.log" function in OctoPrint and share what gcode was...
Sounds like the buffers are getting overflowed. It's possible that might be related to the "temperature" poll? Could you try changing the temperature poll interval to be something very large...
There is a major bug in the django-seo2 package, but @romansalin has stopped responding and wont publish the fix. Its been broken for almost a year now. Is there any...