Stephen Marshall
Stephen Marshall
This is not likely a wiring issue. Looks like there were some errors related to threading: ``` 2020-11-20 15:45:41,543 - octoprint.server.heartbeat - INFO - Server heartbeat
Restarting Octoprint resolves the issue.
On `0.0.17` here and experiencing the same issues as @pugson. Same setup. ```js import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' const myComponent = () => { return ( ) } export...
Verified. Indeed it will be `1000` for the scale. This was done with very fast measuring.
Not sure this is the answer you are looking for: ### JS ``` javascript this.ButtonClick = function(data, event) { parent = ko.contextFor(event.target).$parent; // or get the root root = ko.contextFor(event.target).$root;...