Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You are using the wrong input for a double. For string type max(5) is maximum 5 chars. You want this @dialogInputDouble "Caption" [scope.]name [min(0.0)] [max(9.9)] [default(0.4)] [margintop("10px")] [marginbottom("5px")] [readonly(1)]Add an input e…
-
Watch out baskslashes as they escape the next char. So the effective regex while correct normally is missing the baskslashes I think. Try this one: @monitorCall getOff 'M851 .*Z(-?\\d*\\.?\\d*)' 5000 hitOff missOff
-
Default value must be defined. Note that you use a different value as default then for output. With @set global.Offset 2 @dialogInputString "Offset" global.Offset max(5) default({{global.Offset}}) it was working for me as expected. For setting/d…
-
DId you already try M503 and see if it contains the value. In wizards you add parsing responses for a few seconds with hit and fail function and then send the gcode that will return the value from printer. Once it is catched you extract value from a…
-
Assuming repetier firmware in extruder.cpp function void TemperatureController::updateCurrentTemperature() at the end the temperatur is corrected. #if ENABLED(TEMP_GAIN) currentTemperatureC = currentTemperatureC * tempGain + tempBias;#endif So i…
-
In den Globalen Einstellungen->GPIO kannst du die pins als Signalquelle nutzen um Beispielsweise gcode auszuführen wenn der Zustand von high nach low wechselt. Siehe auch online in docs das gpio tutorial. Also taster korrekt an die gpio verkabeln…
-
Also was firmware meldet wird auch angezeigt aber externe sensoren messen was anderes, wenn ich das sorichtig raushöre. Dann ist im Server ja erst mal alles ok. Dein Problem ist vielfältig. Erst mal wächst der Mógliche Fehler mit der Temperatur, da…
-
Geh mal in die Konsole, schalte M105 Filter aus und ACK an. Dann solltest du die Temperaturmeldungen sehen, die der Drucker meldet. Paste mal die Ausgabe und vergleiche sie mit den Ausgegebenen Temperaturen. Man kann zwar einstellen das er h"here we…
-
Connect it to yourt windows pc and check ig it works ok there. If not the senor is just defect. In webcam config you can also open direct link to mjpg_stremer to see what we get from webcam software. Any error there is not fixable by us. You can tr…
-
The problem I try to solve is that there are a few hundred different marlin firmware versions. Same have no M75, some read filename and treat them as command causing ramdom errors, some know it just without filename and some use it with filenames. O…
-
Which Z value is -9? All z values are normally positive as bed level is z=0 for all fdm printers. Can you post a link to gcode with no time?
-
It is always changing to filament change when the message gets send, that hasn't changed. So my guess is that marlin is triggering this. Can you check in installdir/firmware.marlin.xml you have the startup code: M110 N1 M105 M115 ; Get firmw…
-
Wenn du die Firmware Quellcodes hast kannst du sehen ob es updates gibt und wenn die Version das schon kann busy Protokoll aktivieren, ok mit Zeilennummern und ggf. wait meldungen aktivieren. Das sind alles Firmware Tricks, die helfen solche Problem…
-
You mean computed time or during print? Only way that should set it to 0 is adding -100% which I guess you did not. Since you just want to send gcode there is no need to fix it except some gcodes have no values but variables which caused the computa…
-
Der fängt ja schon mit Fehler an Send:15:13:19.857: N43 M75 FQ5_Tollerance Test Recv:15:13:19.864: Error:expected line 43 got 0Recv:15:13:19.867: Resend:43Recv:15:13:19.869: Ignore due to resend: okRecv:15:13:19.883: Waiting for resend requests fin…
-
Printed files get deleted when to print counter is 0. Only if you abort it, it stays normally (see config settings) so you can reprint again without uploading. If you select to have no print queue in printer config it always gets deleted after print…
-
Er scheint wirklich Teile nicht zu empfangen. Sieh mal nach dem ersten Timeout: Mesg:17:03:04.583: Buffer used:45 Enforced free byte:0 lines stored:1 Send:17:03:04.583: N37465 M105 Recv:17:03:04.590: 9.3 /90.0 @:64 B@:127 Antwort kommt sofort aber …
-
It is conditionText in basic json and when I watch it in mqtt monitor I see it change when printing starts, so it should be fixed. Sure you are accessing the right field on correct printer? You can also check yourself with mqtt monitor if it changes…
-
Hast du das log dazu? Bei ping-pong aktiv wird ein Befehl gesendet, dann kommt ok und es gibt den nächsten. Wenn du nicht grad massig timeouts davor hast sollte das nicht passieren können. Und wenn du timeouts hast ist der Wert vermutlich zu klein o…
-
1. Prints only work from local print queue, so when you select a print in Project it gets copied, analysed and printed. So as soon as print starts master can die without issues. 2. This is no standby connecton so having 100 servers accessing the pro…
-
Preview becomes the first file analysed that has an associated image. Since 1.4.7 gcodes render images as well so that can in deed happen. You still can mark the image as preview, but preview selection was always first with image. Only thing that he…
-
Not for projects. Files could be renamed, have multiple copies or be on a server currently not running. So there is no safe way to do that since we always make copies to not need the original.
-
Send:18:30:06.302: N621 M114Mesg:18:30:27.306: Warning: Communication timeout - resetting communication buffer.Mesg:18:30:27.306: This means that a expected firmware response was not seen within the expected time.Mesg:18:30:27.306: The typical reaso…
-
Bist du auf 1.4.9 ode reiner älteren Version? Ist ping pong aktiviert? Ich sehe hier G28 bekommt nach 2s sein ok was eher schnell ist, wenn ping pong aktiv ist. Wenn nicht würde in in ping pong gehen aber in dem Wechsel gab es zu 1.4.9 eine korrek…
-
Aufpassen was du vergleichst. Oben waren ja auch echte Trennungen durch linux drin, das ist hier im Beispiel nicht der Fall. Da fehlt lediglich das ok, aber ohne die letzten Befehle kann es nur langsam sein oder das ok ist abhanden gekommen. Normal …
-
Du kannst aber auch von usnerem config tool raspi-config aufrufen, da gibt es auch eine expand funktion. Oder von der shell sudo raspi-config und dann expand filesystem wählen, weiss grad nur nicht in welchem Untermenü das ist.
-
Ah ok das ist eine kleinigkeit:-) Nach touch muss ein Leerzeichen vor dem / sonst ist das ein Befehl aber touch ist der Befehl und der rest der Dateiname der angelegt werden soll.
-
Zes server log I mean. Just do a short print and cut filament soon as you are only interested in the error.
-
It's on my todo but I'm quite busy with several other things as well and this requires a new release, so more work to expect. Nothing I can solve in a few minutes / such things tend to take days to figure out why it suddenly happens. Maybe a change …
-
Befehle sind richtig. Wenn sie ungültig sind gehe ich davon aus das du doch nicht in der Linux Shell des Pi eingeloggt bist. Einfachste Lösung ist unter Global Einstellungen->Terminal einloggen und da eingeben. Wenn es da auch nicht klappt mal ei…