Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • These displays are not configured in firmware. So there you say no controller. All you do is configure second serial interface (bluetooth serial) to use the pins you connect it. The main problem here is that the lcd must understand the repetier-fir…
  • Ja ändern der Auflösugen/Framerate restartet die mjpg_streamer instanzec. Da ist auch ein button zum expliziten restarten des Webservers. Wenn du die mjpg_streamer url direkt aufrufst im Browser siehst du dann auch die gleichen Störungen? Also serv…
  • Read better:-) From your config posted: #define DISTORTION_CORRECTION 0#define DISTORTION_CORRECTION_POINTS 5#define DISTORTION_CORRECTION_R 100#define DISTORTION_PERMANENT 1#define DISTORTION_UPDATE_FREQUENCY 15#define DISTORTION_START_DEGRADE 0.5…
  • Since you mention the TFT the question arises how did you switch extruders? It is a difference if you send T0 to it or if you do it on the TFT.  Also same function is called the lcd version is already a few level deep in menu system when the homing …
  • Already there for several years:-) But you might mean distortion correction when you want to follow the non planar bed or fix errors from delta geometry.
  • Recv:17:17:52.166: X:-4.00 Y:20.00 Z:10.002 E:NAN NAN is Not a Number so E position is causing troubles. So first thing to do is check eeprom for things like steps per mm, jerk, acceleration to be 0 or NaN. Must be one if the settings that causes i…
  • Dazu hat der PI ja seine GPIO pins. Wenn da nicht grad ein Display dran hängt kannst du damit ja externe Hardware ansprechen. Im Internet findet sich sicher ein Temperatursensor der z.b. per I2C abgefragt werden kann. Nachbauen und die Funktion die …
  • In your example you still have TOOL_EXTRUDER(ToolExtruder1, 0, 0, 0, HeaterExtruder1, E1MotorBase, 1.75, 220.0, 20, 30, 1000, 40, "", "", &Fan1PWM)TOOL_EXTRUDER(ToolExtruder2, 12, 0, 0, HeaterExtruder2, E2MotorBase, 1.75, 220.0, 20, 30, 1000, 40…
  • Just open a terminal windows - shell is not relevant which, but guess you get bash. Then just start the app from the terminal window and you see all output.
  • > Mit zhop ging es dann durch. was meinst du damit? Was hast du gemacht damit es weiter ging. Ping-Pong macht sinn wenn es stabiler läuft. An einem Prusa Mini hatte ich hänger ohne und mit ping pong ging alles glatt. Ich bin es noch am untersuch…
  • I guess you already mailed me the code which I reactivated a few minutes ago. If not send us in an e-mail or pm the license code and we can activate it. Also not unstable PIs are normally a power problem. In latest 0.94.3 server version is a bolt m…
  • Wenn es nur daum geht die Temperatur anzuzeigen geht das mit 0.94.3 - Der hat ja das Blitz Symbol um infos des PIs anzuzeigen. Das ist nur eine bash Datei  /var/lib/Repetier-Server/scripts/hardware_infoFüge da den Befehl zum ausgeben einer neuen Zei…
  • Verzeichnis das du dann ausschließen must ist C:\ProgramData\Repetier-Server Werde es aber weiter testen um zu sehen ob ich mit mehr warten noch was reißen kann.
  • Wir nutzen jetzt wpa_supplicant direkt so wie es RaspbianOS auch macht. Dadurch soll es dann weniger Probleme geben da NetworkManager so sein eigenleben hat. Klappt eigentlich bei den meisten ganz gut bis auf das beschriebene Problem. Mit dem nächst…
  • Ok, if you have a screen it is much easier. Keyboard will not work here interface is for touchscreens. If you have no touchscreen but a mouse you need to edit /boot/repetier-image-setup.txt and set HIDE_MOUSE=0 then after next reboot you will see th…
  • The fans and heaters use software PWM with normally 15Hz. With reduced precision it can be increased to 64Hz. Not sure if that is enough for the spindle controller. You can make it a fan and control it with M106/M107. In ui.h you see all the action…
  • In this example you would replace DemoSSID with your router SSID and TestPassword with your password. But normally the server will put the pi into access point mode so you connect to the RepetierServer access point e.g. with your mobile using passw…
  • 1) PWM control is not implemented also the speed is send to the driver function. You must add the pwm function in the cnc on/off function in  void CNCDriver::spindleOnCW(int32_t rpm) { spindleSpeed = map(rpm, 0, CNC_RPM_MAX, 0, CNC_PWM_MAX); // …
  • Also die File Access errors konnte ich nachvollziehen. So weit ich das sagen kann bedeutet dies dass jemand anderes die Datei geöffnet hat. Meine Vermutung liegt aktuell auf den Virenschutz. Wenn er die neue Datei sieht und scannt ist sie blockiert …
  • Das ist aber keine Passworteingabe. Hört sich an als ob du auf der Aktivierungsseite bist wo du den Lizenzcode für die Pro version eingeben must. Der touch screen steht ja nur in der Pro version zur verfügung, weshalb er mit der Registrierung anfäng…
  • Hast du einen Link zu dem wifi bug aus 0.92.x? Mir ist nicht bekannt das da noch ein Fehler vorhanden ist. Das einzige wa sich weiß ist das mit dem aktuellen Kernel 5.4 das scannen der router zu einem Verbindungsabbruch führen kann was im nächsten u…
  • First the string is quite unusual as it seems to be just written to serial without newlines. Newline comes from the "ok" at end which will not get detected since line should start with it. So my guess is that some check routine is just blindly writi…
  • In deed as long as it is in your intranet it does not matter except anyone having access to it might now know. So risk is minimal. But would you think of it when you decide to open it?
  • I have edited the key but maybe better to change it. In global settings->connectivity you can change it with a new one.
  • Have you tried G28 A0 instead of G28 A? Not 100% sure what interpreter does here. But why A? Is this some rotary system for selection with endstop for A? G28 is the most complex command. There is a chance that it does not work inside an other comma…
  • Hope it is not real api key you publish here:-) Correct link is:  http://192.168.10.112:3344/printer/api/Prusa_i3_MK3S?a=webCallExecute&data={%22name%22:%22LightsOff%22%2c%22params%22:[%22test%22]}&apikey=... Watch you with parameter name…
  • > Ich habe aus meiner Sicht heraus erst angefangen Username und Passwort einzugeben, nachdem der Server sich nicht mehr verbunden hat und meldete, dass er korrekte Login-Daten benötigt. Solange du keine User eingerichtet hast verlangt er auch ni…
  • Please check your PM for instuctions and special files.
  • Sep 28 16:54:13 Repetier-Server systemd[6880]: Reached target Paths. Sep 28 16:54:13 Repetier-Server systemd[6880]: Listening on GnuPG cryptographic agent and passphrase cache. Sep 28 16:54:13 Repetier-Server systemd[6880]: Listening on GnuPG crypto…
  • No, that is not possible at the moment. But I don't think it will come in host. Maybe some time in repetier-server, but there are many other things with higher priority.