Jump to content

hwa

Member
  • Posts

    6
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Ultimaker Original (+)

hwa's Achievements

3

Reputation

  1. I have two printers: one is an Ultimaker Original+ which I use OctoPrint with. The other is a different machine which runs RepRapFirmware. I would expect the "Print with OctoPrint" only to show up while the Ultimaker Original+ is active. I _think_ what happened here was that I switched from the Ultimaker to the other printer and since I hadn't selected a default option for the DuetRRF plugin yet, Cura still showed "Print with OctoPrint" rather than selecting one of the DuetRRF plugin options. Now that I did set a specific action for the non-OctoPrint printer, it does not show the "Print with OctoPrint" option anymore, although that is still listed in the caret menu.
  2. In Cura 5.0, the Octoprint Connect Plugin seems to interfere with the DuetRRF plugin. When I have both installed (for different printers), for DuetRRF configured printers, I still get the "Print with OctoPrint" button in preview, but the correct DuetRRF menu in the caret menu on the action button. Choosing one of the DuetRRF options from the menu fixes the display, but I was confused for a hot second here. I don't know if this is a Cura shortcoming or a shortcoming of either of the plugins.
  3. The last released-to-Marketplace version worked for 4.13, and the prerelease version works as well, including the monitoring tab. I have not tried running a print yet as another is currently active.
  4. I am happy to confirm that I can install this plugin without crashing. Sending files works but the job does not start automatically yet. I assume that's tied into the currently-not-working Monitoring tab or my settings ...
  5. Thanks for your unrelenting efforts here! These plugins really are Cura's strengths.
  6. Cura 5.0.0-beta1 on Linux (AppImage) crashes with the following traceback when installing the Octoprint Connection plugin: Traceback (most recent call last): File "cura/CuraApplication.py", line 1109, in event return super().event(event) File "UM/Qt/QtApplication.py", line 489, in event event._function_event.call() File "UM/Event.py", line 218, in call self._function(*self._args, **self._kwargs) File "UM/Signal.py", line 328, in __performEmitIndirect self.__performEmit(*args, **kwargs) File "UM/Signal.py", line 357, in __performEmit func(dest, *args, **kwargs) File "/home/hwa/.local/share/cura/5.0/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevicePlugin.py", line 300, in addInstance self._configureAndConnectInstance(instance, global_container_stack) File "/home/hwa/.local/share/cura/5.0/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevicePlugin.py", line 321, in _configureAndConnectInstance instance.connect() File "/home/hwa/.local/share/cura/5.0/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py", line 459, in connect self._update() # Manually trigger the first update, as we don't want to wait a few secs before it starts. File "/home/hwa/.local/share/cura/5.0/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py", line 427, in _update self.get(end_point, self._onRequestFinished) File "/home/hwa/.local/share/cura/5.0/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py", line 1823, in get request = self._createEmptyRequest(url) File "/home/hwa/.local/share/cura/5.0/plugins/OctoPrintPlugin/OctoPrintPlugin/OctoPrintOutputDevice.py", line 1783, in _createEmptyRequest request.setAttribute(QNetworkRequest.FollowRedirectsAttribute, True) AttributeError: type object 'QNetworkRequest' has no attribute 'FollowRedirectsAttribute'
×
×
  • Create New...