Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Host just sends commands to printer, it does not have own coordinate system. In case of homing we seng G28 or G28 X, H28 Y0 or G28 Z0 to printer, which is the official g-code for homing. It is up to printer firmware to interpret that command. Repeti…
  • Deactivate active config and run wizard with autodetect for DTR/RTS and baud rate if unknown and make sure to set marlin as firmware. Some boards require special DTR/RTS settings so that might be an issue. Hopefully it works. Otherwise deactivate/d…
  • With latest plugin version it should now also work for 1.2.0. Hopefully next week we also have a new update 1.2.2 with MQTT including direct homeassistant integration. No plugin required than any more. Works already great in my test and we can provi…
  • Theoretisch arbeitet G33 unabhängig von G32. Da aber die Korrektur über die Höhe auf 0 reduziert wird, sollten die korrekturen um 0 schwanken und nicht größer vielleicht 0,1 werden. Solange dies der Fall kann man stadt G32 gerne auch manuell kalibri…
  • Since it is same server as well only difference might be the driver that might be newer and behave a bit differently in windows 10.
  • Did you hit save button after changing them? You should then see some M206 commands in console if you have it open in parallel.
  • Was gibt den ifconfig unter ssh aus? Außerdem solltest du dir mal /var/lib/syslog (auch unter logs imDrucker downloadbar) ansehen. Da sollten die Versuche wie hier drin stehen: pi@PrusaPi4:~ $ cat /var/log/syslog | grep dhcpFeb  6 08:50:01 PrusaPi4 …
  • Wenn die bei uns nicht mehr laufen - hast du auch mal die offizielle mjpg_streamer webseite aufgerufen um zu sehen ob die da auch nicht mehr gehen? Nicht das nur unser Proxy Probleme bekommt. Als test ob es unser server ist unter ssh einloggen und s…
  • Merkwürdig, haben das auch an der Fritzbox und da klappt es. Eine pi nehme ich an?  Zeigt der pi denn die ip fürs ethernet an wenn du im Dashboard unten die Netzwerke aufklappst? Ansonsten sieh mal in den Globalen Einstellungen fürs Netwerk rein - …
  • https://www.repetier-server.com/webserver-access-repetier-server/ Interessant ist der Teil location /modules/front2/ { deny all; }er verhindert das man über den Proxy auf die touchoberfläche kommt, weil die dann ja…
  • That log is exactly what I expect on working connection. So good question what is otherwise happening. On failure we normally reconnect which is the same as deactivate/activate just a bit quicker. Only thing in firmware I see is  Cap:SERIAL_XON_XOF…
  • It is just a service so open task manager and set Repetier-Server start to manually and it does not start automatically on windows. You can then start it there or use the start/stop scripts provided. What about disabling and enabling printer in ser…
  • The three eeprom values are typically set to 0. Most cartesians have coordinate system starting with 0,0 ine left front edge, so negative values are not possible.  The question is what are your printer limits and did you slice the object inside tha…
  • Bette ruse PrusaSlicer instead. Which OS are you using? Depending on OS the slicer might not be compiled for it. Hard to say since we do not compile them - we use the official version. You can also just download any other official version and in sli…
  • Zeigt v4l2-ctl --list-devices vor und nach dem Problem das gleiche? Mit "Restart webcam-Server" werden alle mjpg_streame rbeendet und neu gestartet was klappen sollte, wenn die Treiber laufen. Sie in /var/log/syslog nach dem neustart nach - Da loggt…
  • Actually the newer version should be much better (don't have it). But pi 0 is really low on memory and cpu so you should do no fancy stuff except printing on it. But speed is good enough for printing so no worries here.
  • Yes, I mean always low or always high. Timeout is because there is no response from printer. It can be the DTR/RTS issue, but also it might be a different com port on the new computer. Also make sure firmware is set correctly. Did you just install…
  • Yes, image should still work on it. First start will be slow as it is configured for armhf version, but on startup will detect that it is a pi 0 and replace it with armel version on sd card. Success mainly depends on pi 0 having good wifi connectio…
  • Did you already find the documentation https://rhplugins.repetier.com/
  • Just tested it with latest Host and it seems still to work. I had put it in C:\Program Files\Repetier-Host\plugins\CncPlugin so it now contains the CncPlugin.dll provided in the install section of the manual. Did you copy the sources or the compile…
  • Schon mal mit google gesucht? Oft wen M355 nicht geht, wurde das auf einen Pin gelegt der mit M42 gesteuert wird. Aber die sollte man nicht unbedingt blind ändern. Lüfter gibt es eigentlich nur M106/M107 https://marlinfw.org/docs/gcode/M106.html we…
  • Try changing DTR/RTS value to always on or always off. Some use these bits for flow control not answering on one setting.
  • Ein paar sekunden davor wäre vermutlich stopping Repetier-Server oder so gewesen. Zu dieser Uhrzeit hast du offenbar nur den pi rebootet, da ist das stoppen des servers ja normal. Wenn du es nicht warst checke unbedingt den Teil davor wo er entschei…
  • Problem is how T codes are handled. See https://help.prusa3d.com/en/article/prusa-spezifische-g-codes_112173/#t-codes for Tx, Tc , t? I think you have Tx in your start g-code. That means select an extruder AT display - communication is interrupted …
  • In this case the problem was answer from marlin. Unfortunately the protocol does not support checksums in answers, so it is uncertain if they are correct or not.  But it is from com errors and better shielding is often a solution here.
  • Hast du denn schon die Befehle zum ansteuern des Lichts/Lüfters gefunden oder hapert es beim ändern der Konfiguration?
  • Du must erst oben eine Webcam hinzufügen und dann unten zuweisen klicken. Das zuweisen füllt nur die Felder aus und ich denke du hast nicht die Kamera an sich hinzugefügt so dass nichts zum einfügen da war.
    in Pi Cam Comment by Repetier February 2022
  • It helps partly. Interesting part is: 2022-02-03 11:05:32: Stopping for signal 15 Signal 15 is SIGTERM and means some component outside Repetier-Server send the kill signal to stop server. In systemd we have defined to restart when it stops without…
  • I guess next week it should be finished. Just a few little improvements and some checks to make it finished. At least for linux systems we also now provide nightly builds, see "FAQ -> Nightly Builds" on how to install them if you are interested …
  • Siehe https://forum.repetier.com/discussion/9535/7zoll#latest Geht wenn du das CSS neu übersetzt mit größerer Schrift. Könnte allerdings sein das einiges nicht mehr rein passt dann.