Jump to content

ahoeben

Ambassador
  • Posts

    5,020
  • Joined

  • Last visited

  • Days Won

    359

Everything posted by ahoeben

  1. I am sorry, I somehow missed the UM3 in the mix. One at a Time printing has been disabled (for now) for the UM3. I think the reason was that there is a high risk of the printhead colliding with a previously printed part during a move of the printhead to the switchbay. This has to be prevented somehow in the CuraEngine. Until it is, it is just too dangerous to enable One at a Time printing.
  2. If you load all 16 objects as a single file, Cura sees all 16 objects as a single model. You would have to load a single instance of the model, and use Cura to make 15 duplicates. Cura 2.4 will have a more convenient dialog to create multiple copies in one go. The old Cura had an option to "break apart" separate models if they were loaded as a single file. This function still has to make it across to Cura 2. It is not a trivial thing to add.
  3. Your stl may not be suitable for 3d printing. Inspect the models in X-Ray view and you will likely see parts showing red. It is also good custom to inspect the Layerview before you start the print, because that would show you there's an issue without wasting time and plastics
  4. It is very important there is no such gap. It could become the cause of many nozzle clogs. The path of the meltzone should be as continuous as possible.
  5. The issue remains that this is a potentially dangerous change. At the very least this should be flagged in release notes.
  6. I think @skdesign wants to do the slicing on his OctoPrint instance. OctoPrint has a plugin which uses the 15.04 version of CuraEngine, which uses the 15.04 profile ini files. Having said that, as the author of the octoprint plugin I agree with @nallath that you have much more control over the placement and print settings if you use Cura 2.3 (or 2.4 beta) with the OctoPrintPlugin.
  7. Support Mesh is a special one. It only works in the Per Model Settings tool. Using the Per Model Settings tool, you can make an object be printed as supports. It is an - as yet not very userfriendly, but very capable - way to print custom supports.
  8. Sketchup is not a great modeling tool for 3d printing. It was not made with 3d printing in mind. If you see a mix of white and blue walls in sketchup, that probably means you have one or more walls with 0 width, ie walls that only have a front face, but no back face. 3d printers cannot handle objects with walls that have no thickness.
  9. Note that print cost calculation will be a part of Cura 2.5 (to be released in about 2 months).
  10. You can do that in Cura 2.3 as well. Printers -> Manage Printers -> Machine Settings
  11. Yes, AFAIK it does. Use the "Line Width" setting to specify your nozzle diameter.
  12. If you want to do that, you would also have to forward port 80. I would not recommend you do that though, as you open up your UM3 to the world.
  13. > But in CURA 2.X I can't find this option. Because it is not there. > I don't even get the feeling that Cura is "looking" for a printer Trust me, it is. Just not succesfully. > wonder if I am overlooking an obvious setting? No you are not. If it were obvious, we would have already pointed you to it. But since you insist on trying unsupported things, you could help us by telling if this works for you: Some users have reported success by making a change to Cura. It looks like it's probably possible to get it to connect just by going to C:\Program Files\Cura 2.3\plugins\USBPrinting\USBPrinterOutputDeviceManager.py and changing the line result = self.getSerialPortList(only_list_usb = True) to result = self.getSerialPortList(only_list_usb = False) Be careful not to change anything else.
  14. There's a new setting in Cura 2.4 to allow you to set the nozzle temperature for the first layer. By default this is set to the normal nozzle temperature + 5. On a personal note: this is exactly why I argued that this should not be the default, even if the +5 degrees for the first layer may give better result for some (most?) materials. I feel your confusion.
  15. > Makerbot Original Plus Ouch. Ultimaker Original Plus, denk ik?
  16. Have you tried 2.3.1? Quite a lot has been fixed with regards to settings between 2.1 and 2.3. And 2.4 is supposedly going to be released "any day now". Cura 2.1 is "old news".
  17. What name do you give your printer? There's a bug in 2.3 that causes commas in some places (eg printer name, profile name) to break things.
  18. You could use the new Cura to create your gcode file and load it into the old Cura to print. Cura is being developed by Ultimaker and their focus is on Ultimaker printers, but since it is open source anyone is free to contribute code and fixes. I don't own a printer that does not work with USB printing, so I would not know what it is that makes USB printing not work for your printer. Note that I have contributed many things to the new Cura that are not specifically for Ultimaker printers or the printers that I own; I wrote the Machine Settings and support for delta printers. But fixing USB printing requires hands-on debugging with a printer where USB printing does not currently work.
  19. No, it can't. Perhaps this could be added at some point, though it is tricky to be exact here; there's a buffer on printers, so the line that was just sent to the printer may take a while to actually be printed.
  20. If you are using Cura 2.3, the elliptic buildplate functionality is not yet available. It will be added in Cura 2.4 which is currently in beta and should be released "any day now".
  21. For the record: No, I am not having this issue. The combination works great for me.
  22. Currently you cannot load a gcode file back into Cura 2.x. Loading, displaying and printing gcode files was recently contributed by Lulzbot, and will be part of Cura 2.5. You could try Cura 15.x ("the old Cura"), or a tool like pronterface to send gcode files to your printer (I'm guessing that's why you would want to load gcode files).
  23. I've got 99 settings but the layer height aint one! Mixing layer heights is all but trivial. Say you have a mesh with a .1mm layer height, and a mesh with a .13mm layer height. This means that these layers almost never coincide in height. Currently the CuraEngine can just take a single cross section for everything that is printed at the same time at the different layer heights. Combine this with things like combing where the printhead must avoid layers that have already been printed, and features where touching objects get a bit of extra overlap if they touch, and it becomes complicated quite quickly. TLDR: It's complicated.
  24. Have you read its description in Cura? Have you tried it? It does *exactly* what you describe.
  25. You may want to try the older Cura 15.04 instead of Cura 2.x, since that version is what 101hero.com mention on their site. Cura 2.x was rewritten from scratch, and is not as compatible with 3rd party printers when it comes to USB printing.
×
×
  • Create New...