Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Sounds good. Please let us know - then we might add a 3rd party part in docs so others are more likely able to find them.
-
Does not look like a server issue. [ 1995.223521] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 That is your real problem. You see every time the linux driver has that error it disconnects usb immediately. Are all pr…
-
Gar nicht. Er zeigt alle IPs auf die er hört abgesehen von localhost. Aber wegen der menge haben wir die Liste jetzt im dashboard zugeklappt. Grad auf rechnern mit virtuellen PC können da viele auftachen, weil denn noch die ganzen bridges etc mit dr…
-
So your board gets powered by pc and you can always communicate? One problem might be that printer needs some time until power is available. You should add a sleep after power on before going on. Did you check console for messages that could cause …
-
First you should repeat the test a few times to see if it is consistent and not a random case. Most firmwares have 127 byte but in the past when arduino library reduced buffer to 63 there were quite some firmwares having that limit. Ping-Pong means…
-
Da kann man nur manuell hin -> Manuelle Kontrolle -> Temperatur Icon links oben. Allerdings merkt sich der Server die letzte Seite. Warst du also in Temperaturanzeige und klickst später im Dashboard wider auf den Drucker landest du wieder bei …
-
No touch screen sources are described here https://www.repetier-server.com/customizing-printer-frontend/ On latest image the own versions can be stored on /var/lib/Repetier-Server/www already be default so it can also be backed up. One solution mig…
-
What do you mean here? In web action definition you can assign it to a printer already so it only appears in the printer menu and not in global menu. When you call it as command you can already add a parameter to the receiver.
-
Despite using old firmware version if a normal switch works it should normally work as well. But you require a digital switch so you should use a multimeter and measure voltage on the signal pin of the sensor. I know some output analog values so you…
-
Ok, I have added a new converter. Works like the one for NTC tables, see https://docfirmwarev2.repetier.com/config/temperatures/#analog_lin_temp I have added the values for the AD8495 in the description. Please let me know if it works correctly s…
-
There is no function for that I guess. For repetier-firmware we have a command for it, but with marlin I think you need to send M117 Name in gcode and disable showing layer/print time/.. to not override the status line with new infos. Or are you aw…
-
No gcode is never stored completely in ram. This allows it to print also big gcodes with small hardware.But we read 5000 lines ahead in a separate read thread to always have enough data available. So under normal instances there is no issue with hav…
-
Retten aktivieren geht nicht:-( Du must den Druck schon mit retten option aktiviert starten, da er da die ganze Zeit Daten schreibt um den Zustand wieder herstellen zu können. Muss schon so was wie APC usv sein mit angeschloessenen Druckern. Ein re…
-
Looks like it was a server issue, so it will be fixed in next server release.
-
Was würdest du in globale Parameter rein schreiben? Jeder hat ja so seine Vorstellungen was er da gerne machen würde und Drucker sind nicht alle gleich. Bei repetier-firmware kann sich die Firmware sogar die Position speichern und zu einer sicheren …
-
Unterstützt der Drucker den Telnet protocol über Netz? Ich denke du bekommst standardmäßig eine Webseite angezeigt, der Port geht nicht. Wir brauchen einen Port der 1:1 wie über seriell redet. Ich würde allerdings erst mal seriell verbinden um zu se…
-
Do you have timelapse activated? If you enforce a position you will get a pause once per snapshot, but no com error for this. It is just to sync position with image. You can manually install 1.0.4 for backtesting. It will possibly remove new settin…
-
Repetier-Server Monitor has a backup/restore feature where you can say what to backup/restore even for free server versions. Only limit we are working on for next server release is restoring zips > 4GB is currently not working. Library can't han…
-
Kannst du mit der PowerChute software ein skript ausführen? Der Server kennt keine direkte Anbindung ist aber ein Netzwerktool und kann von extern Problemlos gesteuert werden und machen was auch immer du ihm sendest. Die retten funktion lässt sich …
-
> I'm with FREE What do you mean? Is that a provider or restriction? On which side is the limitation? In router you have the port on which a service is offered to the internet and which you have to use to reach it from outside along with your glo…
-
As you see from release times we fixed the autoupdater the day we found out it was broken. Unfortunately it was a "improvement" added, after we run update tests so it went unnoticed. Which solution did not work and what was the error message in ssh…
-
Nicht genau aber diese oder nächste Woche je nachdem was noch gefunden wird.
-
You should enable logging and check log for errors. iff it is server related it, it is normally that you have communication errors. One blob per timeout. Communication is done by linux in this case so we have no influence just work with what we get.…
-
Do you forward to port 80 of your pi? Do you see anything?
-
Leave that screen when finished and you should see it.
-
Yes, should work good with radds. See config delta for RUMBA32 there I have configured bltouch - it is an own class for optimal support. But online docs also describe the parameter for the bltouch z probe. Delta has also a auto calibrate function to…
-
The original problem is a communication error here. When you have disabled all helping hints in firmware (marlin normally has anything that helps hosts disabled except busy messages) com errors will sooner or later cause a stop until timeout is reac…
-
The shutdown script is run when you enable it during print. You see in printe rmenu a button "Shuftdown after print". It can also be run if the idle power off time is reached when activated. Power on/off button is not best since it does not allow s…
-
Danke, haben wir schon fürs update das bald kommt behoben.
-
Nein keine offizielle. Ab pi 2 sollte es bei der Konfiguration keine Probleme geben, würde aber mindestens einen pi 3 nehmen. Mit pi 4 und 4gb wäre man für den slicer und auch weitere Drucker bereits gut gerüstet, ist aber nicht notwendig. Die extra…