Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Die event gcodes werden immer ausgeführt wenn der Drucker verbunden ist und das Ereignis getriggert wird. Ist der Druck fertig wird immer das Skript für Druck beendet getriggert und alle Befehle darin werden ausgeführt. Willst du also Bett abräumen …
-
As I said there is no lathe config. Just use the motors - x and z - ignore y motor. You can not remove it but you don't need to connect it. Then you can control the motors with firmware and rotation/cooling must be controlled manually.
-
Host will try to show that model and update it every line you send. All this does apparently not fit into your ram. Depending on viewing quality in host this can be quite a lot and I fear due to the model size would also be too slow for host so it n…
-
Ja. Sie wird von der firmware als wert zwischen 0..255 ausgegeben bzw. 0..127 und wir normieren das. Aber heir bekommen wir bereits Prozent und ich hab es noch mal durch 2.55 geteilt:-( Wird im nächsten Monitor dann gefixt sein.
-
Geh in Konsole und aktiviere ACK. Wie sieht die Antwort der Firmware nach Temperaturen aus? Manche Firmwares kann man so konfigurieren das wir die Meldung nicht verstehen oder sie geben nur Temperaturen für den aktiven zurück. Wenn ich weiß was dies…
-
Ich habs im Menü und unter status im touch screen probiert und es hat immer gewechselt. Wo ist der Button den du probierst?
-
Ok, ich denke seit eine rUmstellung des installers wird die Datei nciht mehr rein kopiert. Hab das für die nächsten versionen reinkopier. Daher hier das Skript: #!/bin/bash# This script will fully uninstall Repetier-Server# Use with care. read -r -…
-
G1 S1 makes the firmware accept any coordinates also negative. This enables the default checks we use in 3d printers to prevent illegal moves.
-
This requires the possibility to modify files in the os with enlarged privileges to succeed (config is normally not owned by repetier). For a general solution you must be able to define the files but a hacker could also set it to any other file - le…
-
Yes, host can rotate. Just select the rotate icon (3 arrows in circle) and enter rotation angles.
-
Z_PROBE_HEIGHT 0 ist sicher falsch sonst wäre die Düse auf trigger höhe aber daher eigentlich sogar auf der sicheren Seite. Es sei denn im eeprom steht da ein großer Wert. Das ist nämlich wie viel man runter muss damit die Düse auf z=0 ist. Im eepro…
-
Was versuchst du zu erreichen? Du kannst doch in dem job finsihed ereignis einfach ein skript ausführen. Einfach in extcommands.xml zusätzlich dein skript als execute anweisung wie sudo /sbin/shutdown -h now Hier wird der server Befehler @execute …
-
1. Normal. mjpg is not decoded in graphic hardware I think, so it gives more cpu load. 2. Only happens if the driver is crashed, so no crashes. Just dropped connection until it was back. If you have a touch screen connected try setting AP to never c…
-
Was meinst du? Hab ja /usr/local/Repetier-Server/bin/fulluninstall.sh geschrieben. uninstallLaunchd.sh deaktiviert nur den server ohne ihn zu deinstallieren. Das ist damit er nicht mehr auf dem mac läuft aber jederzeit wieder aktiviert werden kann.
-
Ja ist ein FIFO buffer. Aber die Firmware entscheidet ja wann sie liest. Ich darf halt nur so viel reinschreiben das er garantiert nicht überläuft und daher ist der buffer size im server im Grunde die länge dieses FIFO buffers. Unabhängig von den 4 …
-
Yes, since the com port disappeared it means windows drivers are working and they are responding on printer. But these printers normally have an extra chip for communication so that does not mean the firmware is running. And without an lcd it is als…
-
Not a host problem. Is the end stop switch maybe defect? M119 should report L/off when not triggered and H/on when triggered. Without this move toward x min will be prevented as you see in homing, except it is only tested during homing. If it is a c…
-
> I'm guessing it is some problem between the server and the router because if I just go to the router settings, and hit save on anything so that it reloads, then it will come back up. Other times it just comes up after about 10 minutes or so. It…
-
Sieh mal in den Druckereinstellungen - Leerlauf Ausschaltzeit. Vom log her würde ich sagen das da 1 minute steht, heist also wenn der Drucker eine minute nichts macht schaltet er ihn aus. Setz den Wert auf 0 wenn das nicht gewünscht ist oder auf ein…
-
Click on the gear next to STL name and anaylse. It shows if normal orientation is wrong, but very much sounds like it. In first tab in that window is also a fix normals action - hope it works in your case. Does not always do as expected but since it…
-
Bin aktuell dabei. PrusaSlicer 2.3 läuft schon mit neuen infills und ironing. Bin noch die bugliste am abarbeiten. Denke im Februar. Will keine großen neuen server Sachen machen bis der Host fertig ist.
-
With some modifying of pins it might work but rather bad then good. Everything is optimized for 20x4 chars so with 2 lines menus are untested since years and it will not be fun. Also last 4 chars are often needed for full content so with only 16 cha…
-
Thanks for the info. Interestingly my iPhone seems not to need it. But testing on android showed it is in deed needed. But for all other scanners it will be in next update:-)
-
Es gibt nur 2 Lösungen. 5V pin abkleben wie geschehen oder am Druckerboard den Schalter umlegen - wobei nicht alle boards dies unterstützen. Beides ist aber gleich gut.
-
The sensor works like voltage divider. Without connection we get 5V and high temperature. With increasing temperature or short resistance drops towards 0V. So what is clear is that the drops are because the chip measured 0V from time to time. When t…
-
Die option war doch beim y motor? Move Y only after homing (MOVE_Y_WHEN_HOMED) verhindert bewegung ohne homing.
-
> Bei Icon URL läuft der Befehl direkt los und schaltet die Steckdose ab Demnach klappt es jetzt auch vom server aus? > . Klar unterstützt Tasmota auch eine Zeitplanung, es müsste doch Theoretisch möglich sein diese auch über ein Befehl zu a…
-
It is not the usb cable! I'm talking about the cable to the thermistor. I do not think it is a communication problem. BTW: What temperatures does it drop to? I mean if just one letter is missing it could be communication, but if it always drops to 0…
-
Nein kann man nicht ausblenden, aber weil sie selten gebracht werden sind sie ja schon unten. Im repetier-server monitor fehlen sie sogar ganz.
-
No you can't see image version, but when it is only 2 weeks old it already contains the reload hack. Restarts are written to /tmp/wifi-restarts.log so check that file if you get any there. Regarding speed login with ssh and run "iwconfig" - it sho…