Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Look at server.log (downloadable in logs) for hints. Maybe it wrote something in log. Haven't changed how that works and you also say it is still working for shutdown so seems at least that it is tried to start them.
-
Nein Bilder kann man hier nicht hochladen. Dazu bitte dropbox oder einen der kostenlosen Bilderdienste nutzen. Von welchem Text redest du hier? Wenn der Text nicht im UTF-8 Format ist kann er komisch aussehen. Zumindest reine Textdateien. word etc …
-
0.91.51 ist dann eine atamat version die von denen bereit gestellt wird und nicht von uns. Das ist auch die vorgesehene Arbeitsweise wenn man eigene Branded versionen mit evtl. eigenen Erweiterungen macht. Unser image mit deiner Konfigurationsdatei…
-
> Will endstops actually work if all axes min and max are defined as ENDSTOP_NONE? No. You have no motor endstops so you must replace endstopMotorXMin by endstopXMin and also remove the matching ENDSTOP_NONE and remove the motor endstops from t…
-
Can happen depending on start gcode. For the server every extrusion on a different height then before is a new layer. We do not know the slicer layer counting and have own numbering. And prusa has always this purge line in front so that can already…
-
Great, but don't forget to update to final 0.94.1 once I have collected all fixes:-)
-
G28 G1 Z0 what distance do you then have? Should be very close to bed so paper sticks a bit below. Do you have z probe or do you home with z min or z max switch? Depending on the variant the solution is different. Also what do you do at the displ…
-
Sagtest du nicht gerade im anderen Thread das beim Import der Server abstürzt?
-
Did you upgrade only server or also image? If you updated image - did you change permissions? If you want to test if a command runs from server side run it like this: sudo -u repetierserver fullPathToScript that way you simulate also problems commi…
-
Das ist eine reset Schleife. Versuch malden Drucker zu deaktivieren und dann wieder aktivieren. Klappt oft wenn er sich nicht verbinden will. Ist das ein Zip aus dem Internet? Würde es gerne mal testen. Werd auch noch mal mit einem eigenen zip test…
-
Nutzt du bereits das neue Image V21 von Freitag? Da hab ich das wlan handling komplett geändert weil es mit dem AP immer Probleme gab mit NetworkManager. Es reicht übrigens wenn der pi mit der Fritzbox über Kabel verbunden ist. Das Notebook muss ni…
-
error: stray '\302' in program is a problem with text encoding. Are you using visual studio code with utf-8 encoding? The problem is that some spaces normally at start/end got copied with different encoding so it is now wrong encoded. Try to delete…
-
Delete all is easy. Stop server and delete database/history.sql in storage directory. After start of server it will create a new empty database. Also delete content in reports directory if you have enabled pdf reports. These will not be seen otherwi…
-
You can start it from host. Host also sees the print queue and allows you to delete/start files in print queue. Just change the tab.
-
Auf der Home Seite kann man Drucker Konfigurationen herunterladen, dass ist kein Problem. Ich nehme an du hast 0.94.0 installiert da 0.91.51 nicht existiert. Oder ist das eine spezielle atmat version? Die haben ja eine angepasste version auf ihren …
-
If your bed max is 240x240 x and y max in general should also have that. What slicer are you using? What is the start and end gcode if you check the gcode. I know cura had some problems assuming G28 changed motion to absolute mode, whcih server doe…
-
Don't you see a bolt after a minute in the gui with hardware info? And the new version number? Many changes are internally and some functions are added but the overall appeareance has not changed of course.
-
The beta is already updated with that fix. So hope it works. Had no test call around that requires post so hope it gets send correctly. You can not use references from the print or informations. You can use parameter $1 $2 in the server command but…
-
Ok I replayed your video. I could see the fan problem and found the reason, so will be fixed in next update. It is just optical as it shows the wrong value but it never gets send to firmware. Regarding NaN it did not happen, so I guess I can not re…
-
The data in flash menu is updated once per minute, so it appears after max. 60 seconds of a reload. So that is normal. White arrow means no power problems. If it gets orange or red you have power problems. As it also contains other os info it will a…
-
There are 2 ranges in server defined. In general tab the reachable area and then in bed shape the bed area where you are allowed to extrude. Check in preview where slicer wants to print. Often you have in start or end code moves that are outside th…
-
Nothing. Your firmware does not report fan settings and server will not know about them. Server is meant to be used as interface also for printing so it knows things like fan and progress/time. Also it is ok to print over sd card the server will not…
-
For my bltouch I used: IO_INPUT_PULLUP(IOEndstopZProbe, ORIG_Z_MIN_PIN) ENDSTOP_SWITCH_HW(endstopZProbe, IOEndstopZProbe, ZPROBE_AXIS, false) For mechanical end stops you should always enable pullup like IO_INPUT_INVERTED_PULLUP(IOEndstopYMin, ORIG…
-
Please try beta. It works on my ordoid C2 so hope it now also runs on your banana pi: wget http://download1.repetier.com/files/server/debian-arm64hf/Repetier-Server-0.94.1-Linux.debsudo dpkg -i Repetier-Server-0.94.1-Linux.deb
-
Does connection symbol get green? What do you see in console if you disable all filters? It is important to have set the right firmware type. Also make sure you have selected the correct serial port - if you only have one printer it is the one start…
-
Wichtig erst mal region auf Deutschland setzen falls Fritzbox Kanal 12 oder 13 nutzt, der geht in der Standardkonfiguration nicht. Dann ist die Frage wie gut die Verbindung ist. Wenn du eingestellt hast der der AP Modus aktiviert wird, wenn das Net…
-
Wenn du keine user hast oder den proxy zu localhost nutzt sollte das kein Problem sein. EInfach die touchscreen url aufrufen.
-
Great. Just don't forget to install the final 0.94.1 once ready to fix the other issues as well.
-
Wenn ich das wüste warum es bei dir ignoriert wird ich würds ja sagen. Ich hab einen Drucker mit der Konfiguration und der klappt problemlos. Das einzige was ich mir vorstellen kann ist die korrektur nach dem 2. Test die ja z prpbe height und bed co…
-
I heard reloading webpage fixes it. My problem is no one gave me a hint how to create that problem. When I use klipper I do not get it. My M105 responses are: Recv:19:19:10.056: ok B:26.5 /0.0 T0:26.1 /0.0Recv:19:19:11.057: ok B:26.3 /0.0 T0:26.2 /…