Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Might be a problem with voltage. Duet is 3.3V system and ramps 5V. You should check that. Also you need a second serial connection for the panel due as far as I know, so you need to make sure 2 pins with a free serial are not used.
-
On chrome enable development tools->networking and reload. Do same in firefox and see which file fails to load. Eventually check also console. Since firefox works network and server should be ok. Maybe also try in private mode. I'm not sure if ex…
-
Demo asks for user/password if required instead of using api key. If you have no users no key or user is required - all have full access then. The link it self is not correct - you need to urlencode the json string or parts get interpreted wrong. F…
-
Mach in der Konfiguration restart der webcams in der Konfiguration und lade danach die syslog herunter. Da sollte dann eigentlich einiges von mjpg streamer drin stehen und hoffentlich auch der Grund warum er sich beendet hat (ist nicht unsere softwa…
-
Unter register kann man ihn deaktivieren. Das mit dem Temp Offset ist ein guter hinweis. War bei mir nie so aber war dann wohl zufall weshalb ich es nicht gemerkt habe. Bei DTR/RTS kannst du auch nur hoch oder tief setzen. Ich hab die wartezeit d…
-
Screenshot function uses retraction defined in tools configuration for G10/G11. Moving should never cause lost steps or your maximm speed in firmware is defined too high. That is what the max speed is for. Motion in timelapse uses xy move speed def…
-
I think you are moving too fast for the sensor. It looks like the z probe does not trigger and what you see is the large negative move that continues. BLtouch is critical on timings. So I think you should add a delay after each probe. #define Z_PROB…
-
Wenn du die Pro Version des Servers hast sieh dir mal Repetier-Server Monitor an. Da kannst du einen Ordner definieren und wenn du da rein speicherest wird die Datei direkt gedruckt oder dauerhaft hochgeladen und gespeicher je nach gewähltem Ordner.
-
Ja kann man. https://www.repetier-server.com/knowledgebase/wlan-configuration-on-sd-card/
-
Ok that is the correct box. Above the Using fast VBO is anothe rline with OpenGL but if you get it it should be available or driver was lying. What exactly do you see in main window? Nothing or the bed and just missing the loaded stl file?
-
Yes might be usefull. Have put it on the todo.
-
Is the printer connected with tp/ip to server? You said you use usb connection for that. This is important as these have different kind of reasons. With usb it means it did not get a communicating connection. Maybe wrong firmware selected. Also rig…
-
I think that board has a native usb connection and not a usb serial converter that uses DTR to reset. Same is native port on due boards which have no influence as there is no pin output to reset. Thanks for the table, also I miss a logic when it co…
-
The connection icon red means unconnected which is not true here, so that is a wrong signal. But I see the point in your request. It should be changed maybe in a warning icon to signal a detected problem. But then question is if it is detectable. Fo…
-
Der Drucker nutzt kein FDM Verfahren und wird deshalb nicht unterstützt. Derzeit ist keine unterstützung von resin Druckern geplant.
-
I only saw this 19:11:51.455 : g3219:11:51.494 : Slow command added:g3219:11:51.494 : ok 3019:11:51.494 : Z correction disabled19:11:52.154 : T:20.00 /0 B:21.34 /0 B@:0 @:019:11:53.257 : T:20.12 /0 B:21.34 /0 B@:0 @:019:11:53.584 : busy:processing19…
-
You have it connected with repetier-server then, so check the settings there. Make sure correct firmware (Marlin I guess) is selected and baud rate matches. Recently there were messages that the RTS/DTR values need the other way around to connect. S…
-
I mean the box below the 2 tabs. Only visible if enabled and easy mode is off. Directly at startup the host writes the detected opengl driver and capabilities into log.
-
WIth host the only solution is writing a plugin. Only our repetier-server has a web api to change states remotely as described in the othe rthread.
-
You can use the web API as described here: https://www.repetier-server.com/manuals/programming/API/index.html To make a pause use the send command with "@pause some message" as gcode. To continue use the "continueJob" command.
-
Installiere Server auf dem octpi image wie in der Anleitung beschrieben: https://www.repetier-server.com/manuals/0.93/index.html Du hast ja schon webcam auf dem image, must also nur die url angeben und octoprint nicht starten sonst versuchen die be…
-
Server uses a dual approach for emergency to be fast. It sends M112 and then toggles DTR/RTS to force hardware reset. I think the SKR boards do not reset on toggle. Try sending M112 in console and see if that is the way you see it now. Then you kno…
-
First have a look at /var/lib/Repetier-Server/logs/server.log or server.log.0 depending on which is active. Sounds like the printer configuration somehow crashes the server and you see it restart and crash again. I develop it using chrome as refere…
-
Most due based boards should work. If it is not in the list you can make a cstom board with the pin definitions. Problem is that newer boards tend to use other processors so they do not work with v1 firmware. V2 is planned to solve this problem and…
-
Depends on what "it" exactly is. Loading the library will not work but ther emight be other solutions like pipes to other software running on pi or calling external programs. Or having a external program that uses the web api instead.
-
It is a build in lua version. Only that way we could grant them direct access to the server data structures. The script run in an own thread that calls the loop function 100 times per second. But due to static program version I think you can not use…
-
No difference, M200 will also copy signals. There is no time eating conversion in that function.
-
SD Karte muss nicht über serielle Schnittstelle reden, das zählt nicht und grade da hängt ja das Problem. Hast du mal server unter Windows versucht? Auch einen Versuch wert wäre ping pong zu aktivieren in den Kommunikationseinstellungen. Normalnich…
-
Ok, also werden die Befehle die der Server schickt zwischen den Timeouts tatsächlich ausgeführt. Das war ja eine der offenen Fragen ob die Kommunikation steht oder nicht. Senden klappt hier nur weil wir kein "ok" zurück bekommen denkt der server das…
-
We changed order for new configurations but existing ones should keep the old settings. But looks like high->low works on more printers then the other way around so guess we are going back for next release with defaults.