volconst
volconst
@eduncan911 You can try something like this: ``` apt download libdbus-1-dev dpkg -x libdbus-1*.deb dbus-deb # show values for DBUS_CFLAGS DBUS_LIBS PKG_CONFIG_PATH=dbus-deb/usr/lib/x86_64-linux-gnu/pkgconfig pkg-config --cflags --libs dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -ldbus-1 export...
@Duke-Cardlert , you should use python3: pip install -r requirements.txt should be pip3 install -r requirements.txt
What's the warning from Defender? Disable Defender from Control Panel and run again. If you insist Defender to defend you, try installing python and running from source.
There are actually 2 sources of coordinates - the coordinates returned from M114, and coordinates that were last requested. Both sources have pros and cons. M114 is more real, but...
@waxo62 Mixing requested and reported coords may frustrate both the user and the coder, Do we need this complexity? What are you trying to achieve? Don't you just need a...
@kliment , what do you think?
ok, I may try to implement this in april
Hi @waxo62 , You can test this branch https://github.com/volconst/Printrun/tree/jog-position I display the M114 reported positions, not the requested as I originally planned because the M114 were already in place for...
What version and OS are you using? Try using the latest https://github.com/kliment/Printrun/releases/tag/printrun-2.0.0rc8 The normal steps the buttons make are 0.1, 1, 10, 100. If you hold shift while pressing arrows...
What is your pronterface version?