Jump to content

PaulMiles

Dormant
  • Posts

    7
  • Joined

  • Last visited

Posts posted by PaulMiles

  1. Thanks Starbuck

     

    I'm getting closer! it's now creating a video but it doesn't show the build.

     

    I have checked the temp folder where the the captures are saved and it has one image from when the print starts with the buildplate lowered and 30 images from when the print has finished, again with the build plate lowered.

     

    It doesn't seem to be taking any captures during the print.

    I think I have my file set up as you describe, dual colour with printcore 2 doing a dummy model 1mm x 1mm the height of the main model.

     

    Any ideas?

     

    Thanks

    Paul

    timelapsetest.thumb.JPG.745c41d46ab588292be4d337c55edada.JPG

     

    dual.thumb.JPG.6dfd0e4fbb781b2a72859840aed66475.JPG

    dual.JPG

  2. 16 hours ago, starbuck said:

    Hey @PaulMiles! Here's the information in your error message that's important: ModuleNotFoundError: No module named 'requests'

     

    To fix that, I'd use python-pip to install the package called requests like this

     

    
    pip install requests

    or "pip3" if just plain "pip" doesn't work for some reason. pip3 is the python3 specific version.

     

    hi Starbuck!

    that's great it worked!

     

    but now when creating the video i'm facing another error, i think it's failing to use ffmpeg for some reason, not sure why.

     

    :: Encoding video
    ffmpeg -r 30 -i C:\Users\<username>\AppData\Local\Temp\tmp9ifx3knq\%05d.jpg -vco
    dec libx264 -preset veryslow -crf 18 -loglevel panic test.mkv
    'ffmpeg' is not recognized as an internal or external command,
    operable program or batch file.

     

    does the .exe need to be in the same folder of the script or something?

     

    thanks again for your help :)

     

  3. hi all,

     

    i'm just trying to use this application.

     

    i've installed python 3.7, downloaded both the GitHub files and ffmpeg, when i try to runt he command as stated in the installation guide i get this error message:

     

    B:\timelapse\um3timelapse-master>timelapse.py 192.168.140.189 1 test.mkv
    Traceback (most recent call last):
      File "B:\timelapse\um3timelapse-master\timelapse.py", line 4, in <module>
        from requests import exceptions
    ModuleNotFoundError: No module named 'requests'

     

     

    am i using the command wrong?

    can you please help?

     

    thanks. 

  4. Hi

    I have done quite a large amount of printing from AECOSim and unfortunately there is no easy way to get just the skin. 

     

    I had a quick look at your stl. and it's pretty good. I think you might be able to get it to work if you make sure all of the openings are closed, at the moment there is a gap above your 'garage door', the roof light/skylight is open and so is the chimney. 

    Once these are closed you could try 'remove all holes' and 'extensive stitching' (both under Mesh fixes on Cura). This normally works well.

     

     

     

    • Like 1
×
×
  • Create New...