Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Im script sleep 60 for dem ausschalten. Das M400 for dem @execute würde ich aber lassen damit alle bewegungen fertig sind. Das Skript wird asynchron ausgeführt was heist das der server nicht auf das Ende wartet. Sollte also so klappen.
-
No it shouldn't, but these 2 parts have now chenged storage format compared to < 0.90.0. On my tests they have always upgraded automatically, but in 0.90.1 was a bug so that may be related.
-
The problem is that this does not copy the file to the printer, so any problem with wifi will be able to stop communication and in extreme cases even break it completely. This sounds like communication over wifi is blocked for some reasons, maybe dh…
-
It is only once on connecting the printer. Or when you send @getip manually to update the display.
-
Normally one of them would get computed from the other by subtracting the 2 offsets. Call it historical reasons. In next generation V2 there will only be one of them.
-
V10 handles the webcams differently now using the names to assign them ports. So only important if you have more then one webcam. And it has ntp time daemon for time updates. So if that is not required just updating is enough to get the same version.
-
Ich vermute weil du nicht absolute pfade wie ich gesagt habe geschrieben hast. In extcommands must du sagen WO sudo steht. /usr/bin/sudo /home/pi/autopoweroff.sh Der selbe befehl muss so auch in der bash funktionieren also nicht bash autopoweroff.s…
-
Please separate parameter with a space, not M99X0 but M99 X0.
-
Maybe you trapped into a frequent error I see. Using z max pin does NOT mean you define z max endstop! That would activate z max endstop as well and you would seee z max when sending M119 - that is not what you want. You ONLY define it as EXT1_JAM_P…
-
Which one did it show? Can you send manually @getipand see what it then writes. My guess is that wlan wasn't up when it send the ip so it used the ipv6 from eth0.
-
First forget about the END_EFFECTOR_HORIZONTAL_OFFSET and CARRIAGE_HORIZONTAL_OFFSET - they have no impact on the math and make measuring just complicated. Set them to 0 and PRINTER_RADIUS and ROD_RADIUS are the same. DELTA_DIAGONAL_ROD is the dista…
-
If you use Repetier-Server to communicate it will send the ip at startup to printer. This is useful for users having a headless server and do not know the ip they got, so we use the printers display. Normally it shows the first IPv4 address it finds…
-
Der Befehl auf der Festplatte lauetet autopoweroff.sh entsprechend wird er mit autopoweroff nicht gefunden. Das sudo in autopoweroff muss eigentlich weg. Du hast ja in der in der extcommands.xml als befehl stehen /usr/bin/sudo /home/pi/autopoweroff.…
-
There are some new things I need to test before releasing. But it is planned to be released shortly, hopefully within a week.
-
At least I know the not boot on first power up from some arduino due clones. That is caused by a wrongly dimensioned capacitor if I remember right. It causes the processor to start too early and it then crashes. As a test use the normal blink script…
-
Main voltage is normally 12V or 24V so you can use that. You only have to take care of the signal pin that it delivers voltage at right level. I know you can put any voltage down to 5V with resistors, but check internet on how to do this.
-
Sieht aus wie mehrere Fehler. ./ heist relativ zum aktuellen Verzeichnis - das ist aber nicht unbedingt das Verzeichnis wo das Skript steht. Also ./home schlecht /home ist absolut und daher gut. Erste Zeile in einem bash script sollte #!/bin/bash …
-
The server can send gcode on connect. It is in printer configuration in event dependend gcodes and named "Run on connect". Host does not do it except if using server.
-
We do not change quality. We copy jpg images 1:1 from one to the other stream. So as long as connection speed is no issue you get the full stream. And your vpn solution is good, but out of scope of many other users and we have to work for all:-)
-
Ok, I have added it to the next release. In the definition in extcommands you need to add sync="true" stopOnFail="true" to change from default behaviour.
-
I do not want to have it in memory. In case of power failure the server will normally crash as well. I want a special log keeping the send position on disk. That way after restart I see the last position in file also it might miss some lines from no…
-
Ok, thank you for the stream. I have fixed it and you can now remove it if wanted. Problem was how content type was defined. Normally you have ;boundary=myboundary and that webcam put the boundary in quotes ;boundary="myboundary". After removing the…
-
As far as I know the signal is not permanent - only a short spike. So querying state with M119 will not work here. During z probe you even need a minimum speed as we only measure once per step for signals. So extremely slow moves might even miss the…
-
Host assumes feedrate from code * multiplier for estimating acceleration/deceleration. Server is much more accurate but you need to set the real accelerations/jerk from firmware to make it precise.
-
I think it is M602 S1 P1 to enable and debug jam.
-
Steps per mm of the extruder. Just activate eeprom editor in host or server and you can change the value without recompiling. Normally you calibrate this by measuring a manual 100mm move. Make a mark on filament and measure distance to entry point. …
-
The server analyses the communication and therefore knows what mode extruder is in, assuming absolute mode at startup. I have to check, but a explicit command to set absolute extrusion that gets send on connect might help.
-
Image version is related to linux and support files like mjpg_streamer, wlan etc. Of course newer versions also have newer server versions, but you can get them with updating as well. V10 has newer linux updates and also contains some improvements i…
-
Dazu gibt es hier einige threads. Grundproblem ist meistens das der Server als user repetierserver läuft und er sudo nur für ganz bestimmte Befehle darf. Sieh die mal im Manual an wie das für shutdown gemacht wird. Ist das gleiche hier. Also Befehl …
-
Yes might help. I added some extra code to cope with the new problem, but that also did not really help. So you can also remove that part.