Jump to content

peteruithoven

Member
  • Posts

    48
  • Joined

  • Last visited

Posts posted by peteruithoven

  1. Out of nowhere the display remains black when turning on my Ultimaker 3. The rotary button does not light up. Even after 4 minutes nothing happens. Clicking the rotary button does not trigger a sound.
    I do notice when I turn it on a fan briefly spins and a red light turns on on the bottom near the LAN port.

    I can't find it on my local network (It's connected over ethernet).

    Nothing special happened before this happened. I've used the machine a few days before without any issues.

     

    I didn't find any related topics on this forum.

     

    I've never done this before, but I've removed the panels on the bottom too see whether there was something weird going on.

    I notice that on the bigger PCB there is also a green light on, next to "NC".

    IMG_20230215_185001-2000.thumb.jpg.3d156fdbecd27d880a7ae078cef275fb.jpgIMG_20230215_184949-2000.thumb.jpg.0af0c1682736a036a7205fe339772030.jpgIMG_20230215_184942-2000.thumb.jpg.39306f3541cd85f56408b7028f0ff03a.jpgIMG_20230215_184935-2000.thumb.jpg.c27747b88e2c083f6640e10693d7c1d1.jpgIMG_20230215_184854-2000.thumb.jpg.ee468a68619932e259561b62db478b3f.jpg

     

     

    I'm in contact with UltiMaker support, who advised reinstalling the firmware following Firmware recovery: Ultimaker 3.
    I've tried this, but the leds don't respond as expected, not like the 3 possible states described in the manual.
    At the beginning I'm turning on the Ultimaker, after ±9 seconds Led 1 blinks (but not really slowly). Led 2 and 3 just stay on, even after many more minutes. See video:

     

    The display indicates that it's installing firmware, and that there are 2 minutes remaining, but even after 15 minutes there is no change. The display stills shows this message, led 1 is off, led 2 and 3 remain on. At least we know the display itself still works.

    IMG_20230219_161317.thumb.jpg.a798d76ff90f93d1d2a9810b93dac100.jpg

     

    I tried redownloading the .img file, using a different micro SD card writer, I used a different micro SD card.
    I'm running a Linux distro (Ubuntu derivative), so I couldn't use Win32 disk imager tool or the ApplePi-Baker app. I used Balena Etcher, which is a super common way to flash SD cards.

     

    it's like it's stating with the firmware install, but doesn't finish and without going into an error mode where the leds would blink fast.

     

    I have some software development and some electronics experience so I'm happy to do some more digging.

  2. I understand from the update that there is a plugin browser comming in the next Cura. I understand from the code, that it's retrieved from:

    http://software.ultimaker.com/cura/v1/plugins

    I'm asumming this is currently managed manually? Are there any docs on requirements? How could we submit plugins?

    The Cura manual seems to be targeted on the current stable version and doesn't seem to contian info yet.

    I've also looked into the master and 2.7 branches of Cura.

    Thanks!

  3. I noticed that my Ultimaker 3's camera stopped being available a couple of times.

    Looking into it it seems like it's the http interface (http server?) that stopped?

    Some observations:

    - I can still ssh into the ultimaker

    - "systemctl status griffin.camera.service" indicated that the camera service was active (running) and showed no warnings or errors.

    - "systemctl status griffin.interface.http.service" indicated it failed.

    Full output:

     

    # systemctl status griffin.interface.http.service -l● griffin.interface.http.service - Griffin HTTP service  Loaded: loaded (/etc/systemd/system/griffin.interface.http.service; enabled)  Active: failed (Result: exit-code) since Thu 2017-02-09 22:11:17 CET; 50s ago Process: 2261 ExecStart=/usr/bin/python3.4 /usr/share/griffin/main.py griffin.interface.http.um3server UM3Server (code=exited, status=1/FAILURE)Main PID: 2261 (code=exited, status=1/FAILURE)Feb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,573 INFO     server          adding rule: /api/v1/system/hardware/typeidFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,576 INFO     server          adding rule: /api/v1/system/hardware/revisionFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,579 INFO     server          adding rule: /api/v1/camera/feedFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,581 INFO     server          adding rule: /api/v1/print_job/nameFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,584 INFO     server          adding rule: /api/v1/print_job/time_elapsedFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,586 INFO     server          adding rule: /api/v1/print_job/time_totalFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,589 INFO     server          adding rule: /api/v1/print_job/progressFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,593 INFO     server          adding rule: /api/v1/print_job/stateFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,596 INFO     server          adding rule: /StableWSDiscoveryEndpoint/schemas-xmlsoap-org_ws_2005_04_discoveryFeb 09 22:11:17 ultimakersystem-ccbdd3000627 python3.4[2261]: 2017-02-09 22:11:16,600 INFO     server          adding rule: /WSPrintEndpointFeb 09 22:11:17 ultimakersystem-ccbdd3000627 systemd[1]: griffin.interface.http.service: main process exited, code=exited, status=1/FAILUREFeb 09 22:11:17 ultimakersystem-ccbdd3000627 systemd[1]: Unit griffin.interface.http.service entered failed state.

     

    I restarted the interface.http service (systemctl restart griffin.interface.http.service), after which it's status shortly indicated that it active, but when checking it again a few seconds later it failed again.

     

    # systemctl status griffin.interface.http.service   ● griffin.interface.http.service - Griffin HTTP service  Loaded: loaded (/etc/systemd/system/griffin.interface.http.service; enabled)  Active: failed (Result: exit-code) since Thu 2017-02-09 22:21:17 CET; 2min 53s ago Process: 2894 ExecStart=/usr/bin/python3.4 /usr/share/griffin/main.py griffin.interface.http.um3server UM3Server (code=exited, status=1/FAILURE)Main PID: 2894 (code=exited, status=1/FAILURE)Feb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,350 INFO     server          adding rule: /api/v1/camera/feedFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,352 INFO     server          adding rule: /api/v1/print_job/nameFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,355 INFO     server          adding rule: /api/v1/print_job/time_elapsedFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,358 INFO     server          adding rule: /api/v1/print_job/time_totalFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,361 INFO     server          adding rule: /api/v1/print_job/progressFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,365 INFO     server          adding rule: /api/v1/print_job/stateFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,368 INFO     server          adding rule: /StableWSDiscoveryEndpoint/schemas-xmlsoap-org_ws_2005_04_discoveryFeb 09 22:21:16 ultimakersystem-ccbdd3000627 python3.4[2894]: 2017-02-09 22:21:16,372 INFO     server          adding rule: /WSPrintEndpointFeb 09 22:21:17 ultimakersystem-ccbdd3000627 systemd[1]: griffin.interface.http.service: main process exited, code=exited, status=1/FAILUREFeb 09 22:21:17 ultimakersystem-ccbdd3000627 systemd[1]: Unit griffin.interface.http.service entered failed state.

     

    I need to do a reboot the internal computer (sudo reboot) or the whole printer for it to start working again.

    Let me know if I can share more information.

  4.  

     

    It's also possible if you group objects, ctrl click the object you want to put above the rest and translate it.

     

    I'm not quite sure what this fixes?

     

    That you don't need to disable any settings in preferences.

     

    Ah! Nice, thanks! I didn't realize there was a difference between shift and ctrl. Very useful.

  5. It's also possible if you group objects, ctrl click the object you want to put above the rest and translate it.

     

    I'm not quite sure what this fixes?

     

    You could also try not printing it as support, but an object sandwich of sorts (you put another circle in between and mark it as print with PVA nozzle)

     

    That sounds like a very interesting solution to the following issue, but doesn't affect the adhesion?

    https://github.com/Ultimaker/Cura/issues/1220

  6. With the Ultimaker's PVA we where experimenting with stacking multiple similar models on top of each other. This could highly decrease the amount of manual intervention when doing bigger productions.

    This is possible after disabling the following behavior in the Preferences:

    - Ensure models are kept apart

    - Automatically drop models to the build plate

    5a33249bcd824_Stackingdisks.thumb.png.de94dc511440719503dcb4481a65a1fe.png

    For easy separation and good prints we where thinking of adding a thin pva support (possibly interface) layer in between them.

    5a33249bb310f_Screenshotfrom2016-12-06141054.thumb.png.d91799b288fe900e3dd61a79a4d7a71c.png

    But the pva has a really hard time adhering to the pla, even though the Z distance is 0.

    What does work is setting the horizontal expansion to something like 1, which creates a pva ring around the model to which the thin in between layer adheres. But this takes a lot more time to print because now it has to switch nozzles every layer. See:

    5a33249c23254_stackingdiskssupport.thumb.png.4c18f27321d509ea5b24bdf328e1bd40.png

    We had a similar problem when printing the following model, here we also needed the pva to touch the buildplate for it to print properly on the flat surface.

    5a33249d851e5_Screenshotfrom2016-11-21111848.png.f1cbc576052705b13e3a17f96e6fca8c.png

    IMG_20161121_094644.thumb.jpg.8fb719ce2ea2e9f6acd6b93fc0792d2e.jpg

    IMG_20161121_132934.thumb.jpg.f61ea79e1ddb31ea56bcb91b4afce130.jpg

    Any tips / ideas on how this could be done without having pva on almost every layer?

    5a33249bcd824_Stackingdisks.thumb.png.de94dc511440719503dcb4481a65a1fe.png

    5a33249bb310f_Screenshotfrom2016-12-06141054.thumb.png.d91799b288fe900e3dd61a79a4d7a71c.png

    5a33249c23254_stackingdiskssupport.thumb.png.4c18f27321d509ea5b24bdf328e1bd40.png

    5a33249d851e5_Screenshotfrom2016-11-21111848.png.f1cbc576052705b13e3a17f96e6fca8c.png

    IMG_20161121_094644.thumb.jpg.8fb719ce2ea2e9f6acd6b93fc0792d2e.jpg

    IMG_20161121_132934.thumb.jpg.f61ea79e1ddb31ea56bcb91b4afce130.jpg

  7. The Ultimaker3 will run Linux on it's onboard computer. Are there any plans for an app / plugins system?

    First ideas for plugins:

    Automatically live stream every print to a (private) youtube video

    See:

    Automatic timelapse creation

    Running an app on the onboard computer might mean we can make nicer timelapses, for example taking a picture at the start of every layer. I'm hoping this means the head is on a more consistent position.

    Maybe the timelapses could be stored on the Memory stick?

    Easy remote access using vpn

    See: https://ultimaker.com/en/community/23534-remote-monitoring-control

    These could be apps, published on a custom repository (ppa).

  8. Yeah I'm already following Software and Firmware > General category, but that also means a lot of posts that are irrelevant, that's why I really like Discource's tags idea.

    Another related issue is that it only reports: "Forum Cura and Marlin has a new topic (...)" and it doesn't link to the actual new topic. Probably because it doesn't add a notification per new topic. And then I'm always unsure about whether the topics on top are the latest topics or just the topics that had recent replies.

×
×
  • Create New...