Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Are you on a recent version? There was a known issue when you switch extruders with reducing temperature that could increate print time massively. Also ensure heat speed is defined correctly in printer tools. And lastly check maximum allowed speeds …
-
Es gibt 2 Bereiche - erreichbare Koordinaten die über das Druckbett hinaus gehen und das Druckbett selber, also der erlaubte Bereich für einen Druck. Der Bewegungsbereich ist hier vermutlich auch 250mm gesetzt im ersten Tab der Konfiguration. Unter…
-
Das hängt von der Druckerfirmware ab, ob der Befehl überhaupt implementiert ist und auf welcher genauen Syntax er reagiert. Bei Marlin 2 sollte das passieren, wobei wir die Motoren normal ja auch nicht ausschalten. Siehst du das etwa in der Konsole …
-
This results from an old browser in combination with higher requirements to browser. Solutions are listed in our faq here: https://www.repetier-server.com/knowledgebase/touchscreen-shows-only-blue-spinner/
-
I gues you mean babystepping to adjust position without changing real Z position. How do you do it with direct upload? On display lcd? That function should also work if you print over host/server. The server touchscreen also has a babystep page (re…
-
>Das Pad brauche ich leider da ich damit dann ein Hotend für höhere Temperaturen nutzen kann, was mit der FW des Druckers selbst nicht geht. Dafür brauchst du aber kein SonicPad sondern kannst ja auch klipper am pi über Repetier-Server installi…
-
Das Image ist Betriebssystem + unsere anpassungen + Repetier-Server. Solange Betriebssystem + Anpassungen funktionieren reicht es mit dem Autoupdater nur die Server Version zu aktualisieren. Das ist ja was du wirklich nutzt. Normal also kein Grund …
-
Was zeigt denn ls -l /var/lib/Repetier-Server/printer//data an wenn du deinen Drucker Namen wie er oben in der url erscheint nutzt ansiehst. Was du da normal siehst sind alle Dateien in dem Verzeichnis, die mit input_shaping.png aufhören. Wenn da …
-
What temperatures does it report and what is the exact error message? Might be just a temperature drop e.g. when fans get on that put you outside allowed ranges. Or a real error that only happens at some positions if cable is stretched more at a bro…
-
I don't have a DaVince printer and fors is not from us, so no sorry - no experience with special DaVinci issues. Was it also compatible with Duo version?
-
Ok, image ist offenbar noch älter als meins und nutzte noch den icognito modus, der seit einem Update die direkte anzeige der Zielseite verhindert. In der shell editiere den startbefehl von chromium in dem Fall: nano /home/pi/.config/openbox/autosta…
-
Denke nicht das dies aktuell geht. Für klipper Drucke rmuß Klipper auf dem Rechner mit Repetier-Server installiert sein, was prinzipiell geht aber dann must du den Drucke rauch an dem Rechner anschließen und dann macht das Pad keinen sinn. Da dort…
-
Aktiviere logging damit du auch nachträglich noch nach Meldungen vom Drucker sehen kannst. Wenn du direkt nach der Meldung in die Konsole wechselst siehst du die Meldung von der Firmware die mehr Details enthält. Eventuell siehst du auch schon mehr …
-
Unbekannte Befehle sind kein Problem, da die Firmware sie einfach meldet und ignoriert. Wenn ich davon ausgehe das der Timeout aus deiner Meldung am Druckende ist, ist aber recht klar was passiert. Weil zumindest mein Anycubic I3 gerne bei G28 Komm…
-
Meist liegt die Ursache eher am Druckerende. Bin kein Elektroniker aber da es bei den meisten an einem Drucker festgemacht werden kann der sobald verbunden zu Problemen führt ist das meist die Ursache. Sei es übersprechen von heiz/motor kabeln auf D…
-
Ok, then use our web api and send a @set global.spoolHeight 70 or so then you can use value in dialogs any time. 5-10 minutes frequency is ok. Only thing is you need to wait after bootup for first push message.
-
First you should check if extruder steps are correctly calibrated. Setting flow 150% is a no go. What shoul dbe 100% normally - if oyu need so much something is wrong and you should start at the root. So measure if you extrude 100mm slowly it sucks …
-
Ok habs herausgefunden. Ihr nutzt offenbar alle ein altes Image (buster basiert) mit einer recht alten chromium version. Über ssh verbinden und sudo apt updatesudo apt install chromium-browsersudo reboot eingeben um die neueste Version zu installie…
-
You are using an older image with a browser not fullfilling current javascript requirements causing the app to crash. Assuming you are at least on debian buster run the following comands over ssh connection of in global settings->terminal of regu…
-
mjpg_streamer and mjpg format we use can not handle audio, so that is not possible with this solution.
-
Question is what the simplest solution is and also if it affects the print. You can use our web api to execute a @set command to store values, but you would do that frequently also seldom used. My solution uses other way - it calls the esp web api …
-
As I said the main page is often just a html page that then loads the content and will not work. You need the url of the stream! And also stream must be mjpg format - many newer external webcams use rtsp which we can not read. Open in browser, righ…
-
With server commands you can probably do this. But the main problem is normally to shut down the pi and then disable the power supply. Otherwise you risk damage on sd filesystem. You can define a function in your printer config that gets called at …
-
Please read manual especially computed expressions and server commands. You could make a wizard or a command in printer config creating a dialog. Before calling the dialog query the api with @set global.spoolWeight {{http_get("http:/...")}} And use…
-
No, external command output gets logged to server log for error analysis but is not available. No server command has a return value. I see several solution for this. Simplest solution is make it a synced external command, do gpio enabling. Define g…
-
That is the retry frequency when connection does not receive a valid response from printer. Open second window and go to console and enable ack/commands and see if you get any answers from the printer at all or error messages explaining this. As it…
-
> aber ich verstehe nicht was sie meinen mit (bitte mit rechter Taste->Untersuchen in javascript tools wechseln und dann auf Console wechseln und sehen ob da eine Fehlermeldung ist) ich habe Windows 10 Console ist ein Tab in den debug tools d…
-
I hope the cam uses digest/basic authentication where a standard login/password window pops up. You can include these like this: http://username:password@example.com/ But make sure to use them on the mjpg/jpg url and not main webpage e.g. when righ…
-
Am display liegts nicht, wird ja angezeigt. Habs grad am pi 4 mit dem gleichen display und dem image versucht und er ist sofort in die registrierung am touchdisplay gewechselt. Du kannst versuchen diese url am browser aufzurufen: http://ipnummer:33…
-
Please make sure you run 1.4.6 - in close past there were some issues with first connection that should now work better. Did you set baud rate/dtr/rts manually or is this result of autodetect? You might just say I'm sure and continue. The message …