Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Server only sends the received jpg - modyfing this is too cpu intensive. You can check mjpg_streamer if you can set it there. In the official web interface of the webcam you can adjust many things. Maybe you can add some parameter to adjust this by …
    in webcam Comment by Repetier October 2018
  • Ok, see what you mean and replayed it on my stacker where I can reach the endstops and it worked. First stopped y min move then x hit stopped x move. So firmware is ok with that regard. Can you post your homing configuration and end stop configurat…
    in Endstop Comment by Repetier October 2018
  • That seems a very penetrant problem then. Normally reset, unplug or disable work on all printers I have. If new connection does not reset unplug + reset should do the trick. What is if you are in console and press the reset button on the printer. T…
  • Danke auch fürs testen da ich kein solches Board besitze. Werde die Änderung im offiziellen nächsten Release auch drin lassen, damit alle die Wahl haben.
  • In config tool use Bluetooth serial port BLUETOOTH_SERIAL to define it. Name is a bit misleading as it was used for bluetooth first but is just a second serial no matter what you connect to it.
  • That is actually not the hardware configuration, just some of the values set like sizes and speeds that you may want to change. What really would help is if you find the original configuration.h of the printer. Since it is GPL the vendor should prov…
  • Connections are logged in logs/server.log in storage directory. For older versions just replace the version number in download link:-) I do not think that 3B+ and 3B will behave different. Also firmware should not depend on it working or not. Aft…
  • Yes, youtube is ok. Can even be embedded here.
    in Endstop Comment by Repetier October 2018
  • Agreed, having extruder out of the way is a good idea, just have to think how to insert it best.
  • Mono 5.x should contain everythign needed, but debian likes to split such things into many packages. You should start it from console so you see the error message and know if something and what is missing. That it should be easy to google what it is.
  • I think it only acts as a switch to detect run out filament. In the docs I haven't read about another function o fthe sensor. Why do you think it can do more? Any hints on that functionality?
  • Does sending  M355 S0 M355 S1 work and report the right light state? My guess is that the TOGGLE command does not work for due. In that case it would be interesting to see if M355 reports the state correctly, otherwise I would need to waste some me…
  • The image also has automatic webcam detection and usb insertion detection and screensaver management. So that is a complete package that is not really trivial to install. So the easier way is to install our image which is also raspbian just a bit sh…
  • First from your description y was inverted, so it is good to have corrected that. Otherwise everything would be mirrored in print. Printers use a right handed coordinate system. My printer had home for y max so nothing is covered and it still worke…
  • /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A106ZXBA-if00-port0 ist nur ein link auf /dev/ttyUSB0, kann abe raufgrund der ID von anderen boards unterschieden haben die auch ttyUSB= erzeugen können. In deiner ausgabe steht aber 115200 baud und im ser…
  • Ok, habe es jetzt mit 0.90.7 auf Pi mit Stretch getestet. Hab keine Sanguinos daher muste ein Mega2560 herhalten, der ja auch avrdude zum hochladen benutzt. Hat geklappt wie üblich, hier das Protokoll: Lade Firmware Abbild hoch ... Druckerverbindun…
  • Ok, I tested with dev version also 1.0.2 should behave the same way. Everything worked as expected.  Before and after homing I could not pass the end stops. So the firmware is doing what is expected here. Now there is one case where it would not wo…
  • Are you using our server image or just raspbian with server on it? The wifi requires an addition to the pi (some files in /var/lib/Repetier-Setup) and some configs. Otherwise our wifi control can not work also you can still use manual wifi configura…
  • Read this: https://www.repetier-server.com/knowledgebase/password-forgotten/
  • What I mean is the report happens after Endstops::update() is called, but there are many places that do so for example the display update will also call this. But it must be called while moving and testing if move is ok, which is only done if a flag…
  • Sounds like it uses a serial port that has it's pin on aux-1. So you need to activate second serial on the right serial with right baud rate. AVR2560 has 5 serial drivers with 0 being used for usb. So that one would then be one of 1 - 4. 
  • What version of firmware are you using? What printer type do you have? Delta or cartesian? It seems that at least end stops are read correctly, also it is not clear if the checkendstops function causes the reads or the moves it self. With ALWAYS_CHE…
  • You can in deed debug end stops. value 64 in M111 Sx flags enable debugging end stops. E.g. M111 S70 should be good to see all changes of end stop in log. I also checked a bit the end stop tests. For cartesian moves it will only stop the axis that…
  • Creality CR-10S uses a FTDI chip for communication (or a fake clone who knows). RuRamps4D no idea what they use as serial communication chip. Just tested with a read due and it could reconnect/disable/enable at any time. But they also use DTR only t…
  • I don't have a mks tft so I can not say much to that problem. I only know it uses serial connection and latest 1.0.x firmwares can talk to 2 serial connection in parallel. Can you connect pc also to the serial port used by the tft to check that is w…
  • Check end stop status using M119, position with M114 and open eeprom editor to see what is maximum z length. Triggered end stops as well as reaching the "stored" top could block z moves.
  • I'm not really aware of a change in connection. What is new since 0.90.0 is that you can select how RTS/DTR is toggled, but default value is low to high like in host as well. So boards that require special settings of the state e.g. when used for ha…
  • Does homing work? You say one axis works so homing should work fine but I did not see it explicitly. Normally if homing works it should work also during print also I never have the case that I need it. #define ENDSTOP_X_RETEST_REDUCTION_FACTOR 3 I…
  • German is ok, that is my mother tongue:-) Serieller Verbindungsfehler:System.IO.Ports.SerialErrorReceivedEventArgs Is some error from serial driver, hard to say why. I know it when on other system is using the port I get it, but if not it normally w…
  • This is planned for remote access in V2.