Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I don't see your settings. Also the links only work locally on your intranet. Did you try deactivating your firewall to see if firewall is blocking the stream? In W10 default firewall asked me if I wanted to allow it, but there are many firewalls w…
-
Ok, that is a old one. You probably even do not use buster debian then - explains the debug issue. But no problem otherwise so far. If you want you can backup data and upgrade to newer image, but no need to. From syslog I see Mar 27 12:13:08 Repeti…
-
Da es ohne Kamera klappt führt sie wohl zu störungen. Was bedeutet hier " allerdings funktioniert dann Repetier Server nach kurzer Zeit nicht mehr.". Beendet sich der server oder stoppen die Drucker? Linux trennt ja gerne bei Störungen wegen überas…
-
Läuft erst mal wieder, auch wenn nicht klar ist warum vorher nicht. Werd mal ein repair skript schreiben das regelmäßig neu startet, falls die verbindung zu apple mal wieder ärger macht. Seit 1.3.0 gibt es grundsätzlich noch 2 andere Lösungen für P…
-
Currently web calls require print permission, not configure permission, btw.
-
Thanks. Server was running but messegaes did not get through. After restart it now starts to catch up.
-
I see. Really hard to always think about this when working as admin always:-) Should really allow setting required permissions here per web action. Will see if I can add it for next release.
-
Reading symbols from /usr/local/Repetier-Server/bin/RepetierServer...Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, or 4) [in module /usr/local/Repetier-Server/bin/RepetierServer] How old is the image? We use a newer co…
-
Wie der Drucker bei pause/stop reagieren soll must du selbst einstellen. In der Druckerkonfiguration unter G-Codes->Ereignisabhängig kannst du dort beliebigen G-Code eingeben für stop und pause. Da jeder Drucker was anderes als optimale Procedur …
-
What board are you using? What is the error message and for which firmware version are you compiling?
-
Bin grad nicht ganz sicher ob ich das Problem verstehe. So wie ich das verstehe ist dein Problem das du mehrere Drucker am gleichen Pi/Display hast und das wechseln zu babysteps vom richtigen drucker zu langsam ist, aber ansonsten geht alles, korre…
-
If you enable log you would see that we send the g-code 1:1 so if it is the same as with octoprint it should get same height. Exception is if you have in server or octoprint different start g-codes or substitutions for homing or some G92 Zxxx that c…
-
MQTT subsystem is always startet (int log). But only if active it does anyting, otherwise it just sees that nothing is to do. The good thing is that it is no real crash. 2022-03-24 20:26:48: Stopping for signal 15That means linux did send SIGTERM t…
-
Is this with linux? You are right that it does a system request to open with default app for url extension.
-
Thanks for the app. Only drawback is that it non free, but at least it is an app that promises to do what we need and if you say it works even better. Had really searched a lot but was not able to find any easy and free solution so far. Also hope t…
-
T: is active extruder and you only have T1: for second one in output. Normally marlin shows all extruders so also T0: - there was a version where it was wrong a time ago, but think that was V2. Anyhow check for newer version or if you have an option…
-
Ja das ist in der tat merkwürdig. Hast du in der Konsole oder im host im Log die Filter deaktiviert? Normal filtern die 99% damit nur wichtige Nachrichten erscheinen. Bei dem Test wird aber alles benötigt. Und dann halt unterschiedliche RTS/DTR kom…
-
The print logs are of no help here. Where you could download the print logs you can also download server.log which is the log of server starting/stopping. That should show a bit more. Also of interest is always syslog downloadable at same position.…
-
Nein der ist falsch. Hab grad getestet. Was du willst ist: (h)ttp://hostname/printer/api/ENDER_6?a=send&data={%22cmd%22:%22M220%20S25%22}&apikey=***** Siehe auch doku hier: https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/b…
-
Im normalen GUI die Konsole wo die Druckerkommunikation ausgegeben wird. Ziel ist es in der Konsole zu sehen was passiert wenn er sich verbindet oder es versucht m zu sehen bei welcher einstellung in beide seiten geredet wird. Wir senden ja immer ab…
-
Beim senden von befehlen ist {} die korrekte Antwort. Du solltest im gui auch sehen das speed multiplier jetzt den gesendeten wert hat.
-
I see what you mean. I have already corrected next release to have 5 unique and identical colors.
-
Hast du das h am Anfang vergessen zu kopieren oder fehlt es wirklich? apikey hat keine < > für den fall das du das da eingetragen hast und *** platzhalter für api key war.
-
Make sure you send the M code for absolute/relative extrusion according to slicer settings. Especially if slicer is in relative mode and you have activated absolute extrusion there will be nearly no extrusion. As a test if extrusion is working at a…
-
> 2022-03-24 00:43:08: error: Reading serial conection failed: End of file. Closing connection. Linux hat nach wie vor die Verbindung unterbrochen. Hat er hier zu dem Zeitpunkt nach dem neu verbinden wieder weitergedruckt. Sieht für mich so aus a…
-
Mar 23 12:02:02 RepetierServer kernel: [154055.185784] ch341-uart ttyUSB1: usb_serial_generic_read_bulk_callback - urb stopped: -32 That is the problem. Every time this driver gets that error code it disconnects. So has nothing to do with Repetier-…
-
Please do not set alignment in host in this case - leave it 0. This does nothing but undo an alignment you defined in slicer. The correct solution is to define it in eeprom using the extruder x,y,z offsets. Take extruder 0 as reference and enter di…
-
You can still ask of course, just remember that the davinci fork is a modified old version, so there might be things we do not know.
-
The syslog is /var/log/syslog and can be downloaded if you selects logs when you are in regular gui. There is a download option to make it easier to get it. Already saw that linux closed complete hub due to EMF. So no Underpower is not the only crit…
-
Yes, sensorless depends on speed a bit. If you have reduction factor 1 no improvement can be achieved by testing twice. Just have published the above fix to skip retest if retest distance is 0. But that means signal gets reset quite quick and no ext…