Jump to content

Nicolinux

Expert
  • Posts

    3,003
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by Nicolinux

  1. Für den Dauerbetrieb könnte sich der neue Drucker lohnen. Zumindest sollten die print cores darauf ausgelegt sein. Dort ist immer noch Teflon drin aber weiter oben wo sich die Kühlrippen befinden. Ausserdem ist die max Temperatur viel höher, somit halten diese mehr aus.

    Man kann über Cura direkt drucken was allerdings nicht so bequem wie OctoPrint ist. Da aber der Drucker eine sehr offene API hat, denke ich dass es bald unterstützt wird.

  2. Hi,

    ich habe den UM3 mehrere Wochen getestet. Folgendes kann ich sagen:

    Es ist ein anderer Drucker. Die Dualextrusion und der unterschiedliche Aufbau des Druckkopfes mit den print cores, macht daraus einen Arbeitspferd der mit alle möglichen Filamentsorten klar kommt. Ich habe z.B. ABS gedruckt und direkt danach wieder mit PLA - ohne Probleme. Zwischendurch auch Nylon und CPE ausprobiert. Und das alles mit der AA core also nicht die "BB" die nur für Supportmaterial wie PLA gedacht ist.

    Übrigens löst sich PVA viel schneller auf wenn das Wasser in Bewegung ist. Ich habe einen Magnetrührer bei Ebay gekauft und konnte die Zeit auf etwa 4 Stunden bringen.

    Ansonsten ist der drucker zuverlässig und hat einiges an Potenzial für die Zukunft. Man muss sich klar machen dass jetzt ein kompletter, kleiner Linuxrechner mit dabei ist zu dem man Zugang hat. Da lässt sich eine Menge verändern und auslesen.

    Da ich Dualextrusion vorher so nicht testen konnte, bin ich immer noch davon fasziniert. Für mich ist das die größte Änderung. Und die Tatsache dass das Ding auf Dauerbetrieb ausgelegt ist (gut wird sich zeigen wie lange die halten).

    Was genau macht ihr mit den UM2+ Extended? Und müsst ihr umsteigen oder wäre der UM3 als Ergänzung denkbar?

  3. Was passiert genau? Bei mir funktioniert das ohne Probleme.

    Wenn du Cura 15.x nicht mehr nutzt/brauchst, könntest du folgende Dateien löschen und Cura 2.3.0 "frisch" starten:

     

    • ~/Library/Application Support/Cura
    • ~/Library/Preferences/ns.ultimaker.cura*

     

    Wenn du die Cura 15.x Einstellungen behalten möchtest, dann lösche nicht "~/Library/Application Support/Cura/15.04.6".

  4. Bei mir funktioniert es ohne Probleme. Die Frage ist ob es nur an deinem Rechner liegt oder es etwas anderes ist. Hast du die üblichen Dinge probiert? Neustarten, Einstellungen in Cura sichern, deinstallieren, Cura erneut installieren, anderen User unter (Windows/Mac/Linux) erstellen und dort Cura starten und es ausprobiert?

  5. Ach ja, da fällt mir noch etwas ein. Misumi Gleitlager und Wellen haben bei mir keine Verbesserung gebracht. Ich dachte es läge daran aber eigentlich war es nur eine Firmwareeinstellung die für bessere/glattere Wände gesorgt hat.

    Schau dir dazu die Firmware von Tinkergnome an und aktiviere für das Heizbett das sog. "PID". Führe vorher auch die PID Kalibrierung durch. All das ist vom Druckermenü aus erreichbar.

    https://github.com/TinkerGnome/Ultimaker2Marlin/releases/tag/V16.08.2

  6. @Pilzefreak: Man du hast was durch gemacht mit dem Drucker...

    Ich rate dir dringend den Teflon Coupler zu wechseln. Das ist eigentlich die Hauptursache für solche Probleme.

    Zweitens würde ich die Boardabdeckung unten abschrauben und das Board offen lassen um auszuschliessen dass es an einer Überhitzung liegt.

    Und zum Schluss, schau dir das Ritzel am Feeder an. Ich hatte mal das Problem dass die Zähne abgenutzt waren (ich hatte aber auch mit wiederborstigem Filament gedruckt).

  7. Hi,

    I have basically the exactly same issue since i am working on something related.

    You have to download and compile the latest CuraEngine version. This one does output the gcode header after the file has been sliced. You then need to process the output of CuraEngine, extract the last bit with the new gcode header and replace the gcode header in your .gcode file with it.

    There are TONS of slicing parameters which CuraEngine supports. If you don't specify any, you get the minimal default which is not really what you want.

    In order to get a proper list of parameters I suggest you do the following:

     

    1. Use Cura Desktop 2.3.0 to slice a model the way you like it.
    2. Take a look at the cura.log file to see which slicing parameters Cura Desktop used to slice it (since Cura Desktop acts as a very sophisticated frontend for CuraEngine it sends all slicing options in one go (every parameters prepended by "-s")). On my Mac the cura.log file resides at ~/Library/Application Support/Cura/cura.log
    3. Save the slicing parameters to a text file and append its contents to your CuraEngine call.

     

  8. Hi,

    ich verstehe nicht was der Grund war - was meinst du damit?

    Ich nutze einen UM2+ mit OctoPrint und drucke auch von SD. Dazu habe ich in Cura 15.x zwei Drucker angelegt. Einen mit UltiGcode (für SD) und einen mit normalem Gcode für OctoPrint.

  9. Since we have tested the new machines for a few weeks I can say that I am pretty pleased that Ultimaker kept its open source mentality and build a machine that is user friendly *and* advanced user friendly at the same time. You are able to turn off every automatism the printer has and run it over spec.

    The print cores are awesome as they were able to take very different materials without a hitch. Printing ABS right after PLA and then Nylon and CPE is not something you'd have a nice memento of with other printers... Only PVA was problematic for me - even with the dedicated "BB" core.

  10. Hey Pedro,

    what do you mean with "crashed". Was the fan turned off during the print? If yes - are both side fans off? The UM2 head has 3 fans. Two big ones to each side and a small one at the back of the head which is always on when the nozzle/filament is hot.

  11. Hi,

    I'd like to compile a version of CuraEngine which is statically linked (I don't need libArcus or Protobuf). I started with the usual:

     

    # mkdir build; cd build; cmake ..

     

    And then edited the "CMakeCache.txt" file. Since there is no "static" for "CMAKE_BUILD_TYPE", I went with "MinRelSize" and added the following to the other relevant variables:

     

    CMAKE_CXX_FLAGS:STRING=-static-libstdc++

     

     

    CMAKE_C_FLAGS:STRING=-static

     

    While the project compiles I see the following output:

     

    Linking CXX static library libclipper.a[...]Linking CXX static library lib_CuraEngine.a[...]

     

    But it still creates a dynamically linked binary :/

    Why?

     

    root@curaengine:~/CuraEngine/build# ldd CuraEnginelinux-vdso.so.1 (0x00007ffe399b6000)libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb3ba1e1000)libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb3b9ee0000)libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb3b9cca000)libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb3b991f000)/lib64/ld-linux-x86-64.so.2 (0x00007fb3ba3fe000)

     

    HALP! :)

×
×
  • Create New...