Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
This is no host setting! I guess you are talking about some printer setting but not for which firmware and what that setting should mean. Normally you configure z probe to have correct height between nozzle and bed - in repetier-firmware this is z p…
-
Wo mist du denn mit dem Messgerät? Und welche Aktualisierungsfrequenz hat es? Speichert es min/max werte? So pauschal sagt das wenig insbesondere wenn linux da bereits anderer Meinung ist:-) Bei vielen Ladegeräten reicht schon der widerstand des USB…
-
Nicht viel besser. Berechtigungsprobleme bleiben und man kann wenn erlaubt alles mögliche auf der Festplatte remote löschen.
-
Bei jedem Drucker unter Logs sind auch server.log und syslog (wo wlan änderungen geloggt werden) vorhanden um diese wichtigen Dateien leicht herunterladen zu können. Nähe zum AP ist leider kein Garant auch wenn es in den meisten fällen hilft. Bei s…
-
Das halte ich für eine zu gefährliche Funktion zumal es ja nach Betriebssystem und Dateien wegen Berechtigungen auch nicht immer möglich ist.
-
Oft sind es nur ganz kurze Unterspannungen. Oft kommt man ungeschoren davon, aber gelegentlich reicht es z.b. aus das Linux ein USB Gerät vom Strom abkoppelt um Strom zu sparen. Oder auch für einen unbeabsichtigten Fehler. Ein Display verbraucht ver…
-
You mean you manually move it? Don't do it fast! It works like a dynamo putting energy back into the board if you move manually. Samy principle like e-cars load battery when breaking. If you move to fast you might break your electronics. There are s…
-
Ja backlog macht nur sinn wenn der server Prozess noch läuft aber er nicht mehr reagiert, also z.b. die Weboberfläche nicht reagiert wenn du Aktionen durchführst oder der Druck steht (und nicht z.b. wegen Dateiende beendet wurde). Das sieht man aber…
-
Kannst du eigentlich noch einloggen nach so einem Fehler, also über ssh? Dann kannst du testen ob der server noch läuft und hängt oder ob linux abgeschmiert ist. In den Logs ist da nichts zu sehen wobei das syslog ja vom hochfahren ist und nicht vom…
-
Thanks for the info. Will recheck involved parts and maybe I see a reason where it gets cached with old info.
-
You assign one extruder to one stl and the other extruder to the second extruder would be the normal procedure. If you have one of the dual color prints you normally need to put both into the same group. Drag the object on the rights sidebar on the …
-
Gute Idee. Für unerklärliche abstürze gibt es normal 2 Gründe - Defekte auf sd karte und Stromversorgung ist nicht stabil (dafür gibts dann das Blitz Icon um zu sehen ob das passiert). Kartenprobleme kann man leider nicht so einfach sehen.
-
Wenn du usb Kabel an dem cam hast ist es keine Pi Cam:-) Dann ist es eine einfache usb webcam. Wenn sich die erkannten webcams ändern wird über eine udev Regel der mjpg_streamer neu gestartet. Sollte also das gleiche sein wie in der Druckerkonfigura…
-
Sowas hatte ein anderer Kunde letztens auch mit einer pi cam. Ursache waren EMI Probleme die Linux/mjpg_streamer durcheinander brachten. Hier ging es immer bis zum Druckstart und die Störungen der Drucker Elektronik hatte dann alles zusammen brechen…
-
This requires programming logic in gcode or some extra plugin. Fortunately the next update supports functions and time limited firmware response parsing. So with the next update this should be solveable with some of the new server commands. You even…
-
No variable. With rescue active we write a log what has been done and from there and the gcode we extract the last z position that we then use to send G92 Zxx. It is nothing you can add your self in start code. In start code you just write e.g. G28 …
-
Steht die Firmware auf Marlin? Hauptstrom am Ender aktiv? Er verbindet und redet nämlich normal auch ohne aber Motoren und Heizung gehen dann nicht. Port ist /dev/serial/... ? Die virtuellen Drucker verbinden immer sind aber halt nicht die echten fa…
-
Normally printer does not know. That is why we do not touch Z and send G92 Zxx when resuming with xx the last z height in servers log for the start position you did choose. Normally you would add only home xy except printers that can home to z max -…
-
We have an independent set of gcode that we send on start and end of a job. So that is what we send in case marlin firmware is selected. It is send before the custom server start gcode which gets followed by the print gcode.
-
Actually sounds like the correct solution. Could still not find out how to produce. What you can also test is while connected with monitor go in regular gui and deactivate license and then activate license again. Then monitor gets the state change d…
-
We also send on print start M530 S1 L{i:numLayer} M531 {s:filename} M532 X0 L0 M75so also the M75 condition is met. Please keep me informed when you find a solution and especially if there is a unknown message. Known tests for marlin r…
-
> however once i remove the probe the command always returns what do you mean? I mean removing for z probing makes just no sense so question is what you really did or wanted to say here. >Don't know of this helps, but the probe indicator lig…
-
The problem is in deed that many firmwares do not send any message when runout is triggered. And without any message the server can not react. Matlin has many options and I can not say how to make it send something in which case. You should check by…
-
Thanks for the data. I could reproduce it. The result is just random depending on a flag if s is integer or not that was not initialized. Will be fixed in next update.
-
Danke für das feedback. Das meiste hatte ich schon fürs update drin aber Z hoch können wir in der nächsten Version auch da wir z max jetzt abfragen können. Und das M400 vor Temperatur aus ist sicher berechtigt und wurde auch aufgenommen. M1 ist seh…
-
Das sollte auch bei der free Version genau so klappen. Das hängt aber davon ab ob eine extcommands.xml Datei mit dem Befehl auf dem pi steht oder nicht. Hab grad testweise mal eine Lizenz deaktiviert und es war immer noch da. Must also unser image n…
-
I retested it and it still works correct for me. So please also show your settings and gcode and result on print when you make the video. Currently I think it is more likely that config is not as you expect. Best is also to provide printer xml and s…
-
If course not. The mini has much less pins and several pins used in the sample config do not exist for the e3 mini. Always if you see something like error: pasting "GPIO_ think first that you are trying to use a pin name that does not exist. If you…
-
Sorry but you say in 1.1.0 it works and complain that it does not work for same version. Your working example is 1.1.0 and it hasn't changed in 1.1.1 and 1.1.2. So what case is not working when you show latest version and say here it was working. As…
-
M999 error does come from your printer not from host. We just show the message so you know why printer firmware stopped. So better check the message - maybe firmware is just configured to narrow so temperature just drops more then expected on bigger…