ss2432

About

Username
ss2432
Joined
Visits
4
Last Active
Roles
Member

Comments

  • Got it! Thanks a lot!  Messages' "pause" only gives me the proper response when the printer is paused.  When the printer is running, it's giving me nothing.  Is this something to do with open messages? What is the open message?
  • Now it's all working fine. The documentation in the WS says   If you have a apikey you can also add &apikey=your key to authenticate directly.I guess it has to be updated. For the authentication, PW is pretty much MD5 of MD5? Please let me know.…
  • Pretty sure I was connected to the open websocket server properly. I tested if I got a connection or not through different ways including websocket.org Echo Test and my own Python test. But I am still having difficulty communicating with my printer.…
  • Thanks for clarifying. I tried to find a buffer size parameter in EEPROM, but couldn't find it. I dropped the input buffer size from Connection to 63 from 127 which shortened the amount of time to actually pause the machine. I was unable to drop the…
  • Sounds like worth trying.  Could you elaborate how to reduce the buffer size in firmware?  What parameter should I tweak?  Also, could you let me know how that's related to the printing quality? I assume it's because the path planning is not optimi…
  • Nevermind, it's working, but I have another question. So when I send @pause, the machine runs a few seconds until executing @pause. I wonder if there is a way to make the pause quicker. For instance, regulating the number of lines in the queue so t…
  • Repetier said: continueJob works same as stopJob so if one works both should work. But there is a case where you need to send it twice. When you have configured server to cool down extruder after some period and that happened the first contin…
  • Repetier said: Demo asks for user/password if required instead of using api key. If you have no users no key or user is required - all have full access then. The link it self is not correct - you need to urlencode the json string or parts ge…
  • OK so I was able to send a direct WebSocket command like this below and operate my printer http://localhost:3344/printer/api/deltaHyperreal?apikey=blahblahblah&a=send&data={"cmd":"G1 X10 Y10 Z10"} This is done through the serial connection…
  • I am using my laptop as a local server and the printer is connected to the computer through USB.  I might completely misunderstand the concept of using my laptop as a server.  Please see the video here and let me know if I am doing something wrong.…
  • Thanks for your reply! I have been using Host and now switching to Server to use the web API. So when I use the serial connection, I had no problem. But I am having an unstable connection with TCP/IP connection. Constantly connected and disconnec…