Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Was the ssh connection via ethernet or wlan? What does iwconfig return. Also last question when you repeat ps aux | grep tierbetween connection lost does the pid change (first number in result). That would mean that the server is crashing for some …
-
This is not really a server problem. It should depend on firmware, so which firmware are you using? I would expect firmware to store the good values in eeprom so they stay. For repetier-firmware they stay until a checksum error is detected and the e…
-
Please check if your sd card is nearly full. There is a test to not overflow sd card and recording stops early to prevent problems with full sd card before it happens.
-
You need to add a third motor driver in addition and also do the same with it as for the other 2. The problem is this assumes a flat bed and will probably not iterate correctly with 4 points since it is statically undefined. You only need 3 point t…
-
Pasted it in wrong position sudo v4l2-ctl -d /dev/video0 --set-ctrl=focus_auto=0should do it.
-
As I already said, there is no matrix in eeprom/memory. We only store the rotation here. I see the difference is 3.386 mm between highest and lowest position, that is quite bad leveled. A even bigger problem is when you look into your measurements:…
-
You see the middle file took nearly 12 seconds to download. Assuming firefox green is time for data transfer. So that is the bottleneck. When you reload the page with debug open you should see timings for all files and see if other files are also th…
-
No this is the only printer with that board I have. But when you upload the sample and use same pin for servo as I do you can already use the M340 commands to control it. This is completely independend of any zprobe. So try that first. Upload sample…
-
G32 does not store meshes. It creates a rotation matrix and uses it. Every new run deletes the old one. You can disable its usage so you just level bed physically which is the best solution anyway as it does not need to change Z for all xy moves. It…
-
I see. Yes the firmware uploader depend on that.
-
Just tried by going back to 0.94.0 and it worked. Can you please login via ssh and run sudo installLatestServer and post output if you get an error. When I checked I saw after : ps aux | grep tier pi@Felix:~ $ ps aux | grep tierroot 31321 …
-
Ja das Problem bei Octoprint ist mir mir bekannt und im Server deutlich schwieriger zu erreichen da er zur Kommunikation einen eigenen Thread nutzt, aber mit sehr ungüstigen Einstellungen kann man es überall schaffen:-) Wichtig ist erst einmal das …
-
From -d /dev/video0 you see device is /dev/video0 so command is sudo -d /dev/video0 v4l2-ctl --set-ctrl=focus_auto=0
-
More confusing is that it takes 30-60 seconds for you. For me it takes less then a second. And in 2d view I can also slide through z layers more or less instantly even with a 70mb gcode. Could you open debug tools->network and see if request tak…
-
Actually the graphic is more or less correct. You start at z=0 and move to z=80 so next extrusion height is 80mm :-) Normally no problem in s3d but here in your own code you did not tell server the extrusion height. Adding e.g. ; tool H0.200 W0.42…
-
Just installed it on a plain amd64 linux and the file was there. We have modified postinst to do some more checks but I see you delete it anyway so that should not be the problem. Have you tried calling something else as CMD and login with bash to…
-
Das ist nicht ganz richtig. @nosize/@size schliest einen Bereich von der größenberechnung aus. Das Bild wird ja so berechnet das alles sichtbar ist. Aber so eine Prime spur unten ist nicht wichtig und verkleinert mit dem darstellen nur unnötig das e…
-
Nein geht nicht. Das kann nur der windows host - ist eine andere Software. Am mac must du den server über den Browser oder Repetier-Server Monitor nutzen wenn du die Pro version hast.
-
Ok das wird merkwürdig. Hab es gerade versucht. Also zip backup gemacht. zip per scp nach /home/pi kopiert (projects.zip) Dann login per ssh sudo -i cd /var/lib/Repetier-Server unzip /home/pi/projects.zip service RepetierServer restart Danach waren…
-
Ja das war die Zeit wo einige anycubic dachten es wäre lustig mal "wait" statt "busy" zu schrieben weil das ja genau das Gegenteil bedeutet. Das ist auch was die CBD variante weiterhin korrigiert. Das reine M117 Problem ist aber auch in Marlin gelös…
-
Ja genau das ist gemeint. Das Ereignis ist Drucker herunterfahren und daher wird dieses Skript dann abgearbeitet. Da also den execute Befehl einfügen. Du solltest aber evtl. G4 S300 @syncMotion noch davor stellen. Da die Daten gecached werden wird…
-
ps aux | grep mjpgshows running mjpg streamer instances with command line. The -d parameter is your device and you also see the assigned port. From there it should be easy to change the parameter. For some reason the buster now seems to show multipl…
-
I already did. Reducing acceleration for the axis reduces minimum speed possible.
-
No it vanishes already when print starts. It only gets back if print fails while stopping a print also removes it.
-
listJobs excludes the running job. So if it does not get printed at the moment, yes.
-
> Recv:11:48:21.022: echo:Unknown command: "G21" Ist irrelevant. Heist nur du kannst nicht zwischen Zoll und mm wechseln weil er immer alles als mm interpretiert. Genau das hätte G21 aber auch bedeutet. Offenbar hat euro Marlin Version Probleme …
-
Erst mal G132 ist nur für Deltas und dazu muss man die Slider auf gleicher Höhe bringen nach G131 und M99 achse wie in der Anleitung beschrieben. Das korrigiert die end stops beim delta halbwegs. Das macht man nur ein mal und dann ist gut bis man di…
-
Number is 4 for PA 4. We use arduino pin numbering. It is easy for STM32 A = 0+number, B = 16+Number, C = 32+ Number ...
-
Bitte wie beschrieben das komplette log schicken. Wenn ich nicht weiß was schief läuft kann ich es nicht beheben. Meine Drucker klappen ja alle.
-
I know what you mean. For testing it is easier to delete old garbage sometimes. Will see how good that works. Server still has all data and changing filters reloads from there. But you could clear afterwards again in worst case.