Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Looks like a problem with OpenGL. It tries to load 10:31:05.924 : libGL error: unable to load driver: radeonsi_dri.so so some part at least assumes you have a radeon card which you say you have. Does the host 3d window work? I mean host also uses…
-
Yes in 0.90.7 I had fixed something with wrong format. Just do not remember exactly what it was :-) So I guess that was exactly your problem.
-
Ok here my test results in parallel: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDStartrepetie+ 589 4.7 6.1 193304 27444 ? S
-
sudo rpi-updatewill update the pi kernel to latest version.We have no ubuntu image with preinstalled and configured setup like the pi image we offer. You can use it especially as a test and install the armhf debian package which is no problem. But y…
-
Run dmesg when 4 printer try to connect and also check /var/log/syslog to see if there are interesting messages like closed usb port or undervoltage. 2018-10-28 15:55:48: error: Reading serial conection failed: End of file. Closing connect$ is an i…
-
You need to tell x server to use a different display. See last answer here: https://raspberrypi.stackexchange.com/questions/34426/gui-on-hdmi-monitor-doesnt-work-after-installing-the-lcd-display-drivers it is something like this.
-
Ok, sounds like a float value was given in wrong format here. Depending on country float number use . or , for fractions. Using the wrong type somewhere might cause the problem. Will try to analyse it for next update, but you still will need to give…
-
Super. Fragt sich nur welcher Befehl das umgestellt hatte und ob man das verhindern kann. Muss ich mal bei weiteren updates bei mir im Auge behalten.
-
Steht hier genau beschrieben: https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/ Ist kein Modus, es ist wirklich die Untersuchung im Debugger, bzw. Daten sammeln damit wir es untersuchen können.
-
Bitte per ssh einloggen und testen ob er noch läuft: ps aux | grep tier Wenn er noch läuft ist es ein dead lock, in dem Fall bitte wie hier https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/ beschrieben vorgehen und uns…
-
Ok, for next image I will check if I can forward the parameters.
-
Did you switch to appimage? appimage has many redirections as now the appimage scripts get started which will then call the host. The tgz version has not changed as far as I know but is much harder to set up.
-
I don't think the parameter gets through which is why host does not see it. SO there is nothing you can do.
-
It is possible to change heater type in eeprom. Please make sure it is set to 2 and not 0. Also make sure to have #define HEATED_BED_SET_INTERVAL 10000and not 10. Time is milli seconds.
-
I don't think firmware doe snot know where it is, host will not know. More likely is that activation at that point is not possible at that point so move helps here to get to a working position.
-
1. Make sure all 4 configs use a different port. If it is a simple config error with same port it would be the natural reason. Ok, so we have 4 ports with 4 printers. First test would be to deactivate all printers in server but all printers activel…
-
I have the feeling the circles inner/outer perimeter cross each other. There is one effect that may be a problem and that is backlash. With that head does not directly move only after x has moved a bit. A last thing that also causes different sizes …
-
So are there 4 devices in by-path directory pointing to different files or not? Only when I know this it makes sense to progress.
-
As I already said check it in Repetier-Host to see in log.
-
Ok, will try the same tomorrow. I would prefer more logging ps aux | grep tierfree is over all programs. Can you also try in parallel if this happens if your command is not running. Just to exclude that this is causing the problem. …
-
Typical problem here is that mixing ratios in eeprom are not set correctly. Check them in eeprom editor.
-
Yes, that sounds like a defect thermistor or a short/break in wire.
-
Check it in Repetier-Host to see in log if there is a problem with reading sd card or if card detection is not working.
-
Especially with identical printers the device names may be identical (/dev/serial/by-id/...) - in that case you should select /dev/serial/by-path/... as port so they differ and you have 2 different to select from.
-
Wenn du eine sichere wiederholbare Methode hast einen Absturz zu provozieren, bitte melden. Unter neueren Linux versionen startet der Server automatisch neu nach einem Absturz. Grundsätzlich kann man natürlich auch testen ob port 3344 lokal noch er…
-
Only if you see 4 of them so that it helps. After all server needs 4 different ports to connect 4 ports. You could also use /dev/tty but these names are given by order of appeareance in linux so it is impossible to map them always to same printer. …
-
So you have a program watching pi pins and sending commands. Can you post it so I can see if that can cause a problem. Just for sending a command on button push a websocket is a bit overkill. Here a simple api call would be more then enough.
-
No, elephant foots are a bit different. You get them when the bed is too hot, then the bottom flows a bit outwards when you print the next layer. What I mean is that perimeter thickness differs if z height to bed is different. I saw you measured th…
-
Ok, if that makes contact to some solderings that is understandable. So you need to use plastic screws and washer.
-
Yes it is. Therefor you should start low level and check which serial connections are in /dev, /dev/serial/by-id and /dev/serial/by-path if you have 3 or 4 printers connected. Do not think the server is the problem here. I think linux is not showing…