Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Free ram should be enough, so not the reason. In configuration there is a start gcode. You can put G92 E0 into it when you say that it helps if you send it via host. That is more or less the same just earlier in startup process. Short will not sel…
-
Alle Meldungen die mit Recv: anfangen kommen vom Drucker. Das alter des Boards ist nicht das Problem, eher die Marlin version. Touch display ist keine Lösung ok, aber zum testen wäre es der einfachste weg, wobei das keine garantie ist abe rich mein…
-
This is not a full dual extruder - it has only one nozzle and heater. In server configuration->Tools->Second extruder I think you must select extruder in the field "Extruder managing Temperatures" then server knows, both are controlled by ext…
-
You are writing code in a xml file so maintain xml syntax. & is not a valid char, you need to write & instead if it is not in a cdata section. Other not allowed chars are < and > where oyu need < and > instead as they…
-
As mentioned for 3mf files it is random if it works or not. If you have other file formats like stl please post them for testing if they do not render. Not all producers use correct format due to misinterpreting standards, but with the file in quest…
-
You can use - M355 S - Turn case light on/off, no S = report status in connected host. E.g. Repetier-Server has a switch for it in interface. Or if you want during prints add it in start / end gcode so all files printed enable the light. In menu th…
-
Never seen this and makes not much sense. Sounds like you are somehow overwriting the ram position of E since extruder position starts with 0. This can happen if you have not enough free ram for the stack. Especially on 8 bit systems with only 8 kb …
-
Betrieb ohne Internetanbindung ist erst mal kein Problem. Nur zum aktivieren der Lizenz ist eine Internetverbindung notwendig, danach ist er aktiv und bleibt es auch. Zum einrichten brauchst du außerdem das normale gui, danach kannst du g-codes über…
-
Die kommst du darauf das keine Verbindung da ist. Ich denke du meinst so was hier Send:16:49:58.679: N16 M105Recv:16:49:58.685: Error:Line Number is not Last Line Number+1, Last Line: 2 Es wird M105 gesendet in die andere Zeile ist die Antwort der …
-
No Problem. Just be happy it works, because I read they have replaced SKR 2 with different chipset not STM32F407 any more.
-
Hast du schon 1.2.0 installiert? Da erscheint ja jetzt der berechnete benötigte Platz. Sieh mal ob das passen kann bzw wo er den extra platz brauchen könnte? Z.b. in 2d Vorschau. Ohne Infos kann ich so ja nicht sagen was die Ursache ist.
-
Could reproduce the problem and fix it for next 1.2.1 release. Thanks.
-
Why? I mean we send it to update settings automatically - there it makes sense since we then check for the values and copy them to be used. I guess you mean the connection command list to add it. What do you see we could gain with it? M115 is send …
-
Unfortuantely that is not possible. This is not a copy of server instance - otherwise if you have monitor on 5 computers it would need to sync all data to all. It is just an upload helper that uploads all files dropped there. This can only be known …
-
> Die Verbindung mit der Auswahl by-id war heute weg. Das wird von Linux gesteuert, darauf haben wir keinen Einfluß. Aber by-id willst du ja eh nicht nutzen sondern by-path. Eigentlich dürfen beide nur verschwinden, wenn der Drucker nicht da ist.…
-
Technisch gesehen macht das keinen unterschied. Frage ist daher ob es gesendet wurde oder nicht. Also aktivier am besten logging und suche im log nach M73, M75, M77 und vergleiche sie mit deinen manuellen Befehlen die klappen.
-
Kannst du vor dem script noch @echo "Runon connect started" setzen, in der Konsole Befehle und Bestätigungen aktivieren, console löschen und dann verbindung durchführen, damit ich sehe was genau passiert. Was passieren könnte ist, das das ganze Skri…
-
> Jetzt fehlt mir die Möglichkeit, die Temperaturen einzustellen. Referenzieren geht aber. Die Seite "Drucker einrichten ist total leer"... Ich mußte ein neues Heizbett hinzufügen wo ist denn das "Alte"hin? Was heist leer? Screenshot? Deutet auf…
-
Server Druckerkonfiguration->G-Codes->Ereignisabhängig->Senden vor (bzw nach) einem Druckauftrag.
-
Actually server is similar to host, but works like a daemon in background and communicates via a network api allowing you to show a gui on any browser in same network. It is also superior in sending g-code to printer as it has a better understanding…
-
Denke damit ist klar es liegt am PROGRESS:0 - sollte aber mit meiner Änderung in 1.2.1 dann klappen. Problem ist das aktuell M75 nicht explizit gesendet wird. Kannst du aber auch manuell im start G-Code im server eintragen und im end gcode dann den …
-
You are right this way it is useless. @func startNext @startNextPrintInQueue @endfunc @func startOnUpload @if {{job.running == 0 }} ...activate code ; Start after a delay so printer is up and connected! 5 seconds here @timedCall startNextTi…
-
Wir versuchen einen Reset beim herstellen einer Seriellen Verbindung. Hier haben wir aber gar keine Verbindung zum Drucker sondern nur zum SBC. So weit ich weiß wird dabei der Drucker nicht neu gestartet. Wir klinken uns nur als client in die Liste …
-
Good question, but the answer is no. There is a event "jobsChanged" that gets triggered every time a job gets modified so clients should reload job list. For 1.2.1 I added "printJobAdded" event that gets triggered when a printjob got added. This al…
-
Ok I think I got it. There were 2 issues in fact I found. One that always prevents copies from being rendered as they got omitted. The other was a random one that causes failure for writing correct triangle counts. So also non copy 3mf files might f…
-
Digging deeper the problem in my case is bad handling of copied objects on build plate in prusa 3MF on our side. Importing a regular 3mf without having made copies work perfectly. If your problem is not with copies (which I could repreduce and will…
-
The slow precesses running are unrelated. These are computing renderings of uploaded gcodes that are running in background. It is just a hint why you see not some images that should be there. Good to know that new firmware helped here, so probably …
-
Thanks for the info. We can handle 3mf files, but looks like prusaslicer generated 3mf make some problems. Get the same when I try so will see what goes wrong and fix. .rmf is our internal format we use for renderer and visualization inside project …
-
Zugriff Internet: https://www.repetier-server.com/knowledgebase/access-server-from-internet/ Kommt auf diene Abindung ins internet an. iOS App keine Probleme bekannt, hast du da eine Referenz wegen Probleme? Alternativen gehen nur mit eigener anbin…
-
Set replacement to: M118 Replaced M220 So I can better see if it was executed. Then executing your demo code above and as you see in output it got replaced: Send:9:32:44.700: N6 M530 S1 L1Send:9:32:44.700: N7 M531 TestReplaceSend:9:32:44.700: N8 M5…