Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
1. Nein. Im Server ist jede Extrusion auf einer anderen Höhe ein Layer. Wenn du abe rim start g-code eine wurst auf z0.3 druckst und dann runtergehst für den start hast du gleich einen extra layer den Cura nicht zählt. Ist also ok. 2. In der Drucker…
-
Habe gerade ein zip von einem neuen Thingiverse Model runtergeladen und hochgeladen und das hat sofort geklappt. Hast du die aktuelle server version? Bis 0.93.x gab es ein Problem wenn die zip Dateien am ende "offen" waren. Aber da hat es schon mit …
-
What change does it make? It never changes the distance. The maximum would be splitting it in several moves making same distance if extrusion is > 50mm because the firmwares might block it otherwise.
-
Please read https://www.repetier-server.com/branding-repetier-server/ for this. You need to create a shadow directory with same layout as the original www directory. All files there will replace the original ones. You need to restart the server for …
-
How much off is the shape? If it is really a visible rectangle then your steps per mm on x or y axis is set wrong. You can change it in eeprom editor.
-
Im script G4 S120 ; 2 Minuten warten @syncMotion @webAction ausschalten @execute shutdown Die letzte Zeile fährt den pi herunter. Du solltest mal in /var/lib/Repetier-Server/database/extcommands.xml nachsehen ob die Zeile sudo /sbin/shutdown -h now…
-
Grundsätzlich ist die Konsole dein Freund beim debuggen. Nur da siehst du was server sendet und firmware antwortet und ob die überhaupt reden. Ist nicht immer selbstverständlich da der prusa auch mal die Kommunikation blockiert bis du am display etw…
-
Danke für die schritte. Meiner kommt nächste Woche dann stell ich sicher das mein image auch direkt klappen wird. Muss ja einer deiner Befehle sein. Will das nur ohne kopieren hinbekommen sonst macht ein update später wieder alles zunichte wenn ich …
-
Good luck. If you use TMC drivers check board for the known bug in one driver pin configuration. It is documented at least in the rumba32 issue list.
-
4gb ist vollkommen ausreichend. Derzeit gibt es keinen Vorteil mit 8gb. Wann sie funktionieren wird mit 8gb kann ich nicht sagen. Muss erst mal einen bestellen zum Testen, da es ja doch schwieriger zu sein scheint. 4GB klappt aber problemlos (sobald…
-
Nein, die nächste Monitor version. 1.2.1 vermutlich, aber die ist nicht raus. Da gibt es keinen Termin. UNC sollte man ohnehin nicht nutzen. Bei mir führte das zu einer CPU last von 20% stadt fast 0 bei normalen Pfaden. Aber immerhin klappt es.
-
Ok Fehler war in der chokidar Bibliothek. Nächste version nimmt 3.4.2 wo es behoben ist.
-
@Jendrik wenn du per ssh drauf kommst dann ist der kernel ja in Ordnung und bootet. 127.0.0.1 ist localhost - ist das was du auf dem Display in chrome siehst? Wenn du eingeloggt bist kannst du mal folgende Befehle eingeben: free ps aux tail -100 /va…
-
Check probe points in eeprom and modify them. Could also be the xy offset being wrong so you missed the bed.
-
It is in the dev2 branch of our github repository: https://github.com/repetier/Repetier-Firmware/tree/dev2 Also register our documentation for it here: https://docfirmwarev2.repetier.com/config/introduction/
-
Server commands must start at linestart with @ or ;@ or will be ignored. Also G1 F300 Z5.25 ; move up a millimeter to get out of the wayis dangerous if you are higher then 5.25mm or is this already added by the script?
-
Since you say it happens on undeploy where the magnet needs to suck in the pin and hence has higher load on 5V that makes at least sense. But that is also why I ask for the log to see if it was brown out.
-
Ja vermutlich nur schlecht konfiguriert. Hab für so was nicht genug Zeit und alternative Drucker:-) Der Befehl der zur Auswahl führt ist übrigens T? wenn ich mich recht erinnere. Wenn du den aus dem Start g-code nimmst startet er mit dem aktuell ak…
-
Weil du im stop script nicht die Befehle dazu eingegeben hast. Die meisten wollen ja danach neu drucken und freuen sich das das Bett noch warm ist. So kann jeder entscheiden was er will. Eigentlich ist es nicht wirklich gefährlich. Man druckt ja au…
-
If it is always away from endstop you have cross talk to y end stop sensor. Otherwise you are too fast at some point for the motor. Set jerk to a reasonable value. 20 is normally no problem 40 can cause loosing stops on most printers. Also use norma…
-
Müsste ich erneut probieren. Ist schon eine weile her das ich den Prusa genutzt habe. Da das laden des Filaments bei mir oft nicht klappt bin ich eh immer am Drucker. Wobei das auswählen auch nur ein Befehl im start g-code wäre den man auch raus neh…
-
Wollte gestern aber hab da noch ein Problem festgestellt. Arbeite jetzt mit hochdruck an dem Problem und sobald es gelöst ist kommt sie raus. Dann auch neues image aber hab noch keine Ahnung was ich für pi 4 8GB ändern sollte. Update ja immer auf de…
-
Brown out can still happen with that power unit. It is the stabilized 5V on the board that might go down especially after M340 P0 S1865 R400 which controls a servo connected to 5V and the board has maybe just 500mA for 5V. You have not pasted the r…
-
At least bed and extruders are not needed in host and can be removed in printer configuration. Many printers also have a mountable laser so they require a z axis which is used to focus laser. If you enable travel moves you also see the moves. But t…
-
Ich versteh nicht so ganz was nun das Problem ist. Wenn du slict und der Wechsel Befehl explizit im g-code steht kann der server nichts machen. Er sendet ja nur den erzeugten g-code. Insbesondere bei Mehrfarbdruck gibt es ja auch zig wechsel und da …
-
Zumindest bei der aktuellen firmware version gibts ja dann den emergency parser so das du mit M108 das warten abbrechen kannst:-)
-
Maybe a brown out. Please control form repetier-host or server and look into console when it restarts to see what the restart reason is.
-
Hast du 5 extruder eingerichtet in deiner Konfiguration? Jedes Filament ist ein Extruder beim verwenden der MMU2 und der aktive ist das Filament. Beachte aber bitte das Extruder 2-5 immer Extruder 1 als master extruder haben müssen, da die Firmware …
-
In your firmware your steps per mm are set wrong I guess (except if you scale your stl files). Modify them so that 100mm moves send really move 100mm.
-
There is a bug in server. Select for DTR/RTS low to high and select correct baud rate. Autodetect is currently broken causing it to wait. Will be fixed with next release coming in a day or 2.