Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
It is normally a question of bandwith vs. webcam image size and frames per second. If you have a pi connected over wifi with 1920x1080px and 30fps this can not be transferred with not perfect wifi. Reduce e.g. framerate to 5fps then and see if it im…
-
Port names in /dev depend on activation order and you likely have selected /dev/ttyUSB0 or similar in that folder. So depending on order you activate printers it is randomly correct or not. Use insted in connection settings a port name that starts…
-
Regarding server, it is working. But there is no group with your id so nothing to send to. If you see it on your phone, delete it and create a new one. Pushover is a bit strange. First tets said 5:08:32.362: Push Over API response: {"info":"no acti…
-
> The board also gets a connection to the repetierserver We do not connect to the board - if you use mcu serial in server it will fail. Use klipper port in seral setting of printer and mcu serial in klipper config so klipper connects to mcu and…
-
Did you install the mini klipper firmware to the octopos? You need to download it after compiling and put it on sd card on octopus and restart octopos to install it. It must match exactly the installed version or it might not connect. Then you see i…
-
Thanks for the info. We will investigate and offer a fixed host or server then.
-
In WLAN/Netzwerk kannst du den Namen des Pi ändern. Ich vermute du hast eine Einstellung gespeichert, die dazu führt. Die stehen alle unter Applikation->Local Storage in den Debugtools. Mit neuem Namen gibts keine gespeicherte daten und es sollte…
-
Looks like it was quite simple in the end, Just forcce virtualenv to use Python 3. If browser cache is cleared you should now see python 2 and python 3 options for 0.11 and latest git version.
-
Das ist echt merkwürdig und ich sehe nicht wie das passieren soll, da ich es nicht hinbekomme. Ich habe das mal analysiert und es gibt 2 Möglichkeiten, das er zum login screen wechselt. Ich hoffe du bist ein wenig technisch versiert und kannst unter…
-
Yes, that update fixes exactly that bug and since it could crash server we made an instant release for it.
-
Wann genau passiert das? Ich war froh mit einem Trick das zu reproduzieren und habe wie du siehst dann auf der login Seite geprüft ob er da richtig ist und leite ihne weiter. Wie ich die Ursache erzeuge weis ich nicht, da er wenn ich die Startseite …
-
Es kommt auch gleich 1.4.12 raus wo es offiziell behoben ist.
-
Normally printing does not use much sd card space, but there are 3 things that can do this: - Logging enbaled - Rescue function enabled - Timelapse videos - this can use lots of gb if you have hires storing it every few seconds. So check what you ha…
-
Ok, ich konnte es jetzt zumindest selbst reproduzieren, auch wenn ich nicht weis wie das real passiert. Wenn ich keine User habe und mich auslogge (was eigentlich nicht geht, weil es keinen Eintrag gibt) landet man auf /login und weil es keine User …
-
It is not decided yet. I'm thinking of a stipped version only showing gcodes since full projects is not useful there.
-
Ich hab noch mal versucht es zu erzeugen mit einer alten Installation mit Nutzern, aber er kam nicht mehr. Kannst du sagen von welcher version aus du gewechselt hast auf welchem Betriebssystem? Hattest du user? Die Nutzerdatenbank wurde beim update …
-
You need to configure a setting where infill is explicitly using extruder 1 and in host select extruder 2 for that object. 1 is default so I guess you did not change the selection on the right side, Also make sure in host to have 2 extruders configu…
-
It is in deed not possible. Projects were added to later give data to slicers. Users started to also use it for gcodes so we improved it, but it has no touch integration. Only in regular ui you can use it. On touch screen you need models stored to t…
-
Ok, new cookie based gui version is now released. Hope it does not happen any more. Now sessions are not send via url so no involuntary mixing/sharing possible in regualar ui.
-
Der User existiert noch wie vorher, wenn du welche hattest. Öffne ihn mal im incognito Browserfenster aber ohne login also nur http://ip:3344 Ich hatte das auch mal und als ich es untersuchen wollte war es nicht mehr reproduzierbar, daher konnte ic…
-
Bitte mal den Cache des Browsers löschen. Vermutlich wird da noch ein alter javascript code genutzt. Die Benutzerverwaltung ist jetzt cookie basiert.
-
You can just install it over old version. But reverting to 3 year old version is risky as some formats have changed, so if it still works you might loose some settings like webcams and face eventually some other issues. Better would be to check wha…
-
Does the form window not fit into the screen? I mean it is not that large.On windows you could try moving it with Alt+Space then M and then use cursor. On W10/W11 it seems not to work that way any more, but I have no W7 to test now. Also not that i…
-
In der Datei repetier.ino stehen übrigens alle G-Codes der Firmware. Wenn es um Syntax oder implementierung geht immer dort zuerst suchen, da es sich speziell auf diese Firmware bezieht.
-
M206 hat wie du schon erkannt hast nicht in einer Druckdatei verloren. Zumal du hier auch mitten im Druck advance änderst. Bedenke das Bewegungen gepuffert werden und du mitten in der Bewegung das advance für die noch gepufferten 15 Bewegungen mit ä…
-
Der Server meckert wenn der Druck nicht auf das Bett passt. Man muss daher an 2 Stellen y min -10 erleuben. Einmal bei dem erlaubten Bewegungsbereich und dann noch mal bei der Bettdefinition selbst. Wenn das bei y 0 anfängt wäre eine extrusion bei y…
-
Sounds like this is causing the problem G1 X0 Y225 F9000 Check what Y is really reachable and reduce the value to what is allowed. This value comes from first configuration where it got y max from firmware or your self. And if that crashed bed in e…
-
None of these causes a reset if firmware works correctly. So best would be to go to console on next stop print and see if there appear some messages explaining what is going on. Disabling heaters can cause some effects on electronics in rare cases w…
-
Du you use stop print or emergency reset for this? There is no reset in stop script only if you added it, see printer configuration->g-codes->event dependent->stop printjob what gets executed exactly.
-
Zumal es scheint das die API nicht wirklich dokumentiert ist. Mehr hier und da ein Info Häppchen und der Funktionsumfang des Servers war da nie vorgesehen denke ich. Kenn nur einige Videos da ich den Drucker nicht besitze.