Jump to content

ChrisRiddell

Dormant
  • Posts

    92
  • Joined

  • Last visited

Everything posted by ChrisRiddell

  1. Just want to throw this in here over making a new thread, I'm loving the Adaptive Layers. Really the next thing that would take this to the next level is getting it to play nice with supports (normal and tree).
  2. I like the concept of it even for the UM2 been able to see a list of files you have on the build plate is very handy. Here is some feedback When you add a second stl to the build plate and right click new built plate, and they have sliced the first build plate says 0 hours 0 minutes for print time. Arrange to all build plates could be worded better as from what I can tell it just merges all the plates to one. Save the build plates with a Cura project if I make a set of build plates for a bunch of batch jobs but want to edit a setting or two every once and awhile would be nice to just open a cura project that brings me back to where I left off. Would be nice if the build plate menu remembered if it was expanded to see the files really annoying having to click that every time I open Cura.
  3. If its its to do with the stepper drivers and the TL-Smooths will fix it why would other slicers like S3D and Slic3r PE that I tried lessen the effect alot especially for PETG?
  4. Made no difference. Just want to bring this back up with more testing Cura is doing something weird and spent a good 4 days trying to work out why with no luck, This infill showing through effects PLA, ABS and really shows up in PETG the most. eg: Cura 3.1 Simplify3D 4 Both had the setting matched as best I could. 35mm/s Main Speeed 25mm/s Outer wall 245c nozzle (PETG) 75c bed 100% flow 4.5mm retraction 5% infill overlap tried to match the slow down speeds for layer time as well the best I could. I don't think its just me as A friend got a UM3E and is also seeing this just getting permission to post one of his photo's here and i'll add if I can.
  5. Noticed the same thing, it also only effects the dark theme
  6. Okay fixed that error by merging in https://github.com/Ultimaker/cura-build-environment/pull/20 But now I'm getting this and have not been able to sort it out I tried installing setuptools using pip3 and installing python3-setuptools from the repos but nothing :/
  7. I kept getting stuck with the cura-build-environment I tried googling on how to resolve it but most of the stuff I found did not work.
  8. Hmm maybe I have done it wrong as I did not install cura I cloned the repos following Nallath guide he posted in one of the github issues. “Checkout Cura, Uranium, CuraEngine, LibArcus. Build LibArcus Build Cura engine Ensure Uranium is in your pythonpath. Run cura_app.py with python3 If complaining about dependencies, install those with pip. That's pretty much how i recently installed my new laptop.” maybe this method does not work on Ubuntu :/
  9. Hello, Has anyone run Cura from source on Ubuntu 17.10 (fresh install) I have hit a snag where cura_app.py can't find Arcus, I compiled libArcus following the instructions on the github $ mkdir build && cd build$ cmake ..$ make# make install Their is a Arcus.so file in /usr/local/lib/python3/dist-packages Original exception was:Traceback (most recent call last):File "cura_app.py", line 54, in import Arcus #@UnusedImportModuleNotFoundError: No module named 'Arcus'
  10. On that build Layer View does not work the models just stay grayed out. 3.0.4 did work? Could you post you logfiles please? After rebooting the system it started working their was nothing in the logs every looked normal.
  11. On that build Layer View does not work the models just stay grayed out.
  12. the default 2 walls, I have not played with "Infill Before Walls" yet but will give it ago. https://www.thingiverse.com/thing:853358 I did reprint the model with some settings changed 3 wall, less infill, different layer height etc, and got the same results, here is the project file if that's any help. https://drive.google.com/open?id=1K9Wk1ELcb7qFxw9EmmBwrbBH9WI5TY_e
  13. Hello, I'm having issues when I slice with Cura I'm seeing some weird ghosting/artifacting in my prints, I done a test by copying the settings as best I could over to S3D (Speed, Shells, Top and Bottom layers and etc) and got pretty much no ghosting. Any idea on what Cura is doing? I used the stock CPE profile for Ultimaker 2+. Photo of Cura 3 print (it's way more noticeable when it was in the printer under it's lighting. Photo of S3D print
  14. Is this a bug but when printing with CPE the reg fan speed is set to 80% but the whole print it stays at 40% on the printer.
  15. Thanks, glad you like it. As to the line on the top/bottom, have you tried setting the combing mode to "no skin"? That's what I normally use and don't get nozzle marks on the top/bottom. Did not even know about that setting will check it out. so many settings pretty easy to get lost in what things do.
  16. @smartavionics Great work on the Optimize Wall Printing Order. Really liking Cura 3, Only one thing I would like to see fixed is the lines you get on the top and bottom from where the print head makes a fast move over them.
  17. For anyone that comes across this I found the issue https://github.com/Ultimaker/Cura/issues/2273
  18. Hello, I have an issue where when I change filament it grinds a small 5mm section pretty much where the filament is sitting in the extruder when the filament starts to reverse out. it only every grinds filament then not when printing. what could it be?
  19. There does not seem to be a python3-dev package for OSX I can't find one, Anyone with a mac how do I get cmake to find the python3 install as it keeps only finding MacOS's default python2 even after doing path changes that I found through googling.
  20. I have installed Python 3.4 using the pkg from Python.org > Downloads > Mac OS X When I seen that error, I can run python3 command in terminal.
  21. Hello, I have a question is there any full guides on building and running cura from github master, On MacOS 10.12 as I have had no luck. I have solved many other errors before but just feels like I'm casing my tail so i thought I would ask if anyone has a guide. I keep running into errors like these. Traceback (most recent call last): File "setup.py", line 1, in import setuptoolsImportError: No module named 'setuptools'make[2]: *** [PythonNetifaces-prefix/src/PythonNetifaces-stamp/PythonNetifaces-build] Error 1make[1]: *** [CMakeFiles/PythonNetifaces.dir/all] Error 2make: *** [all] Error 2 -- Found Protobuf: /usr/local/lib/libprotobuf.dylib (found suitable version "3.3.0", minimum required is "3.0.0") CMake Error at /usr/local/Cellar/cmake/3.8.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find PythonInterp: Found unsuitable version "2.7.10", but required is at least "3.4.0" (found /usr/bin/python)Call Stack (most recent call first): /usr/local/Cellar/cmake/3.8.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:375 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.8.2/share/cmake/Modules/FindPythonInterp.cmake:149 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cmake/FindSIP.cmake:32 (find_package) CMakeLists.txt:21 (find_package)
  22. disabled towers that removed the supports that did not connect to anything, but still got a couple random lines.
  23. Thanks Tomhe that makes sense. Anther interesting one with supports (I know you do not use supports with this model but I had supports enabled from my last model) But there seems to be little support towers on their lonesome not connected to the model, mm away from it :/
  24. With the gradual infill on a print that displays as 26mins on the default 20% it shows as 27mins on gradual shouldn't the gradual be faster? Also like how the profile names have been changed making 0.15mm the normal it's the little things great job guys.
  25. Haha nah it's the normal disclaimer in the footer of all their emails some companies use. Like: You may not use, disseminate, distribute or copy this message nor disclose its contents to anyone. Etc So i dont want to do the wrong thing by them as the turn around was really fast and great service from them.
×
×
  • Create New...