Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Please try with Repetier-server instead. Can be controlled by host. It does automatically reconnect, also that alone does not help. But it also has a rescue system and if it reconnects within a set time it would assume a usb break and just continue.…
-
For marlin we strip M73 from gcode and send it during print computed by repetier-server. Reason is to have same time computation in server and on display. We have tested this with a Prusa MK3 wich also supports M73. Please compare if it is the same …
-
In Druckerform Y vorne muss -3 und hinter 180 sein, also genau umgekehrt.
-
G1 S1 allows moving to negative values in our firmware. But you need to send it as G1 command - host will not send it with move buttons.
-
Only thing counts is that "dmesg" does not show undervoltage warnings after a few hours or running. UPS is normally no help except if main power is unstable at your location.
-
The official tool is named sdformat I think. What sd cards did you try? Small or big? As said, not sure if these high capacity sd cards work.
-
You move 100mm and measure if it was 100mm. You can update accerlation/steps per mm in eeprom settings.
-
Ist ja verrückt. Mit gleicher baud rate, gleicher Port? Gibt es da auch RTS/DTR einstellungen?
-
No, EXT0_Z_OFFSET is 0 and the reference height. The trigger height of z probe is adjusted with z probe height. You do this in eeprom normally so you do not always upload again, also reuploading does not change values anyway. It will use values from…
-
Ja ziemlich identisch zu meinen. SD Karten können schon manchmal in die irre führen. Wichtig ist auch immer per software herunterfahren und nie den Stecker zum ausschalten ziehen. Früher oder später schrottet das die sd karte.
-
Protokoll Automatisch ist ASCII bis firmware sagt sie kann binär. Hast du mal versucht mit Cura zu verbinden? Ging das Problemlos?
-
All have different pins, so no problem. Output is only written on signal change so it is for the active one that moved. I think correct command to debug is M602 S1 P0
-
storage Verzeichnis ist im Manual für jedes Betriebssystem beschrieben bei der Installation. Kommt auf das verwendete Betriebssystem an.
-
This does not work on all printers. If e.g. your printer moves only after homing you would need to home first, which is not possible if you need to home to bed as unfinished build would block the homing. If you can move without homing you can home X…
-
If you check in informer settings - did you get a device ID? If not uninstall first and then reinstall. If you still have problems. Make sure you have same group and the send me a PM with group and device id and I check our database if I see anythi…
-
5v output! Did you change both ends of the cables? Not that you connected the sd card port to lcd port. If you did it correctly and display is then black the cable seems defect.
-
1. You just said to stop print - server automatically runs a script you defined in printer configuration. See g-codes->Event dependent. There you can add commands to stop heaters, go to park position and whatever you like. It is empty by default …
-
Do you have a sensor with changing signals to measure distances? This debugging is only for that type of jam detector.
-
I hope in april.
-
It is never possible to visualize sd card prints. Hosts will never know what printer does. But it is odd that host shows correct coordinates and then moves wrong. There are ways to fool host with G92 and maybe switching in between to relative coord…
-
I don't have your printer and no configs, so can not say what values are correct. Assuming you used lucs davinci fork of repetier firmware I assume they are more or less correct. You should test manually by running home and move around the bed to se…
-
Nein steht weiter hinten in der liste der Todos.
-
You can save and it was the right place. Just do not run autodetect afterwards! That overwrites the value.
-
Das ist ein unbekannte Problem. Das mit dem Disconnect passiert, wenn in der websocket Verbindung nicht UTF-8 Zeichen auftauchen. Die Frage ist jetzt wie könnten die da rein gekommen sein. Entweder ist die Datenbank kaputt oder eine der Textzeilen e…
-
// action:cancel wäre was die Firmware senden muss, um einen Druck zu stoppen. Jetzt weiß ich nicht was du da in Marlin drückst und was er macht. Müstest du im log parallel beobachten was Marlin ausgibt. Dann kann ich mehr dazu sagen. Wie gesagt re…
-
Firmware 2.16 von welcher Firmware? Marlin ist aktuell bei 2.0.x, 2.1.x ist in Entwicklung. Könnte eine Variante sein die einfach eigene Versionsnummern geben oder eine ganz andere. Aber im Internet sehe ich auch nie einen Namen. Im Log ist interes…
-
Gleicher Account ist kein Problem. Mach ich immer so. Ohne USB Kamera ist die Strombelastung kleiner, das würde ich eher als Hilfe beachten. Auch ein Grund warum aktive USB Hubs manchmal helfen. Die geben extra Strom und stabilisieren das Strom Prob…
-
We try to reset printer on connect. In that case communication starts with "start" from printer. If we do not see it we guess it does not reset and send start query anyway after the message you showed. You should enable ack and commands as well to s…
-
sd printing is the reason I guess. Host does not know extruder position when you print over sd card. Moves then are coordinate wise based on last known position from host plus change. So if host thinks you are at z = 0 and sd print is at z = 70 then…
-
J aHost nimmt marlin an wenn die Firmware nicht Repetier im Namen hat wenn er M115 sendet. Stell sicher das der Drucker am server deaktiviert ist, sonst kannst du keine Verbindung herstellen unter windows.