Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You should not repeat G30 P1 - P1 is activate z probe and do not deactivate. Omit it, or use it for first and then use P0 to not reactivate and P2 after last test to disable. Please try the dev version. Have lately fixed some autoleveling issues an…
-
Hast du mal getestet ob dein Kapton Trick auch funktioniert. Wenn der Port in der Konfiguration auftaucht hat er jedenfalls Strom. Ist ja nicht ganz einfach einen Kontakt abzukleben und den Kapton nicht zu verschieben beim einstecken. Fakt ist das …
-
Unterhalb des Bereichs aus deinem Screenshot steht normal die Webcam auswahl - aber auch nur wenn du unser pi image verwendest. Um zu sehen ob Linux die webcam überhaupt erkennt und unterstützt, bitte per ssh einloggen und ls -l /dev/v4l/by-path/ e…
-
Heist dass du nutzt nicht USB sondern TCP/IP als Verbindung zum Drucker? Oder meinst du der Pi ist wlan verbunden und Drucker mit USB? In letztem Fall sollten Netzwerkprobleme nämlich nicht zu aussetzern führen, außer wenn Linux grad keine Zeit zum …
-
Already connected ports are removed from the list. Problem with linux is that each port appears 3 times with different names (dev/.., /dev/serial/by-id/.. and /dev/serial/by-path). We can not hide them as well as we do not know the dependencyies. Bu…
-
@pause pauses a print - if you defined a named macro this will not pause. The content is just put into the manual commands queue while @pause affects the print gcode queue only. So if you make it a gcode file that you start like a print it should do…
-
The pdf report contains a summary and temperature deviation and important events. And you can print them. So sorry, don't see what you are missing in the report. Did we forget to mention some data in the report that you think are important?
-
Duplicate of https://forum.repetier.com/discussion/7403/z-axis-wont-home-or-move-down#latest
-
The sound is motor loosing steps. Happens if you move too fast or if acceleration is too high or if motor current is too low. Seems like Pronterface moves slow enough to work. So check eeprom settings and adjust max speed/acceleration to get it work…
-
Drück mal den Reset knopf am Prusa. Was auch schon mal hilft ist im Server im Druckermenü deaktivieren und aktivieren zu wählen. Das zwingt ihn die Verbindung neu aufzubauen. Der Server wartet bis er gewisse Rückmeldungen vom Drucker bekommt. Was be…
-
Ach ja seh ja du hast einen Prusa. Da gibt es eine Einstellung "Port ist auch sichtbar wenn die Firmware nicht läuft" die du wählen musst. Problem ist das die firmware über hauptstrom versorgt wird, der usb chip aber von USB gespeist wird und daher …
-
Zumindest will der PrusaSlicer mit 95% arbeiten. Wenn du den Extrusionsfaktor allerdings selber mit 100% berechnet hast solltest du die EInstellung aus dem Start G-Code herausnehmen. Ich meine genau dafür ist ja der Extrusionsfaktor in den Filamente…
-
Was heist sauber trennen? Strom ausschalten ist eigentlich kein Problem. Server merkt das Verbindung weg ist und deaktiviert Drucker (wenn er nicht über usb gespeist wird). Ob es mit automatischem Schalter oder manuell getrennt wird macht eigentlich…
-
Always these changed option. Will add a new version in prusaslicer selector to adapt to one more option change. Will then be fixed in next release that will contain 2.2 as slicer. For now you might try to not use the positions from host. I think tha…
-
Eigentlich kein Fehler, ich kenn das auch schon. Ursache ist hier der PrusaSlicer der das im Start Code mit seinen default Profilen neuerdings reinschreibt. Bin auch nicht glücklich damit, da der Befehl dafür war im Server/Host nachträglich die Extr…
-
Hoffe doch im April. Aber da sind noch ein paar Fehler die ich vorher beseitigen will.
-
That is a very old version and it does not compile without some modifications with current compile. So either upgrade to newer firmware version or use Arduino IDE 1.0.x to compile. That version should do as it is from the time where it was the activ…
-
That one needs to be disabled in printer ->printer menu->logs. The file solution is only for server.log.
-
You should check the log. That is an illegal move which results in z = -1 in reality. That can cause in an error and moves being blocked. It returns a position not allowed message I guess. Babystepping in same region should be no problem at least i…
-
You don't answer my question! Does m119 then switch to H? As I understood your comment all show H same time which is wrong. Only the triggered end stop should show H.
-
No, host will not remember state and printer most likely resets when reconnecting. With repetier-server we have a rescue system that might allow to do that if enabled. You could then pause (to be at sane position), unplug usb and then disable print…
-
So it is no error in any of our softwares:-) Using them might allow you to log messages so you might get more information.
-
Wenn du dich per ssh einloggst und sudo iwconfig eingibst, was siehst du dann? Wenn server "kein WLAN" anzeigt, gab es beim server start ein wlan interface. Wenn iwconfig ein wlan anzeigt versuch mal (nur wenn kein druck läuft) den server selbst zu …
-
Best value is size of buffer of printers. That is normally 127 byte which is what 98% of printers have as limit. If you get resend requests or a lot of errors you know you have exceeded the firmware buffer size. Much more then 127 does not improve m…
-
Just tested it and got push messages as well as be able to see messages. So should work. What are you missing - push messages or even no messages in app if you refresh? In latter case recheck if group id is the same in both and if it is enabled in …
-
Printer logs get deleted when they exceed 5. Where you see them in printer->menu->logs you can also disable them. For the regular log you need to check /usr/local/Repetier-Server/etc/RepetierServer.xml - there is a option true you need to set …
-
drive system is simpel caresian, core xy or delta printer. M119 should not return high for all - it should only report high for triggered end stop or it might prevent all moves. So you might need to invert the output of endstops. Also do you really…
-
Bed will never improve wing bang bang which is on if below and off if above set temp. Extruder with pid should not swing 10°C. Here you have either set wrong heat manager and are not using pid or calibration values are bad. Would need to see a temp…
-
Cura guys also had the problems and what you see is the solution. Optimizing the required paths is not trivial and requires a lot of heuristic rules and optimizations. But no, I'm not aware of a software doing what you aim for.
-
It is not the software. If you use repetier-server on pc it would most likely also get better. Different serial drivers or usb ports behave a bit different, especially on the pi which is very power sensitive. 3a does not say anything. If it is a usb…