Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, it is possible and you can add any files to projects. Du to lack of time I did not manage to update the API docs with the new functions. It is still on my todo. As intermediate solution open normal gui with open developer tools (or reload aft…
-
Guess you did not see my comment 4 minutes ago:-) Did you upgrade to stretch? Then you might have to reinstall touchscreen driver so it reacts to touches just like you did the first time.
-
Not all settings are available over display. Use EEPROM editor in Repetier-Server or Host to see all settings and change them.
-
Ok, we found the reason and a simple solution: https://www.repetier-server.com/knowledgebase/broken-icons-on-touchscreen/?preview=true
-
Ok, we found the reason and a solution that is very simple. See https://www.repetier-server.com/knowledgebase/broken-icons-on-touchscreen/?preview=true
-
Haben die Ursache jetzt gefunden und auch eine einfache Lösung. Siehe hier: https://www.repetier-server.com/knowledgebase/broken-icons-on-touchscreen/?preview=true
-
Use dev version, that is 1.0.4 and has the potions. 1.0.3 is official stable and also has it.
-
pins are the same I guess for bed? We have no farenheit view and never had, so that is ok. Did you check eeprom after upload of 1.0.3? It might be that bad values for bed PID prevent it from heating. That is the last idea except dry run, but then e…
-
Auch unter jessie? Tests mit einem neuen jessie image gezeigt das es ca 24 Stunden gut geht dann kann er plötzlich nicht mehr Dateien laden und die last erhöht sich. Untersuche es noch, aber der Fehler schein bisher außerhalb des Repetier-Servers zu…
-
You mean lynx the web browser only showing text? The printer gui is not meant for text browsers and there is no variant for it. But with 4GB ram you can just use chrome like on pi. If pi can run it a Dell Quad Core can it even better.
-
Wenn die auf dem gleichen server liegen ist es ganz einfach. Bei einem der Drucker in den Einstellungen die checkbox for "Verwende eigenes Modell Verzeichnis" löschen und sagen wessen Modell Verzeichnis er stattdessen nutzen soll. Danach nutzen beid…
-
It is unclear at the moment, but it looks like this happens only to users using debian jessie with older chromium version. Seems like chromium starts having a big load and not loading all files any more also server would deliver them (same webpage o…
-
The speed in server printer configuration for moves is used. So increase that and it will move faster.
-
Soviel ich weiß bleibt die immer gleich, wenn die Hardware eine mac hat. Beim Pi 3 und Pi 3+ ist das wohl so. Hatte bisher auch keine Probleme damit. Wir haben übrigens eine Upgrade Anleitung geschrieben: https://www.repetier-server.com/knowledgeba…
-
Yes V14 is stretch based. Actually since V8 all images are strech based. For all wanting to upgrade, we made a detailed upgrade instruction for new images: https://www.repetier-server.com/knowledgebase/upgrade-to-our-latest-pi-image/
-
Your image contains ffmpeg by default. Closes you can do from server side is take a snapshot every second. Video recording is not supported. You might make a script with ffmpeg to do that, also this costs cpu time, so pc running it must be fast enou…
-
Something seems wrong. If you go to Z=10 M114 must return 10 not 11. Does homing use the z probe? In that case you should be allowed to just measure block and change z height by difference measured block height vs. real block size.
-
Upgrading from jessie to stretch is not so easy. If I remember right there is a x compatibility package needed for xserver to work again. The easy way is to make a new image with our V14 image and copy the contents of /var/lib/Repetier-Server from…
-
Die Lizenz wurde dir von mycommerz zugesand nicht von uns. Wenn der server noch läuft unter registrieren gehen, da siehst du den Lizenzcode. Eigentlich einfach image V14 aufspielen und lizenzcode eingeben, dann deine Druckerkonfiguration hochladen …
-
Updating linux often breaks boot options. You need in raspi-config command line with autologin. At the end of bash login script we start x server. The instructions you reference are for the outdated touch gui. Current version is here: https://www.r…
-
Well updating to stretch seems the easiest and most solid solution at the moment. Currently I have put an old V7 on a sd card with the hope to get the error, but it did not happen so far. Guess some component needs to check something in internet an…
-
Well updating to stretch seems the easiest and most solid solution at the moment. Currently I have put an old V7 on a sd card with the hope to get the error, but it did not happen so far. Guess some component needs to check something in internet an…
-
#define SUPPORT_LASER 1 #define LASER_ON_HIGH 0 #define LASER_PIN pinnumber should set laser output to high when firmware starts. But it is very dangerous to have this. While uploading or with errors the laser will be enabled. That is why normally …
-
Bed leveling and heating are separate. So that is not the reason. On RAMPS the reason is often that a fan is using same output since there only so few power outputs. Maybe you also assigned a fan to bed output?
-
Na ja geht halt leider so nicht wie du schon gemerkt hast. Kannst es natürlich gerne Programmieren, ist aber nicht ohne. Ist ja quasi nur halbes leveln. Du könntest maximal versuchen ihn zu verarschen und 3 punkt MABL zu nutzen. Den Fixpunkt und Mo…
-
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get update sudo apt-get upgrade reboot. If gui does not appear (happens sometimes after update/upgrade) run sudo raspi-config and select boot option console with autologin…
-
Ok, so far all users with the problem seem to be running on an older image with Raspbian 8.0. Looks like there is a connection. I have a report that sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get update sudo apt-g…
-
Schon mal ein anfang. Hat sich dadurch die chrmoim version geändert? chromium --version Ursprünglich war es ja version 51.xxx Ich vermute das mit der neuen Chrome Version diese vielleicht als veraltet gilt und das irgenwie mitbekommen hat und irge…
-
Ok one mor question for all having the problems. What linux version are you using. I now have 2 reports all using debian 8.0 Jessie, which is quite old. i@FelixWhite:~ $ lsb_release -a No LSB modules are available. Distributor ID:…
-
Okay, das ist ein echt altes image. Interessanterweise das gleiche alte Linux wie bei dem anderen im Forum der die version gemeldet hat. Werd da mal nachfragen was die anderen haben. Könnte erklären warum ich das problem nicht habe. …