Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok, no idea how I could miss that, but it is a bug in the gui code. It requests every 3 seconds complete backlog, while there is a log event adding updates as well. I will update log handling for next update so we reduce traffic for 1.0.5 onwards. …
-
Since printers normally have no air pressure - how is that controlled in your case (gcode)?
-
Da sich die Werte nicht von alleine ändern werden sie mit ziemlicher sicherheit zum Drucker geschickt und stehen damit vermutlich auch genau so im g-code. Durchsuche deinen G-Code mal nach M220 (flow) bzw. M106 (fan). Für den Lüfter gibt es noch ein…
-
Ok, konnte das Problem für version 1.0.5 beheben. Danach sehen renderings wieder gut aus und Layer Anzahl stimmt auch. Denke aber trotzdem das es in diesem Fall gedruckt nicht so aussehen wird wie geplant.
-
Note that only when start is 0 you get all lines. That normally does only happen when you change console settings so gui can refetch communication with new filter settings. Every response has a position pointer like "lastid": 2997, and next request …
-
Ja sehe es ist wie befürchtet. Layer 176 ist das hauptproblem. Ab da läuft der extruder ja rückwärts weil er mit den -0.4 die da extra kommen in summe weniger extrudiert als zurück zieht. Das bringt das rendering und die Layerberechnung total durche…
-
There is at least a request to log to say to return the last 1000 lines instead of only the new ones. This should be called when you change log options in console, otherwise only the additional communication should be shown. The request "action":"re…
-
Einfach einen gcode auf dropbox oder wo immer du willst. Ich würde die dann einlesen und sehen was passiert und ob ich es besser machen kann, also eine Regel finde um es zu erkennen.
-
Can you show a screenshot of what you mean. I have only once used wireshark so not familiar with what you see. Does it only show new package or does it resemble the connection and repeat the data for all blocks with every new package added to it. Al…
-
Just tested control and you are right. For pi cam it does not work,but it still works for usb webcams. ${MJPG_STREAMER} -i "${MJPG_PLUGIN_DIR}/input_raspicam.so -fps ${WEBCAM_FRAMERATE} -x ${WEBCAM_WIDTH} -y ${WEBCAM_HEIGHT} -quality ${WEBCAM_QUALIT…
-
The image from display shows a serious error with temperature handling. Can't say how marlin handles this e.g. go into some halt mode and do nothing. In that case communication would also look like that until reset of printer. Sending multiple comm…
-
Mein ideaMaker kennt keinen direkten Upload zum Repetier-Server (version 4.0.1). Hat sich das geändert oder wie lädst du die Dateien hoch? Normal sollte hochladen nicht länger dauern. Nur wird danach noch die Datei analysiert und ggf. ein Bild geren…
-
Die Pro Lizenz erlaubt dir bereits 5 Installationen Parallel, also PC und auf 4 PIs deiner wahl. Passt also.
-
Marlin ist schon richtig denke ich. Aber hast du mal baud rate/dtr/rts mit autodetect versucht? Wenn da was nicht passt wird auch nichts erfasst das die Firmware erkennen lässt.
-
In /dev/serial/by-path a new port should appeat when you connect it - that would then be the port for the printer. But aren't sonic mini stl printer? Server will only work with FDM printer/cnc that use a supported firmware. But we can not send image…
-
When you call http://ipOfPi:portOfWebcam in your intranet there is a web interface from mjpg streamer where you can change all parameter the webcam offers.
-
I wonder you see it at all. We send gcode to printer via usb. On network you see it when you are watching console. But without knowing what exactly you are monitoring and how many connections it is hard to say. When you check the websocket in browse…
-
Kannst du so einen G-Code mal posten? Grundsätzlich denke ich das er schon korrekt gedruckt wird. Ich denke das Problem ist mehr wie ein Layer erkannt wird. Neuer layer = extrusion mit neuem Höchststand. Jetzt ziehst du aber planmäßig mehr ein so d…
-
Wir schicken G29 nur wenn du ihn sendest oder gcode mit ihm nutzt. In der Druckerkonfiguration->Ersetzungen kannst du jeden Befehl durch was anderes ersetzen auch durch nichts, also einfach ^G29\s? als regel angeben und durch nichts ersetzen oder…
-
Yes motion jpg is favoured over static images if both are available. Static image is mainly for timelapse videos and fallback if no motion mjpg is available. What is the problem with this? Especially locally on the printer there is no real problem w…
-
Starting with image V25 you can provide the wpa supplicant file directly and server will stop checking wlan connection. See https://www.repetier-server.com/knowledgebase/wlan-configuration-on-sd-card/ You can even use the wpa supplicant you hat for …
-
1a. Watch the bolt icon in our gui. As long a sit says undervoltage: never you are good from power side. Important is not to use a 3a usb charger but a 3a power unit. Chargers are not required to hold voltage as stable as pi would like it.
-
Communication looks very good until firmware stops sending responses like "ok" causing the timeouts. Is the a stock printer or own build so you can change firmware? It is not clear if marlin stops sending or if it is a serial driver problem. But tha…
-
Denke noch im Mai.
-
I think it is a bug in one of the serial drivers. Please try activating "USB Reconnect on timeout" and also make sure to have "Continue print after fast reconnect" is activated. This simulates unplugging usb cable for a short time, so driver reloads…
-
Have you set country to german? If your route ruses channel 12 or 13 it will not work with default country which does not allow these channels. In latest image you can place a wpa supplicant version that you use on normal pi, see https://www.repetie…
-
Just activate with the key. Then it becomes a pro without end date.
-
Maybe you activated Dry-Run mode in debug settings in manual at bottom. That means simulate print without heaters/extrusion.
-
Ok, stimmt fehlen am touchscreen. Werd ich fürs update nachholen. Danke.