Jump to content

ahoeben

Ambassador
  • Posts

    4,977
  • Joined

  • Last visited

  • Days Won

    343

Everything posted by ahoeben

  1. When switching extruders, a bit of gcode is executed (not too dissimilar from how start- and end-gcode are executed when starting/ending a print). This extruder-switch-gcode could do all sorts of things that could cause horrible collissions. The UM3 for example has to move from the current print to the extruder switching bay and back. If there is a print "in the way", the best outcome is that the head will forcefully break the print from the buildplate. That makes it dangerous to enable one-at-a-time for multi-extrusion printers.
  2. Switching nozzles may not seem to take too long, but if you have to do it twice for each layer that quickly adds up.
  3. Cura 2.4 has/will have better support for this.
  4. In Cura 2.3 that setting is not available for the UM2+ (but it is available for the UM2). This is fixed in Cura 2.4. See the "Machine Settings" on the "Printers" pane of the preferences.
  5. Note that - at least in my experience - moldlay needs a much higher temperature than wax to melt out of your investment. A friend of mine uses steam to melt his wax, and the same steam just barely made the moldlay soft. There's also http://www.machinablewax.com/, but I have no experience with it.
  6. Out of interest: What does it do that TweakAtZ does not do?
  7. 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.
  8. 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.
  9. 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
  10. 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.
  11. The issue remains that this is a potentially dangerous change. At the very least this should be flagged in release notes.
  12. 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.
  13. 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.
  14. 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.
  15. Note that print cost calculation will be a part of Cura 2.5 (to be released in about 2 months).
  16. You can do that in Cura 2.3 as well. Printers -> Manage Printers -> Machine Settings
  17. Yes, AFAIK it does. Use the "Line Width" setting to specify your nozzle diameter.
  18. 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.
  19. > 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.
  20. 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.
  21. > Makerbot Original Plus Ouch. Ultimaker Original Plus, denk ik?
  22. 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".
  23. 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.
  24. 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.
×
×
  • Create New...