Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok, depends on how many webcam streams you are showing in parallel. Always think that mjpg is not best compressed and to see it all streams go from pi via network to windows pc and from there to viewer in this constallation. But streams are only ope…
-
Did you define temperature for M303? In repetier-firmware (you still did not say which firmware it uses which is important due to different parameters) it works like this in 1.0.5 M303 P S X0 R C- Autodetect pid values. Use P for heated bed. X0 sav…
-
That is not host dependent and is part of firmware. If they used repetier firmware you can use M303 to check for good values and in eeprom you can store or modify them (if compiled with eeprom support).
-
Because it is probably not what you think. zCorr is how much z was changed due to G33 distortion map. This is 100% at z=0 and reduces to 0 at DISTORTION_END_HEIGHT height so it only corrects at the bottom. You are testing at z = 10mm which is most l…
-
You should note that G32 does appixmate a perfect plane and fits it with least deviation and then G33 adds bumps remaining from wrong geometry, but the differences are too high. You should first calibrate the geometry. Easiest solution is using esch…
-
Configuration.h is part of Repetier-Firmware and has nothing to do with Repetier-Host! There was in deed a fiser technic version of our host, but never had a fisher technic printer so never used it. If there are slicer configs, these are just fold…
-
Just slect hte 100K NTC 3950 thermistor in config tool to use this. Make sure to use the correct analog input pin as well or reading will not vary or change. As test remove thermistor to see if reading changes.
-
It must be exected as root like sudo /usr/local/Repetier-Setup/bin/startAllCams which is the same as the button does. I think rc.local is executed as root so I omitted sudo.
-
Just want to note that I'm not forgetting this, also I can not reproduce it except with sharing links containing sessions. At the moment I plan to switch more to cookies to remove sessions from links and preventing any chance on this, but that is a …
-
That is nothing you can say for sure in any case. You need active hubs to get no power issues and the printers and webcams all need to have low emi disturbance so they all play well on the bus and the hub does not disconnect. For number of webcams …
-
That is nothing you can say for sure in any case. You need active hubs to get no power issues and the printers and webcams all need to have low emi disturbance so they all play well on the bus and the hub does not disconnect. For number of webcams …
-
In neueren Versionen kann man die Weboberfläche von mjpg_stremer (bei pi) aufrufen. Kann man auch wenn man ip:port der webcam aufruft. Dort gibt es links einen EIntrag "Control" wo man alle Kameraparameter manuell ändern kann, wenn auch nur bis zum …
-
Bei allen Bildern gibt es ein die Möglichkeit es als Vorschaubild zu nutzen. Einfach das Auge Icon wählen und dieses Bild wird als Vorschau genutzt. Da war aber ein bug das er ggf. ein Bild ersetzte, ist aber denke ich in 1.4.10 behoben.
-
Just checked license server is still working, so this is most likely due to not reaching the license server. See https://www.repetier-server.com/knowledgebase/license-activation-fails/ for typical reasons why activation fails. With new image it is …
-
So you mean the mjpg streamer ui is working, but it does not show the video streams? Is this also with repetier interface that you need to restart? Then I assume something goes wrong also I can not say what. One solution would be to automatically re…
-
Look slike they are running > But trying to call one of the cameras using the given port just shows the landing page of the mjpeg streamer with no video That is correct. Select stream image and right click on the img stream. You can then open i…
-
That should not be necessary. The pi webcams are controlled by mjpg_stremer which gets started automatically at boot time or any time a webcam gets added or removed due to watching usb. And if restart function makes it work it is configured correctl…
-
Irgendwo muss der G-Code ja stehen um gestreamt zu werden. Beim Repetier-Server steht er im Server und er streamt ihn zum Drucker. Das ist sinnvoll, da die Daten damit komplett vorliegen und ein Verbindungsabbruch nach außen keinen Druckabbruch ver…
-
What version are you using? Just tested with current 1.4.10 and it was disabled on hitting the disable button in webcam tab. Haven't changed it for a while so not sure if it did not work, was just delayed or for some reason you had a javascript issu…
-
Sounds like your wifi is not connected then. When it is connected you should see it with 2 IPs one for cable and one for wifi. If you only see the cable one, go to global settings->Network and select your wifi, wnter new password, save and connec…
-
For others searching, log in to terminal (via global settings->terminal or ssh) and run repetier-setup Then select Touchscreen-->Mouse and select option you like and reboot.
-
Assuming you mean Repetier-Server on pi you can simply connect via ethernet cable to your router which needs no password. Then access it with ip or network name and you can go to wifi settings and enter new password of your network. Once that works…
-
Image für den Pi mit allem schon drauf gibt es hier: https://www.repetier-server.de/download-images/ Wegen er aktuellen Preise hab ich den Zero hier vorgeschlagen. Die Datei wird auf der sd Karte gespeichert und nur nach und nach in den Speicher ge…
-
Also das ist pcespDrucker? Das ist ehrlich gesagt nicht ganz trivial, sobald da Kommunikationsprobleme auftreten und esp/Drucker nicht fehlerfrei kommunizieren. Und abgesehen davon auch etwas kritisch wenn wifi mal zusammen bricht. Für so was gibt …
-
In doc/menustructure.txt you find a description on how to modify the menu. Just add 3 actions for new functions and add your menu there. It is mainly some modes in uimenu.h, ui.cpp and ui.h and with all the exaxmples it should be not difficult.
-
Do you have brltty installed? It seems to be installed on newer ubuntu like versions and interpheres with serial connoctions. When they appear it tries to connect making it hard for Repetier-Server to connect. Will in any case check for next releas…
-
> Are you saying that with 1/32, I would be able to achieve faster speeds as compared to 1/16th? No, the opposite is true. Higher microsteps need more signals and these are limited. Only below STEP_DOUBLER_FREQUENCY you have full accuracy. If yo…