Jump to content

ahoeben

Ambassador
  • Posts

    4,987
  • Joined

  • Last visited

  • Days Won

    347

Everything posted by ahoeben

  1. What sort of things would you like to contribute? Do you have certain features of fixes in mind? Ultimaker Cura consists of two main parts: The frontend ("Cura") and the backend ("CuraEngine"). The frontend is written in Python/QML, and the backend in C++. Both are hosted on github (https://github.com/ultimaker/cura resp. https://github.com/ultimaker/curaengine), and both projects accept "pull requests" for contributed fixes and features. Either way, you are probably going to want to start with setting up a development environment, so you can run Cura "from source". What OS will you be developing on?
  2. I feel that lately that number has fallen to about 94%, with 5% having turned on the "Make overhang printable" setting for some reason. Don't use that setting, unless you realize exactly what it is doing.
  3. You could try the Cura Arachne beta: https://support.ultimaker.com/hc/en-us/articles/360018439500-Ultimaker-Cura-Arachne-engine-beta-version
  4. Instead of using the snap, try using the AppImage as provided by Ultimaker. Ultimaker does not test or support the snap, nor any other version of Cura for linux other than the AppImage.
  5. How large a file are we talking, and how long is “lots of time”?
  6. Since I don't have an Ultimaker Professional account, how is the "native" plugin that you still have to download from the marketplace different from the @thopiekar plugins that are available from the same marketplace?
  7. This is fixed in the Cura 4.10 beta that was just released.
  8. Can confirm; there is no exact way. The layerview does not actually display gcode. CuraEngine creates gcode and “layerdata” for Cura to display in tandem.
  9. Exporting the STL stores the geometry, but not the settings. So you can load the geometry back in but you may not have the same settings as before. Saving a project (which creates a 3MF file) stores the geometry and all settings. You can load it back in, and it will be as if you never closed Cura or made any setting changes. Saving or exporting the gcode will get you a file that no longer contains geometry data, so it cannot be resliced.
  10. @Baldnerd, the latest version of Cura should no longer have that drive letter conflict.
  11. Do you have multiple displays? If so, disable all but one and try starting Cura again.
  12. I just checked, and though I can run Cura 4.9.1 just fine without administrator rights, my logs also include that line about being unable to create a folder in the program files tree. In other words: this particular warning is probably not the reason Cura will not start on your system without Administrator rights.
  13. Start with an M8 or bigger nut and bolt and see how it prints. See what the problem is when printing it upright, and see that you will get other problems in the other directions too. Learn from these experiments. If you want to print the bolt sideways, experiment with sinking it into the buildplate a bit. A bolt does not have to be 100% circular to work. But I would say an m3 thread is too fine to experiment with and learn from.
  14. Just make sure you read the dialogs of the installer of the newer version! You don't have to let the installer uninstall the previous version.
  15. The most obvious advice is: don't print M3 bolts. You can buy them for very cheap (cheaper than you can print them for if you factor in the cost of the printer, maintenance and your time), and the ones you buy will be much stronger. No, you cannot remove the shadow.
  16. Because there are no profiles for it. Making a set of profiles for an Ultimaker printer is a lot of work, requiring a lot of test prints for all combinations of printers, nozzles/printcores, "intents" and qualities. Until very recently there was no Ultimaker-branded PETG, so no single "PETG" to test with (and no incentive to spend money on the profiles, because it would not result in sales of Ultimaker-branded materials, I guess). The UM S5 and S3 support PETG now, and I think I saw on github that the UM 3 will receive profiles for it too in the next version of Cura. I am not sure about the UM2 family.
  17. The first post in this thread outlines the way to fix this issue. Once you have fixed it, a way to prevent the issue from happening is not logging in to an Ultimaker account, or making sure Cura can access the internet.
  18. Generally speaking, Cura should not be ran as administrator. Doing so may result in other issues (like not being able to run Cura normally, ie not as administrator). Cura should not even try to write to that folder. Programs should not be able to write to folders in Program Files.
  19. I vaguely remembered Lulzbot Cura has a setting to apply "fuzzy" movements in the Z direction, but I might be wrong. That is why I said Ultimaker Cura does has no setting to jitter the z axis, and asked if the user had been using Lulzbot Cura before. Incidentally Lulzbot Cura is stuck at version 3.6.something, so "going back to 3.6" may have some merit after all. But I know less about Lulzbit Cura than I know about Ultimaker Cura. Slightly rotating the model is a creative way to get a fuzzy pattern on top of some models, but you will have to experiment a bit to get a result that looks good. Due to how slicing works there is no way to get a uniform fuzziness at this point.
  20. The "Compact Prepare Sidebar" plugin is the spiritual predecessor of the "Sidebar GUI" plugin, and only compatible with Cura 3.5/3.6:
  21. The counter crossed 2 million cumulative downloads for all my plugins. Looking at the post date above, that means a million downloads in just under 11 months. That's sort of amazing.
  22. You may be interested in this thread: To make your life easier, see if you can use ```the cryptography module instead of pynacl.
  23. By tilting the model, you have oriented the faces in such a way that jittering X and Y is enough. There is still no jittering in the Z axis of the print.
  24. You can - in most cases - include the module with your plugin and import it from there. It depends a bit on what module it is how much work it is to include it with your plugin. The OctoPrint plugin contains two pure-Python modules, and here is how they are imported: https://github.com/fieldOfView/Cura-OctoPrintPlugin/blob/3.5/OctoPrintOutputDevicePlugin.py#L27
×
×
  • Create New...