Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Es geht wenn der server von sich aus pausiert. Bei M600 ist die chance aber hoch das er den wechsel am lcd display des Druckers will und die Kommunikation so lange blockiert. Der server bemerkt zwar das er nichts mehr senden darf, sendet aber auch n…
-
Actually host will call SetBaudrate on it's own when it sees a non ansi baud rate. When you start from console do you see a error message when it tries this?
-
Ja sollte kein Problem sein. Hintergrundberechnungen werden etwas langsamer aber technisch kein Problem.
-
Linux serial for mono only supports ANSI baud rates and 250000 is none of this. To overcome this we have put a small C++ software SetBaudrate in the same folder as the host. Please check if you can call it manually or if it is missing a library on y…
-
Termine sind schwer zu sagen, sollte aber nicht all zu lange dauern. Im Juni ist geplant.
-
When does it hit the print? Even without hop that would normally only happen on flat angles with warping. If you hit bed at layer 1 printer is not calibrated correctly. G28 should at best just slightly touch the bed, so that first layer 0.2mm would …
-
Touchscreen wurde vergessen, wird aber in 1.0.5 nachgeholt. Ist in der beta für armhf auch schon drin.
-
It might be a driver problem and windows restart restarts it. Next time you can also try unplugging and reconnecting usb cable. Would normally also restart driver. Print is of course still stopped after stopping connection.
-
After 2-3 minutes is strange. That means normally configuration is ok. Do you have a host software connected to see firmware output? It might have gone into dry run mode because of a temperature error. After that time it might be the decouple test, …
-
Beim verbinden versuchen wir einen Reset auszulösen. Dazu wird der DTR pin gewechselt. Bei vielen Druckern führt das zum Reset. Einfachste Lösung daher erst host starten und verbinden und dann G28 W0 ausführen. Bei einigen Druckern kann man den rese…
-
Are these command being executed also they come separated by a timeout? Timeouts happen when we do not receive the firmware response from printer so we do not know that we can send the next command. But it can also happen that printer goes into an e…
-
The debian repetier-host is quite outdated. Use the repetier-host from our homepage (tar not appimage). If you have a recent mono it should work, also it is not optimized for such a small computer. Future server version will have integrated slicer.
-
Actually as the web action editor says "URL and post data can contain parameter. $1 inserts first parameter 1:1, $$1 insert first parameter url escaped. Works only for @webAction calls!" you can add parameter if you use it as server command and not …
-
Ok, wir haben das gerade diskutiert und bauen das für 1.0.5 als Konfigurationsoption ein. Auch für die normale GUI. Macht die Integration auch von anderen externen Lösungen einfacher.
-
Das müsste man in dem Fall mit tag und etwas javascript machen. Aber etwas html Kenntnisse wären da nicht verkehrt. Muss mal darüber nachdenken ob man so was in unser interface als option integrieren kann.
-
Octopus erscheint sobald er erkennt das ein host per usb kommuniziert, das ist normal. War auch schon letztes Jahr so. Beim PrusaMini ist wichtig in den Kommunikationseinstellungen "ping-pong" zu aktivieren, weil der Drucker sonst durcheinander komm…
-
Seems correct. -55 is when it measures no sensor. Note that bed sensor 1 is the outermost sensor, not the one next to T0! You can just try connecting the sensor by shifting until temperature appears, but give it some time or hit reset to be sure. T2…
-
Unsere Oberfläche ist bereits eine Weboberfläche, nur halt eine andere URL. In /home/pi/.config/openbox/autostart wird der Browser aufgerufen. Problem ist zwischen den Oberflächen zu wechseln und ich bin nicht sicher ob bei den duet Oberfläche eine …
-
Reden wir hier vom prusa screen mit der watchdog Meldung? Watchdog ist ein Sicherheitsfeature von Prozessoren die einen Reset auslösen, wenn nicht regelmäßig ein Ping erfolgt. Das ist aber ein Problem auf dem Drucker der dazu führt. Wahrscheinlich d…
-
1. In host quite easy. Set bed left to 8 so for host it starts at 8mm and you will place objects correct. Eventually you need to reduce width to fit. Bed size/position must fit into reachable coordinates! 2. T1 in heat commands assign it to second …
-
Da er nicht startet stört ihn etwas beim starten. Wenn man den Monitor in der PowerShell startet mit: 'C:\Program Files\Repetier-Server Monitor\Repetier-Server Monitor.exe' sieht man hoffentlich eine Fehlermeldung. Ansonsten sind alle einstellunge…
-
1. Da es am Pi nur einen Anschluss gibt wird das schwierig. 2. Aktiviere pi cam support mit sudo raspi-config für den fall das unterstützung deaktiviert ist. vcgencmd get_camera sagt dir ob unterstützung aktiv ist (supported=1) und ob sie erkannt …
-
Ja, schick uns eine email mit dem Lizenzcode und Problembeschreibung und wir setzen die zurück.
-
Nein gibt es nicht, sorry.
-
Thanks. Could reproduce the problem and have fixed it for next 2.2.2 release.
-
There is in deed a bug in scaling that when you leave scale dialog and open it again all scale factors get multiplied with it self. That will be fixed in 2.2.2 But the behaviour you describe I can not reproduce. The maximum the sizes change is some…
-
You did not say anything about the error frequency, but I have the feeling that the reverse move might have to do with this. Please try with ping-pong enabled in connection settings. Maybe you use more then the buffer can hold and ping-pong only sen…