Jump to content

Abdur

Member
  • Posts

    20
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Ultimaker S5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Abdur's Achievements

0

Reputation

  1. Thanks for the script...its very useful... as octopi doesn't work with Ultimaker S5 is there any other way to trigger the camera using the above code and store the images in my raspberry pi/or Laptop? I have enabled the Ultimaker USB port and attach an USB the camera to the same. I am not able to figure out how can I use the camera to capture images and store them to my computer directory. Any suggestion would be appreciated. Thanks
  2. Thank you for mentioning that...my bad... I will keep in mind. Can anyone please tell me when I use the Timelapse script it captures images... I am wondering where the images are saved... I am intersted in camera triggering at each layer to capture images...The time lapse script takes snapshots however I cannot find them. Thank you
  3. Hi Guys I tried the temp tower script https://github.com/5axes/Cura-Postprocessing-Scripts/blob/master/TemperatureTower.py By following 1. saving the script as C:\Users\USER\AppData\Roaming\cura\5.7\scripts 2. Closed Cura 3. In the extensions>posprocessing>modifyGcode>add scripts I cannot see the temptower Is there any way to fix the Issue Thanks @Slashee_the_Cow @ahoeben @Daid @GregValiant @Ltek
  4. Hello everyone, Just wondering when I capture Images using the trigger camera command M240 using Ultimaker Cura post processing (extensions>>postprocessing>>modifyGcode>>add script>>time lapse) where the images are saved. Is there any way I can save the images in the USB drive. Thank you so much.
  5. Hi @gr5 I used the Swagger API. The bed heating works along with other API requests... just have the following issues Request URL http://<IP>/api/v1/auth/verif it shows okay with the generated ID and KEY however if I use the GET /auth/verify with curl -X GET --header 'Accept: application/json' 'http://<IP>/api/v1/auth/verify' using cmd it shows {"message": "Authorization required."} Additionally as I mentioned previously I can not change the temperature using Curl curl -X PUT --header 'Content-Type: multipart/form-data' --header 'Accept: application/json' -F temperature=250 'http://<IP>/ Let me know how to solve this Thank you ABD
  6. Hi I tried adding a custom script as follows in my Cura 5.7 Help > Show Configuration Folder>scripts and restart cura however in the slicer extensions>postprocessing>modify Gcode i cannot see the newly added script. Can you please suggets me how to fix the issue. Thanks
  7. Hello @Daid @SeanTapscott @gr5 Can you please tell me how to set extruder temperature using Ultimaker API.
  8. I had the similar issue I did the following ... install ultituner>> reboot >enable webcam>>(Updated firmawre optional) and it work https://github.com/SmithyAT/UltiTuner/releases/latest
  9. Hi @Smithy I tried the ultituner and it shows compatibility issue. Can you help me in this ..TIA >ultituner -p <ip> webcam UltiTuner 0.9.0 - Copyright by Smithy (Christian Schmied) Connecting to the printer <ip>.....done, connected -------------------- UltimakerSPro model: 213482 213483 213484 214475 214476 214477 5078167 5078168 version: 8.3.1 -------------------- Checking printer/firmware compatibility.....done, but not compatible
  10. Hi guys I want to take snapshot of each layer of my Ultimaker S5 print using an USB camera Logitech C922 Pro Stream Webcam. I want to trigger the camera only when I ask to print head to move slightly and wait for some time I have the following questions 1. How can I use the USB port of the printer to connect the camera and enable live stream or snapshot 2. Do I need to use any additional software i.e Ultituner for doing the above 3. Can I use Raspberry Pi/ Octaprint to do so. 4. How can I use my Laptop cmd to enable image capturing form the USB camera Thank you so much
  11. Hi gr5... good to see your comment regarding disabling auto bed labelling using ssh...can you please share the command to enable/disable Thanks a lot
  12. Thanks Gr5. regarding the .ufp file I can save the file dircetly as .gcode in the cura slices (save to disk as gcode). Yes ... I do have an ultimaker S5 got moving the print head G0/G1 works as mentioned by Slashee_the_Cow. Can anyone suggest me what G code enables me to extrude some filament before starting the print. Thank you
  13. Hi Dustin, I am looking for some suggestions regarding controlling printer/modifying gcode using ssh can you help me in this regrad..Thanks
×
×
  • Create New...