Please help me test the new version of Printrun.
F28 update: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f314810964
F27 and F26 copr: https://copr.fedorainfracloud.org/coprs/g/3dprinting/printrun2/
Thanks
On Wed, 21 Mar 2018 15:26:50 +0100 Miro Hrončok mhroncok@redhat.com wrote:
Please help me test the new version of Printrun.
F28 update: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f314810964
F27 and F26 copr: https://copr.fedorainfracloud.org/coprs/g/3dprinting/printrun2/
Thanks
There is a sugested method to give it a try?
I have an old desktop with oudated Fedora running pronterface as 3D printer control.
Best regards
Neville
On 21.3.2018 16:21, Neville A. Cross wrote:
On Wed, 21 Mar 2018 15:26:50 +0100 Miro Hrončok mhroncok@redhat.com wrote:
Please help me test the new version of Printrun.
F28 update: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f314810964
F27 and F26 copr: https://copr.fedorainfracloud.org/coprs/g/3dprinting/printrun2/
Thanks
There is a sugested method to give it a try?
For Fedora 29:
sudo dnf update printrun
For Fedora 28:
sudo dnf update --enablerepo=updates-testing printrun
For Fedora 26 and 27:
sudo dnf copr enable @3dprinting/printrun2 sudo dnf update printrun
I have an old desktop with oudated Fedora running pronterface as 3D printer control.
If it is older than F26, I'm afraid that's not helpfull :( You may try running from source [1], but you may fail to install wxPython 4.
[1] https://github.com/kliment/printrun/tree/2.x#running-from-source
Installed on F26 (my main printing machine)... seems to work although there are some annoyances still around since the F26 version...
* Various opengl messages * Various Gtk warnings * Every printer message printed twice * constantly prints "Ok 0" when idle
$ WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files 12:03:29: Debug: Unsupported OpenGL attribute 1178829376 12:03:29: Debug: Unsupported OpenGL attribute 21918 12:03:29: Debug: Unsupported OpenGL attribute 1178829440 12:03:29: Debug: Unsupported OpenGL attribute 21918 12:03:29: Debug: Unsupported OpenGL attribute 1178829440 12:03:29: Debug: Unsupported OpenGL attribute 21918 12:03:29: Debug: Unsupported OpenGL attribute 73 12:03:29: Debug: Unsupported OpenGL attribute 1188698368 12:03:29: Debug: Unsupported OpenGL attribute 21918 12:03:29: Debug: Unsupported OpenGL attribute 63
(pronterface:7578): Gtk-WARNING **: Negative content width -12 (allocation 22, extents 17x17) while allocating gadget (node button, owner GtkButton)
(pronterface:7578): Gtk-WARNING **: Negative content width -15 (allocation 19, extents 17x17) while allocating gadget (node button, owner GtkButton)
(pronterface:7578): Gtk-WARNING **: Negative content width -12 (allocation 22, extents 17x17) while allocating gadget (node button, owner GtkButton)
(pronterface:7578): Gtk-WARNING **: Negative content width -12 (allocation 22, extents 17x17) while allocating gadget (node button, owner GtkButton)
(pronterface:7578): Gtk-WARNING **: Negative content width -15 (allocation 19, extents 17x17) while allocating gadget (node button, owner GtkButton)
(pronterface:7578): Gtk-WARNING **: Negative content width -12 (allocation 22, extents 17x17) while allocating gadget (node button, owner GtkButton)
(pronterface:7578): Gtk-WARNING **: Failed to measure available space: The specified location is not supported
(pronterface:7578): Gtk-WARNING **: Failed to measure available space: The specified location is not supported Loading file: /envy/dj/rostock_max/razor-holder.gcode Loading file: /envy/dj/rostock_max/razor-holder.gcode Loaded /envy/dj/rostock_max/razor-holder.gcode, 29565 lines Loaded /envy/dj/rostock_max/razor-holder.gcode, 29565 lines 3041.45mm of filament used in this print 3041.45mm of filament used in this print The print goes: The print goes: - from -31.91 mm to 31.91 mm in X and is 63.83 mm wide - from -31.91 mm to 31.91 mm in X and is 63.83 mm wide - from -15.41 mm to 11.25 mm in Y and is 26.66 mm deep - from -15.41 mm to 11.25 mm in Y and is 26.66 mm deep - from 0.00 mm to 18.05 mm in Z and is 18.05 mm high - from 0.00 mm to 18.05 mm in Z and is 18.05 mm high Estimated duration: 120 layers, 0:52:29 Estimated duration: 120 layers, 0:52:29 Entering slicer settings: set-your-slicer-in-settings Entering slicer settings: set-your-slicer-in-settings
(pronterface:7578): Gtk-WARNING **: Negative content width -12 (allocation 22, extents 17x17) while allocating gadget (node button, owner GtkButton)
On 21.3.2018 17:10, DJ Delorie wrote:
Installed on F26 (my main printing machine)... seems to work although there are some annoyances still around since the F26 version...
Thanks!
- Various opengl messages
https://github.com/kliment/Printrun/issues/882#issuecomment-368745446
- Various Gtk warnings
https://github.com/kliment/Printrun/issues/913
- Every printer message printed twice
https://github.com/kliment/Printrun/issues/916
- constantly prints "Ok 0" when idle
Where? I could not reproduce that one.
Miro Hronok mhroncok@redhat.com writes:
- constantly prints "Ok 0" when idle
Where? I could not reproduce that one.
It might be my printer's firmware (repetier). Pronterface just prints "Ok 0" (or "Ok 4294967295" after a print finishes) every second or two in the log window (not stdout) when idle. I wish it wouldn't print any of the Ok messages at all, as they make the other messages scroll off the logs.
Just to make sure I'm running the right one, it says Printrun 2.0.0rc3
Also on my wish list: an option to put the log window under the controls window, to give more room to the plater window.
On 21.3.2018 15:26, Miro Hrončok wrote:
Please help me test the new version of Printrun.
F28 update: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f314810964
F27 and F26 copr: https://copr.fedorainfracloud.org/coprs/g/3dprinting/printrun2/
Thanks
I've updated it to 2.0.0rc5.
On Tue, 27 Mar 2018 19:06:19 +0200 Miro Hrončok mhroncok@redhat.com wrote:
On 21.3.2018 15:26, Miro Hrončok wrote:
Please help me test the new version of Printrun.
F28 update: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f314810964
F27 and F26 copr: https://copr.fedorainfracloud.org/coprs/g/3dprinting/printrun2/
Thanks
I've updated it to 2.0.0rc5.
I have tested this update. Everything seems fine.
Best regards
Neville
3dprinting@lists.fedoraproject.org