Jump to content

nallath

Team UltiMaker
  • Posts

    4,495
  • Joined

  • Last visited

  • Days Won

    99

Everything posted by nallath

  1. The SceneChanged is a combination of three events: def _connectSignalsRoot(self) -> None: self._root.transformationChanged.connect(self.sceneChanged) self._root.childrenChanged.connect(self.sceneChanged) self._root.meshDataChanged.connect(self.sceneChanged) What you're looking for is only the "childrenChanged" of the root: childrenChanged = Signal() """Emitted whenever the list of children of this object or any child object changes. :param object: The object that triggered the change. """
  2. There are a few settings in the meshfixes category that should influence this.
  3. 1. Create new material in cura 2. Press sync with printer Because it's active in a machine. Make sure no printer in Cura has that material selected. We already have a ticked on the backlog to make this clearer. I understand that you are frustrated, but I would also appreciate a bit of respect. If you are unable to provide this, feel free to return the printer. I do not appreciate being insulted and the same holds true for my colleagues. We're all human beings. Thanks!
  4. G0 are always travel moves, also for Cura. You can use G1 to do a travel move, and cura will occasionally do that.
  5. Cura doesn't actually re-calculate the bounding area based on what's below the buildplate.
  6. I think you're using the wrong slashes. You use / slashes in one part and \ in the other. Windows is a bit peculiar about that 😉
  7. If I remember correctly, the engine also doesn't go further than 16 though.
  8. https://github.com/Ultimaker/Cura/issues/7276
  9. The objective of adaptive layers is not to speed up the printing process, it is to use the "correct" resolution where it can. Depending on how you set it up, it can lead to more layers being printed, as it's constantly on the minimum layer that it will go. I don't really see how having a minimum layer height would change anything. It would be the same as changing the starting layer height and having a different variation.
  10. Correct! Older version of the firmware had a bug with the detection.
  11. The easiest option would be to make a backup on one of them (extensions -> backup) and then restore that on the other machine.
  12. Have a look at the post processing scripts. There is one that is called "create thumbnail".
  13. Duplicating not working for 5.1 when you are in one at a time mode. I've fixed that for 5.2, which should be out soon.
  14. I don't think that 11.7 will work at all. It would take a lot of work for us to support it. As such, I don't think it's very likely.
  15. Apple, in their infinite wisdom, has set up their ecosystem so that you have to compile software on their hardware and software. That on itself isn't too bad of an issue, were it not that it also prevents you from compiling for older versions than the operating system that you use. We rely on remote builders to create apple builds for us, so we don't have full control over what exact version of the operating system that they run. In this case, the OS was updated in between the creation of 5.1.0 and 5.1.1. As such, different versions of the OS are suddenly supported.
  16. Currently, cura doesn't break up lines in order to be able to place a seam there. So if you have a very simple model (which is what you seem to have) it only has a few choices where it can put the seam. The fewer choices that you have, the less random it looks.
  17. I get the rationale here, but it's also the same argument people that smoke use 😉 Just because it hasn't gone wrong for you yet, doesn't mean it's not a bad idea. Anyhow, Monotonic fill was introduced in 4.11. It could be that that still works for windows 7.
  18. You have coasting enabled. Check the description of that setting, it will explain what is happening.
  19. I would strongly suggest that you update your windows. Windows 7 isn't supported by Microsoft and as such is not getting any security updates anymore. Continuing using such an old operating system is a very bad idea.
  20. There is no fix for 4.2.1. You will need to upgrade to later versions and use monotonic ordering.
  21. I think you used Cura 5.1.0. That version should work on Catalina.
×
×
  • Create New...