Jump to content

ahoeben

Ambassador
  • Posts

    4,982
  • Joined

  • Last visited

  • Days Won

    345

Everything posted by ahoeben

  1. 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.
  2. > Makerbot Original Plus Ouch. Ultimaker Original Plus, denk ik?
  3. 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".
  4. 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.
  5. 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.
  6. 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.
  7. 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".
  8. For the record: No, I am not having this issue. The combination works great for me.
  9. 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).
  10. 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.
  11. Have you read its description in Cura? Have you tried it? It does *exactly* what you describe.
  12. 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.
  13. The setting for this is called "Infill Layer Thickness" (in the "Infill" category).
  14. There is no such thing for Cura 2.x currently.
  15. Another trick is to put the whole tube into hot water to soften the filament but not the bowdentube. It is a bit more controllable than hot air.
  16. Ga naar de "machine settings" en verander de GCode Flavor naar Reprap. Het idee van de UM2 (zonder plus) met UltiGCode is dat je op de machine bepaalt met welk materiaal je print. Cura weet daar dus niet van, en kan niet weten wat het soortelijk gewicht is van het materiaal dat je gaat gebruiken. Vandaar dat er geen gewicht wordt vermeld als je een UM2 met UltiGCode gebruikt. Voor de UM2+ is het idee van UltiGCode een beetje achter gelaten. Het blijkt namelijk dat je voor prints met verschillende materialen echt anders moet slicen voor het beste resultaat; meer dan je in de printer in kan stellen. Dus voor de UM2+ (en de UM3) is er in Cura weer een materiaal-selectie.
  17. The feature was left unimplemented in 2.3. Unfortunately it was forgotten again in 2.4. I have implemented the feature and created a PR on github, but it remains unmerged. Show your support for the feature here: https://github.com/Ultimaker/Cura/pull/1243
  18. Cura 2.4 has a dialog asking for the number of copies. To keep Cura from reslicing when you don't want it, you could use this plugin: https://github.com/fieldOfView/PauseBackendPlugin
  19. Because it is (1) not needed for Ultimaker printers, and (2) noone with a printer that needs it is able or willing to add it to the new Cura. I am willing to add it, but I don't have a printer that does not work with the current auto-detection. If someone wants to send me a printer, or even only a controller board to test with, I will do my best to make sure that it works with Cura.
  20. This is not true. Cura 2.x communicates over USB to Ultimaker printers and some others just fine. There are issues connecting to some other printers, but unfortunately noone who is working on Cura has one of those printers and people who have those printers can't fix the issue.
  21. There is currently no way to enter a string. The "textfield" widget is hardcoded to validate numbers. A "PostProcessing script" (what you call a plugin) is called when writing gcode files, after all slicing is done. It does not call the slicing engine by itself. The files you see in the "plugins" folder are much more than postprocessing scripts. Almost everything in Cura is implemented as a "plugin", from the tools (move, scale, mirror, rotate) to the connection with USB and the UM3, from the model display and layer view to the connection with CuraEngine. The PostProcessing of gcode itself is also handled by a plugin.
  22. By "Create a machine profile", they mean a .def.json file like the ones in your Cura/resources/definitions folder. You cannot create those from inside Cura, you have to use a text-editor. Official machine definitions can define many, *many* (many!) more parameters than what you can set with the Machine Settings screen. The "Custom FDM Printer" route is meant for end-users of printers for which there is no official machine definition.
  23. I printed the ultimate holder for the Olsson Ruby nozzle (printed in copperfill): 3d printer bling!
  24. I think the recommendation is *warm* water, not hot water. If the temperature exceeds ~60 degrees, the PLA will start to soften, and the object can deform.
×
×
  • Create New...