Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Also auch 2 webcams für den gleichen Drucker oder 2 Drucker mit je einer Webcam?
-
No. Marlin has hundreds of forks with different or identical strings, do not provide everything. Other firmwares even provide less information. We currently query firmware for known answers on configurations. These are marked with green/red dot in c…
-
What do you mean with alarm state? The red error message when firmware has a serious error? You can not disable that as it comes from firmware and is the result of an error that is not supposed to happen. You can restart with M999 as windows says bi…
-
Slic3r is not supposed to open the objects in it's graphic window. It should slice in background so host gets the sliced result back. But it important that it calls the console version. Our default setup would do that, so question is did you modify …
-
Deltas in V1 have only one resolution for all axes (taken from Z-Axis). The way it gets computed requires this and it normally works well. Print cube in 2 sizes and compare errors. I often see that one side is a bit smaller then expected while the …
-
Ja es scheint beim beenden des Timelapse Threads zu passieren wenn er die Videos rendern will. Ich seh bei dir aber das er ein Video zum rendern starten will. Kann es sein, dass du 2 webcams konfiguriert hast und das beim 2. Timeplase den er stoppen…
-
Got it. Will check and update.
-
Display vendor should provide instuctions and drivers for his display. In general there are 2 solutions: 1. Vendor offers a image with x server. Then you can install our linux package and configure your x window to start chromium in kiosk mode with …
-
Nein eine Offset Korrektur gibt es nicht. Ehrlich gesagt gibt es eine viel bessere Lösung nämlich nur einen endstop (max endstop) or z probe als endstop. Du kannst dann das Bett physikalisch leveln. Normalerweise behält er dann die ebene so dass nur…
-
You are right, it is a fixed distance that you can not edit. Maybe in general settings or so I could add it to change.
-
Danke. Ich werde es die Tage genauer untersuchen. Hoffe ich komme darauf warum das passieren kann, aber ist ein sehr guter einstieg. Sieht nämlich wirklich wie ein Softwarefehler aus und ich weiß jetzt wo er zum absturz führt.
-
Server supports heated chambers. It will set temperture using M141 Sxxx. In fimrware temperature report chamber temperature should get reported using C: or C0: in newer versions just same format as for bed. You will then see a chamber icon next to b…
-
Okay, I could connect to it using socat TCP-LISTEN:8888,reuseaddr file:/tmp/printer,raw,echo=0I don't have /dev/printer only /tmp/printer Connection setting firmware to klipper and tcp worked. Main problem is socat stops running on…
-
1. Bedingt. Nur die #include anweisungen sollte man nicht überschreiten, weil da extra code eingefügt wird. Ansonsten gibt es denke ich keine abhängigkeiten. Aber es sollte klar sein das dass Config Tool dann nicht die neuen Werte kennt. Dazu müsste…
-
Den port bestimmt du mit der boardauswahl. Entsprechend wird der uploader für programming oder native port genutzt. Welche rhinterhe rfunktioniert bestimmt wiederum die Config also was du als Port eingestellt hast.
-
Would require the full log until the hang. At print start I always guess it is M109 or M190 blocking until target temperature is reached. That is no error just takes a while to continue at that point.
-
Du kannst den server über eine extcommands.com neue Befehle beibringen. Linux hat ein tool namens curl mit dem kann man beliebe http requests senden und der server kann das aufrufen. Sieh in der Anleitung nach bei den advanced themen, da steht es ge…
-
Deutsch ist kein Problem. Hast du die dev version benutzt wo es bereits eingebaut ist? Wenn ja welche fehlermeldung bekommst du beim compilieren. Wenn nein, bitte 1.0.4dev nutzen. In 1.0.3 ist es denke ich noch nicht integriert.
-
It is not the finish script. You are mid G32 if I guess it right and finish script is only run when you are completed with all points. What I see is that bl touch indicates high with led but firmware doe snot get high signal continuing to move down…
-
looks like the edges are not printed correctly. Like dragging the filament a bit so they get displaced. So my first guess is that temperature is too low.
-
Yup. Will see if I can make it also a editable field to do the same for next release.
-
Switch to 2d preview. There is a ayer slider right to the graphic. Then switch back to gcode view and you are in same layer.
-
Check in eeprom for the mixing rations. I guess all have only weights for E0 and none for E1 or E2. So it always mixing using only E0.
-
No. There is also no stream to stream. You may install a software that can do so, but I have never done this so no idea if it i spossible. But I guess some softwre like ffmpeg might be able to do this.
-
I don't see a back move here all I see is jitter from lost steps. All end stops are max endstops. Move all up so endstop light is on and run M119 in console. It shoudl now show x,y, and z max endstop being high. If not your endstop configuration is …
-
To narrow the problem you should check what server thinks about dimension. Go to model storage in ssh terminal cd /var/lib/Repetier-Server/printer/Felix/models/Replace Felix with your printer slug. Then run ls to show files. Take the…
-
If you start host (not connect to server) there is a server menu allowing to start/stop server. That is the easiest way. In windows you also have Repetier-Server folder in start menu with start/stop server function. In W10 search field in task bar …
-
No, that will most likely add extra commands to the file as server is not aware of sd card handling. It was build to replace sd card usage.
-
I'm currently testing a Pi Zero W making sometimes a pause at least with one print I have. That is the only printer/server combo so far where I could produce it. Will what I find who is responsible for this. Could likely be the same reason if you ha…
-
Yes, would also like to know - also why reinstalling worked as definition and files keep the same.