hamedty
hamedty
it started on torchvision==0.11.0. 0.10.0 looks good. `pip uninstall torchvision` `pip install torchvision==0.10.0 -f https://download.pytorch.org/whl/torchvision/ `
I can confirm this issue still exists on the latest edge. The way I reproduce it is: 1- send: ``` G1 Z100 F1000 M100 ({uda0:"0xaaaa"}) ``` 2- issue a feed...
Also this has something to do with `FEEDHOLD_TYPE_ACTIONS`. `FEEDHOLD_TYPE_HOLD` is fine.
sorry for spamming you guys, but this is how far I went: by calling feed hold actions, we enter p2. So `_enter_p2` -> `planner_reset` -> `jc.reset();` and so M100 read...
Hi Riley, I didn't actually solve the issue. I am just trying to point everyone to where I think is the root cause: If we have 2 planners (`p2`), we...
In my case it turned out I had installed the 32bit OS on the 64bit cpu. Just make sure you are loading a 64bit version of the OS and from...