Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I2C is prone to freezes on communication problems. Try without display and see if eeprom works (assuming you have a due with i2c eeprom). Then you know that there is a conflict with I2C, maybe different speeds. Does the display show?
-
What firmware are you using? Seems like it is not very chatty or you missed the start also I see M104 mentioned. So I guess no hint from firmware side for the error. So you have to check all possible reasons I named.
-
Send an email to our support with license code and we can reset it for you. DO NOT PUBLISH IT HERE!
-
Nach notstop ist Firmware zurückgesetzt. Hört sich so an als ob die Lüftersteuerung irgendwie ausgeschaltet wird so das M106 ignoriert wird.
-
Check in hardware manage rif you see a com port appear if you connect printer. If not you are in deed missing the driver. I'd guess that installing the original davinci host software should include installing the driver.
-
Check the log - many firmwares write the restart reason like brown out (power loss if you have a short or PSU has not enough power), reset or watchdog. Depending on this you can search further. The problem is either firmware using wrong pins for he…
-
In config tool just hit the invert direction checkbox in the axis configuration. Alternatively if you configure by hand in Configuration.h change INVERT_Y_DIR and INVERT_Z_DIR between 0 and 1.
-
Nein müsste ich auch suchen. such nach bltouch und nimm die neuesten threads.
-
Ja ein merkwürdiger Fehler. Also im Grunde macht der Server alles richtig aber die Firmware reagiert nur außerhalb des Drucks darauf. Zur Ursachenforschung würde ich im server logging aktivieren und dann echoe mit M111 S7 aktivieren. Dann sollte di…
-
No, I also get them from time to time. This happens on some machines while others have no errors at all. The important direction is sending and there we have a good checksum system to fix such errors. Only if you get several errors per second over …
-
I have no idea where the second eth0 device comes from. In fact we never touched the linux configuration for eth0 since fetching it by dhcp is all we want anyway. There repetier-server comes from is easier. That is the hostname of the pi image. Go …
-
Does uploading include verify in your case? That would also require read and write over the port. For firmware you could change eeprom mode to ensure it is set to the right value in case something got wrong with the switches.
-
>However when I want to print something, everthing works including extruder motor but nozzle does not extrude filament. If motor works there should be no problem, so please be more precise what motor is doing. If it goes up/down you might be ext…
-
Host is not connected. You see host never receives a byte from firmware. So either baud rate is wrong or you are on the wrong serial port of the due (due has 2) but only one normally responds. Server will most likely have same problem.
-
Try editing config.txt sudo nano /boot/config.txt and remove at the end these 2 lines: dtoverlay=dwc2 dtoverlay=pi3-miniuart-bt after a long search with an other user having 2 webcams it showed that this was causing problems. See…
-
For me it works with usb. What motherboard does it have? If it is a malayan board be happy that it connects. RTS/DTR flags might be the reason here depending on motherboard interprets the signals. For TCP I have to test. Have no TCP printer so diff…
-
We are already working on the resume function for our repetier-server (which can also be used as printer daemon from host). Will see how good it works. For compact view I'd rather make a new window. Modifying main window is too complicated. Have it…
-
wat is wait with communication error that made the i disappear. wait is send from firmware to indicate that it is idle waiting for commands.
-
In einem anderen thread hat hier kürzlich jemand ein Video gepostet als tutorial für BL touch setup.
-
Do you have a own firmware xml description? Over TCP no reset can be send physically so emergency reduces down to sending the command M112form the firmware. In older versions M112 was send without lookup, so that might be reason. You can also test…
-
No extra thread required. Now I know about the problem. Will test my self. After having seen the source i'm curious what will be the reason or if I do not get it. One more question - are you sending directly from host or are you printer over the se…
-
At the moment there is no support. Once I get my MMU and firmware V2 is in further progress I will see what it needs and if I will add support for it. Most important will be to learn how to talk to the extra hardware. With V2 being modular I think i…
-
Quite a different and not normal. Looks a bit like underextrusion in the server version. Do you really print the exactly same gcode file? Is the flow multiplier and speed multiplier set identical. Please use the web frontend and check the console d…
-
Nope. All the user questions and wishes take up more time then I wished they would.
-
bl touch Funktioniert wohl wenn man alles richtig konfiguriert. Aber seine Eigenheiten führen leicht zu Problemen. Zieht man nicht schnell genug zurück geht er beispielsweise in einen Fehlermodus.
-
I see, so you have used an external slic3r version. You need to set in config manager version to biggest one. Older slic3r versions did not have gyroid value so they will not have it in the list which was causing the problem.
-
What is your printer connector used in Host? Looking into the code it is sending M532 X LCan you log it and search for M532 to see what is sending in your case. Maybe it is not using the right format for X so it becomes something lik…
-
Did you also select Support Type on the right side when slicing? What are your support settings? Just sliced with support and it worked, so i guess you are missing one parameter or it is set wrong.
-
Ok, ich denke ich habs gefunden. Das Problem tritt nur auf wenn du 2 webcams gleichzeitig aufzeichnest. Dabei startet er den Aufnahmethread 2 mal statt einmal was dann regelmäßig zu dem Problem führt. Sollte fürs nächste release jetzt behoben sein. …
-
Don't think it happens due to kernel update. It looks like assigning the infill pattern for Slic3rPE profile triggers the error. Only idea I can think of is that you have a now unknown pattern name that causes the selection to be set to null and th…