Jump to content

modernonline

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by modernonline

  1. @Capsaicin there is some documentation albeit scarce. People who get what to do don't write guides and for Cura the engine is merely a debug tool. Anyways, I'm doing all this for an art installation and plan to do some guides once everything's done. I'm actually doing the automated slicing + print job submission via API. Double trouble 🙂 Anyways not much has changed and appending gcode is still the best approach it seems.
  2. Thanks for your reply. In my case it was a faulty request ( I was using Python to start with) due to... hey hey hey! Indentation 🙂
  3. I have the same issue: Did you manage to find a solution?
  4. Hey, sorry to bring this back but I'm facing exactly the same issue with an _S3. What was the final workaround? In my case, what's missing: material GUID printing time filament amount My 'dirty' thought was to save terminal output to a .txt, take the lines I need and extract values through some shell or python, and then append to the gcode?
  5. Hello, I'm looking to use curaEngine with UM S3. I have some automatically generated .stl files that are a bit wonky and too large for the build plate. The ultimate goal is to be able to: load model / repair / resize to fit the plate / set to 0s on XYZ / set infill / set extruder / export gcode. I was looking for hints in ultimaker_s3.def.json for relevant settings but I guess I'm not experienced enough, or perhaps looking in the wrong place? Thanks in advance.
  6. Hi, I have a series of .stl files that are minor variations of the same object. Considering this, I would like to be able to make the same adjustments to them before printing, a sort of a saved slicing instructions, either through the GUI or through the command interface. I.e. scaling the model down, placing on 0, setting same infill, adding support enforcers. Instead of doing it manually at each time, I would like to load a settings file. Thanks for the help.
  7. @geert_2 Fair point. Actually, the exhibition staff will still be taking the prints off the plate, cleaning the plate, changing the filaments, and so on. If we can't automate properly, of course I will ask them to submit the gcode manually. However, (at least) slicing is really not an option and has to be done automatically. Let's just say that automation is quite a big part of the installation for various reasons. Also, 'failure' of the print as such in this context is an option, hence I'm not so precious about the slicing/gcode being perfect or the printer throwing threads of plastic all over the place. Hope that makes sense 🙂
  8. We're doing an art installation. In short, every day, an .stl file will be automatically generated that needs to be sliced and launched for printing on its own. I tried reading some previous posts and assembling information from bits, but perhaps it is best if all my questions are gathered together: 1) Is the Ultimaker model important, and what's the difference? Ideally I would communicate via Wifi but could also set up a Ubuntu-running device and connect via USB. U2 would be my primary option simply because we don't need dual extrusion, but it seems U3 has WiFi enabled features? 2) Could somebody indicate a good starting point(s), or maybe some scripts already exist? I imagine a python script for slicing via CuraEngine and then sending via serial? Thanks in advance.
×
×
  • Create New...