Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, would be nice nut currently not implemented. Since logs can be quite big that is a not trivial task. But some day it will be available:-)
-
Verstehe ich schon, aber wegen der Probleme werde ich es nicht erhöhen. Hilft ja nichts wenn ich dann plötzlich ständig support anfragen bekomme das nichts mehr geht. Da reicht ja leider ein Browser der nur 4 streams kann. Aber darum ja auch die Lös…
-
Du must die Kreise größer machen wenn sie größer gedruckt werden sollen. Evtl hilft auch eine feiner Konvertierung nach STL mit mehr Facetten entlang von kreisen. Vergrößert auch etwas durch verkleinern des geometrie Fehlers.
-
Ist im javascript verankert und mit der Größenreduzierung etc. nicht so leicht zu finden. Hast du die Zahl der möglichen streams auf 6 erhöht? Oder hat dein Browser das eh auf 6 stehen das es klappte? Die unterscheiden sich da leider. Zurück wechse…
-
Then only when initialized does not get called makes sense. Modify bool endstopHit() { HAL::pinMode(endstopPin, endstopPullup ? INPUT_PULLUP : INPUT); return invertEndstop ? !HAL::digitalRead(endstopPin) : HAL::d…
-
War wohl bevor ich gemerkt habe das es Probleme damit gibt:-)
-
No you won't loose settings. That is exactly what the updater does:-) Server shows updates with some delay when it sees it. We do not query every minute for updates, so can take up to a week. That way our download servers also do not go down that so…
-
What gets downloaded is Repetier-Server because you checked it. It is developed independently and that way you always get the latest version. Just uncheck that you want it (not needed and can also be installed later manually) and no further download…
-
Monitor will grow over time.
-
Backup und überwachte Verzeichnisse machen nur an einem PC sinn und brauchen ein Backend. Möglicherweise gibt es später mal eine reduzierte version für Tablets.
-
Well if G203 always returns 0 it means triggering end stop is not registered on the pin monitored. That homing does not stop in that case is understandable. So main question here is why does the signal not change. Wrong pin number? End stop defect? …
-
The app was designed for bigger screens so smartphones would not work here. Also some key functions like upload directory and backup would not work on tablet. The rest should work on fine on a tablet. Will have to think about that possibility.
-
Nein ging nie weil dann normalerweise nichts mehr geht. Chrome erlaubt normalerweise maximal 4 downloads von der selben url parallel. mjpg streams sind downloads die nie fertig sind, daher die blockade. Aber sieh dir doch mal Repetier-Server Monitor…
-
At least same pins as for me. I have added 12V to fan so I can enable laser by enabling fan. PWM pin goes to a free pin. When I enable 12V I see a weak light I can use for optimizing focus. When I enable pwm as well I do not want to be in same room …
-
Der erscheint nur wenn maximal 3 drucker eine webcam konfiguriert haben. Grund ist das die browser sonst alles blockieren. Vermute hier haben mehr Drucker eine webcam.
-
Sounds like you did not download the dev version. Dev version will always return a end stop status. Here how the code in Drivers.cpp looks like: void commandG203(GCode& code) { int id = 0; if (code.hasP()) id = code.P; if (id &l…
-
Better control is planned in future, but there are so many things we like to add as well:-) So until then we do the freeing if necessary.
-
That is already the case. Grey means you have deactivaed it so server will never try to connect at all. Needed if some other software must use the port. If activated you will see red when printer is not online and green when online. Orange is trying…
-
Reacivating on same hardware as before does normally not count license down. If it did and you get trouble with license count send us a email with the license code and we will reset it (see about in server for email address to use).
-
#define DEFAULT_PRINTER_MODE SUPPORT_CNC should make it the default mode. Define no extruder to reduce menus. But menu is very complex so hart to adjust. Also do not configure features you do not want to use. That normally removes the menu entries.
-
If you need 5V ttl signal to enable it any output pin will give a 5v signal. But only 1 pin gets controlled. Other pins might be gnd/12V? That is at least how my laser works.
-
Die normale gui sollte auch von außen funktionieren, der touch screen nicht. Um den Kundendienst zu testen kannst du ja eine andere Webseite frei geben und diese testen. Drucker, IoT und andere Geräte bieten ja oft auch eine Webseite. Die kann man t…
-
Dann hat er die Antwort der Firmware vermutlich verpasst. Das ist eine firmware interne Funktion. Es sei denn es ist was dabei schief gegangen und die antwort kam daher nie. Dazu am besten parallel mal mir der Konsole ohne filter überwachen ob da w…
-
Kabelgebunden sollte man nichts ändern. Das ist für Netzwerke ohne DHCP server, dann muss man alles manuell eingeben. Das wird dann zusätzlich aktiviert. Ich frage mich aber ob du wirklich eine eigene statische ip host oder sie doch mit anderen tei…
-
Ja Pi 1 zu 3+ oder gar 4 sind schon Welten. Allein die 4 Kerne helfen da schon enorm beim parallelen ausführen.
-
Das Extrusionsproblem habe ich denke ich mit 0.92.0 behoben. Zumindest soweit ich da snachvollziehen konnte. Das war nach der korrektur des servers behoben.
-
The /tmp/printer issue with buster is known. See https://www.repetier-server.com/knowledgebase/klipper/ for possible solutions. tty0tty is not required. Regarding menu I'm not sure. As said we do not control lcd menus for any firmware, that should …
-
Go on gear icon of the stl on right side and select split. Works only if they are separate objects. Now you can delete all unwanted parts and print the rest.
-
We have no control over that display. All we do is send status informations with M117 which you see in the bottom line. Does the menu work without server being connected (disable printer in server gui) and restart klipper. Otherwise maybe klipper ha…
-
0.75 is quite old. So I guess your image is also old. Many has changed sind then especially we have a new touch screen interface with a new url, also the old should still work but did not test recently. Plus it might be that the old image is not usi…