Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,078
- Last Active
- Roles
- Administrator
Comments
-
Ok, I found what is happening. If you only have output pins you can ignore this error for now, setting will still work I think. What happens is that the reading can fail and goes to error state. Now you can only see an error when we do not delete i…
-
There is no 5.7.0 version, latest version is 1.4.16 where we changed gpio to read back value so we also detect the state change when it is done outside of server. Are you using that version? Also when does this state to unknown happen? When you cha…
-
Ok, Bild zeigt das der Pi per wlan verbunden ist. Weiß jetzt nicht ganz warum du das zeigst, da es mit dem Problem erst mal nichts zu tun hat. Der pi verbindet sich per usb mit dem Drucker was ja auch zu passieren scheint. Wichtiger ist eher beim D…
-
Have a look at out faq entry which shows the typical reasons https://www.repetier-server.com/knowledgebase/connection-problems-with-printer/
-
Ja das icon meine ich. Rede aber auch über die normale ui nicht über das touch interface. Bitte erwähnen wenn du darüber redest, weil das anders ist. Verstehe aber nicht warum da das Menü icon erscheint wenn keine Lizenz - vorhanden ist solltest du…
-
The image is not readable. It is password protected with your account. You can use imgur.com instead. What is 5.7.0 gpio pin? Pins have only one number not 3 separated.
-
Links vom Druckernamen gibt es doch immer ein Icon das den Verbindungszustand anzeigt. Rot = Aktiv aber nicht verbunden, grünes Kettenglied = verbunden. Hast du in der Konsole die Filter ausgeschaltet? Sieht aus als ob du 99% der Kommnikation filte…
-
Wenn du die IP nummer im Prusa Display meinst, die erscheint nach dem Verbundungsaufbau. Wenn nicht klappt diese nicht, was komisch ist da sie ja offenbar vorher funktioniert hat. Erst mal in der Konsole vom Server nachsehen ob kommunikation stadtfi…
-
mjpg-streamer loggt gegen syslog /var/log/syslog kann man auch im Server-UI unter logs herunterladen. Zumindest bei unserem Image da das originalimage syslog abegschafft hat und alles in journald loggt.
-
There was a short time an image with file system corruption breaking apt with defect/missing files. I'd say you have unfortunately installed this version so updating will not work. You should backup files in Repetier-Server Monitor, deactivate lice…
-
Ist die Uhrzeit des Pi korrekt eingestellt? Wenn Zertifikate nicht validiert werden können ist meistens die Uhrzeit falsch oder aber das root Zertifikat ist nicht in der Positivliste, aber die aktualisieren wir gelegentlich. Bei den Webcams finde i…
-
Stimmt. Wie gesagt mit der extra xml Datei wird es nicht mehr überschrieben.
-
It should be easy, but I wrote it with my hardware which worked good. The question here is if there is a bad contact, some interfetrence or if it for some reasons needs longer delay. Before you I had no complaints that it did not work with RADDS_DIS…
-
It is just a worning and can be ignored. you might dry to increase the other delays as well or double the delay lines.
-
Was änderst du in der server.xml? Sobald man User hat akzeptiert der Server doch nur localhost als IP für den Touchscreen. Du solltest nie unsere version ändern, da die überschrieben wird. Wir lesen aber 3 versionen wenn sie existieren, siehe https…
-
Looks like the display is quite slow and probably it does not get all signals before they are changed. See ui.cpp where you have this function: void lcdWriteByte(uint8_t c, uint8_t rs) {#if false && UI_DISPLAY_RW_PIN >= 0 // not really n…
-
ARM basierend auf Rochchip Prozessor, ca. 512MB ram, ext4 Dateisystem, Linux 4.19.111 Speicher könnte gerade so reichen für den Server, wenn er keine großen Sachen berechnen muss. Drucken ist vom Speicherverbrauch kein Problem, rendern der Bilder …
-
Is this a 20x4 character display or 128x64 pixel? Sounds like it gets data wrong and result is garbish. Only english letters are supported anyway. Make sure cable is ok and does not go close to heater/motor cables which can disturb display. Also try…
-
Make sure you have not MIXING_EXTRUDER selected - this means have all same time according to mixing ratio set. You want 3 pure extruders just sharing a heater.
-
Checking for updates should also show new version. But it requires internet connection of pi, which you should have if you can activate/deactivate server.
-
Ist das Linux debian basiert? Wie viel speicher ist da noch frei? free -h Da der Server selbst keine anhängigkeiten hat kann das durchaus möglich sein auf einem root system, dann braucht man keinen extra Rechner später. An der Kommunikation wird si…
-
Sincer we had this issue and you needed to reload page as only a message to show correct view was not send, my first question is if you are running latest version. I used it for some tests before release and it worked so maybe you are using the bugg…
-
Not during print. We need to know the g-code when we start. You can use the g-code editor and add the command to the code before you add print to queue. It already has a layer selector so you just need to add the line at the layer start. You can al…
-
Have you added an extruder in server configuration->tools? Only then you see also extruder temperatures next to the extruder icon or on the sidebar under temperatures.
-
Danke für das Angebot. Ich werde erst mal sehen wie weit ich so komme wenn ich MQTT Kommunikation mitschneide und vorhandene Lösungen ansehe. Aber wenn ich hänge werde ich mich melden.
-
@pauseNoCooldown just means server will not go in cooldown mode. We have no direct control of firmware except you configure it to not have it. Have a look here https://docs.duet3d.com/User_manual/Reference/Gcodes M302 to see cold extrusion settings.
-
That is strange - both use the same function. Did the temperature go down during pause? Firmware might ignore extrusion when nozzle is to cold. And when it is automatically turned off by firmware this might go unnoticed. Server has also a cooldown …
-
Ok, just checked the code and M190 in the end calls TemperatureController::waitForTargetTemperature() to wait for temperature. That function does not support hysterersis, just waits to reach the temperature.
-
Add @pause and server will be responsible and stop sending until you hit continue on server. This will not use rrf pause methods. You might want to define a pause script or modify the existing one in server gcode event configuration.
-
TEMP_HYSTERESIS is the temperature range you must be insde. The duration to hold is defined e.g. by EXT0_WATCHPERIOD. Eventually it also settable in eeprom settings.