Jump to content

nallath

Team UltiMaker
  • Posts

    4,499
  • Joined

  • Last visited

  • Days Won

    100

Everything posted by nallath

  1. What is that you want to do and why use labview for it?
  2. The one thing the UM2 nozzle is indeed better with is with fine detail. The hotzone of the original nozzle was shorter, so you had a bit finer contorl. The main advantages of the UM2+ are the removal of the spring, so you don't get degraded teflon and a way better (stronger) feeder + switchable nozzles.
  3. The UM2+ is superior to the UM2 in every single aspect. As for firmware upgrades, the only firmware upgrades that we've done in the past time is adding more material profiles. Since the UM2(+) is essentially running marlin with a bit of menu stuff on top of it, there isn't much need for change. All that being said; We still test Cura if it works correctly with UM2's
  4. Because there are multiple reasons to change something. Eg; A material needs to change the temperature, but the same can be true for quality or the type of nozzle you are using. Not by means of the GUI.
  5. Since we never built it for anything like that, I don't think it's that feasible to change it. Ahoeben's solution will probably work, but it will probably not be very stable (since it's a big change to the way of working)
  6. My best guess is that the model has mistakes in it, which causes the auto arrange to fail.
  7. It's not intended to be used without the front end. You could try and see if you can get the meshTweaker (my plugin wraps that) to work in command line.
  8. In order to diagnose this issue, we require the following log files; (Windows) %APPDATA%\cura\<Cura version>\cura.log, or usually C:\Users\\<your username>\AppData\Roaming\cura\<Cura version>\cura.log (OSX) $USER/Library/Application Support/cura/<Cura version>/cura.log (Ubuntu / Linux) $USER/.local/share/cura/<Cura version>/cura.log (Ubuntu/Linux) If the Cura user interface still starts, you can also reach this directory from the application menu by Help -> Show settings folder
  9. We always appreciate more plugins!
  10. That's not temperature control per layer. That's temperature control on certain parts of the print (hence my confusion of what it was you meant). You could also save a project file and share it with us. Since we can read the elvish moon script that Cura generates to sing the song of it's people to other Cura's, we can use that to figure out what is going wrong.
  11. Cura has never had what you describe. The closest thing is using the tweak at Z plugin, which is still available within Cura. I don't know what you mean by the per-layer setting found under material tab though. I'm pretty sure that there has not been a setting like that in Cura.
  12. Unfortunately, there are always more things that are incorrect then there is time/resources to actually fix them with.
  13. In order to fix this issue, we require the following log files; (Windows) The log as produced by dxdiag (start -> run -> dxdiag -> save output) The Cura GUI log file, located at; (Windows) %APPDATA%\cura\<Cura version>\cura.log, or usually C:\Users\\<your username>\AppData\Roaming\cura\<Cura version>\cura.log (OSX) $USER/Library/Application Support/cura/<Cura version>/cura.log (Ubuntu / Linux) $USER/.local/share/cura/<Cura version>/cura.log (Ubuntu/Linux) If the Cura user interface still starts, you can also reach this directory from the application menu by Help -> Show settings folder
  14. And not to mention a ton of extra memory usage.
  15. Space + mouse move will zoom the camera. Same goes for ctrl + mouse.
  16. This shouldn't matter. But if you could share your logs, i can have a look at what happened (and maybe fix it)
  17. comand_util.py is a debug script, so mostly meant for our convenience. This also means that it has a horrible outward facing interface, which assumes that you know how the internal system actually works. That being said; The internal system uses a pretty complicated system of procedures. As things can and will go wrong, it can occasionally be convenient to trigger specific procedures (or parts there of). That's what the startProcedure does. All that being said; You're right on account of having to trigger those procedures to do what you want. If you want a full list of the procedures, you can find those on the machine, located at /usr/share/griffin/griffin/machines/um3.json
  18. It highlights areas in the model that are incorrect by making them red.
  19. Err. That is weird. What do you see if you look at the model in xray mode? Could you try and run the model through a model fixing tool?
  20. It's not for calibration. Some settings can be set globally *and* per extruder. Infill density can be set globally and per extruder. This means that if the extruder does not provide a value, it uses the global value. If it does provide a value, that one is used instead.
  21. I've forwarded this to the engineer that built it. He is on a holiday, so he might take a bit longer to respond.
  22. The cura logs only mention the sending of statistics that failed. What version of the firmware are you on?
  23. CuraEngine doesn't have default values (or well; it gets them from the fdmprinter.def.json). So in order for this to work, it needs to know where to find the file.
×
×
  • Create New...