Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Conversion happens with same resolution as the images and these should match your webcam settings. So if you check the images or webcam is the quality ok. For conversion to mp4 the bitrate is relevant which might be too low for your resolution so i…
-
Interesting idea to have customizable view. Not so easy to make it but on our long term plan for the future.
-
Best is to tell dhcp server on your router to always assign same ip address. Much easier then assigning a valid static ip and mask and gateway that does not get used by dhcp as well. The hostname.local also should work if it is unique (only one ins…
-
With all 5V pins covered a active hub would normally make no difference. In /var/log there are also older logs. .0 is from last days and the others .1 .... are compressed.
-
Ok dann hat das nichts zu sagen außer das das Netzwerk als aktives ausgewählt ist. Log dich doch mal mit ssh ein und gib iwconfig ein um zu sehen wie gut die Verbindung ist. Die PIs sind leider nicht die besten was das angeht und die Vermutung liegt…
-
Since firmware supports the command that is no problem. As said normally we read it from Cap in M115 response and send it, but I guess for some reason it gets ignored at that time. Which firmware are you running? I'm currently on 3.9.1 I think.
-
So many possibilities - that is why we have extcommands.xml to allow external additions to solve such stuff:-)
-
Ok i see the forum reformats what I enter so guess same with you.
-
http://192.168.1.100:3344/printer/api/?a=runExternalCommand&{"id":0}&apikey=xxxx.xxxx.xxxx.xxxx only encode the data content e.g. with this one: http://www.utilities-online.info/urlencode/#.YCI20mT0kyo
-
Not really. I see there are no entries so x axis has no titles. But why is the question. Please go to console enable ack and disable M105 filter. Then you should see temperature responses. If not run M115 and see if they start coming. Prusa supports…
-
Wo siehst du das? Ich kann das nur in der Verbindungseinstellung als button sehen und da muss man drauf drücken wenn du die Verbindung NICHT mehr sehen willst. Ist also in dem Fall keine Fehlermeldung. Ich nehme an du hast dann ein Touchdisplay. De…
-
You can use dropbox or similar and send me pm with link.
-
Works for me. Please check if you also have defined a skirt wich is also added. A skirt with distance looks like brim but is not influenced by adhesion type.
-
Formell sind negative werte nur bei sensoren die die düse benutzen korrekt. Sonst würde die nase das Bett ja berühren bevor der z probe triggert, was nicht geht. Aber wenn die nase etwas druck ausüben muss biegt es irgendwo etwas was negative Werte …
-
Yes some boards have such a switch. That is why I changed default for next update. I personally find it better if it is main powered. Less stress for pis power supply and you see if it is on. On the other side that way M80/M81 won't work since the f…
-
Don't forget to urlescape the data and make it valid json. Names must be in quotes so "id" not just id. What I copied was from browser websocket stream where I just executed the command. You can do the same to be sure about the id. slug should not b…
-
Most boards get powered by usb so they already appear even if main power is not present. On printers not working that way it would be a way to know the state. Will assume on for next release for this reason as default for next release.
-
In recent versions we start the timer with M75 and with M31 you can query time in console. So the timer running condition would be met. But at least on my Sidewinder I tested it. It knows timer already but no message. How is it in your case? Any me…
-
Im aktuellen Image ist das auch wieder aktiviert. vcgencmd get_cameraliefert dann supported=1 detected=0 bzw detected=1 wenn die Kamera da ist. Wise versucht er Size: Stepwise 32x32 - 1920x1920 with step 1/1 1920x1920 ist ja keine g…
-
Ok rätsel gelöst. 16092 waren Schritte. Du hast z auflösung 402,31 und z probe height 40mm => 16092 Schritte. Er will also nach den Proben 40mm tiefer weil du gesagt hast das die Düse beim triggern 40mm von der Düse entfernt ist. Denke mal 4mm wä…
-
Can your home assistant send local urls? Or are they send from a global web server? The api command would be action: "runExternalCommand", data: {id: 0}, printer: "slugname" id depends on position in extcommands in case it is a menu command and not…
-
Looks like an update on our server caused this. Should now work again.
-
We have a own custom font, that did not get loaded. So try a hard reload first and see if it appears. Next would be to reinstall server in case the file is defect on sd card and then do a hard reload in browser. You can also open development tools i…
-
Server hat auch ein eepom button. Da siehst du die aktuellen werte. Ansonsten gib M205 in der Konsole ein dann spuckt er die werte auch alle aus.
-
There is no way to know the state at startup, firmware just does not tell state. So we just assume a state and toggle on every switch so sending M80 and M81. You could add one of them in connection event to know the state on connection. You can also…
-
No that is not possible. Actually even the current print gets copied to queue first and then started. And when a print gets automatically aborted it stays in queue to be reprinted since it did not finish. So that is an essential part.
-
Values are mm in host so 5 is 5mm.
-
The regular image has the armhf version that works on pi >= 2. Pi 0 and 1 need the armel version. This is also on the image and should be replaced on first boot of sd card (which will then be delayed by a minute or so). You can also login over s…
-
Steht im manual. Jedes Betriebssystem speichert die Daten (storage verzeichnis) wo anders und startet/stops anders. Beim pi ist es /var/lib/Repetier-Server/....
-
Yes, that is the problem. They only use the sensor when printing from sd and completely ignore it otherwise. Some marlin versions for example echo enqueuing: "M600" which is what we are looking for already. But you need to configure firmware to do s…