Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Hast du das letzte image installiert? Das hat chromium/x-server standardmäßig aktiv und ist genau was wir selber auch nutzen. Man kann es aber über eine Datei ausschalten: pi@Stacker:~ $ cat /boot/repetier-image-setup.txt # This file contains some …
-
For which gui are you talking here - web gui or touch frontend? For web gui text color is no option - looks bad with different colors or colors are all close to white to be readable on several background colors. But I keep thinking of it and if I s…
-
Das ist Sache des Druckers dies zu speichern. Da der nicht von uns ist kann ich nicht sagen warum die was wie machen. Das ist mehr eine Frage an der Hersteller. Womit hast du es vor dem pi 4 verbunden und hast du zwischenzeitlich den Drucker ausges…
-
You should disable ack and enable the M105 filter. These answers pollute the log output so I have no chance to read the useful informations like M114 response goes away much to fast to read it. Ale where do these commands come from: echo:enqueing "…
-
Sure. Our Repetier-Server software can connect to multiple printers simultaneously. https://www.repetier-server.com You can connect to server also with repetier-host and have there 2 printer profiles. The repetier-server-connector is then used to c…
-
The log was quite useles as it only contained the ack commands. More interesting would be to know what you send as well. The video shows position 0,0,0 after homing that means touching the left front bed which is not the position you are at. So you…
-
It is the first time I realise you are using apache. Our images always use nginx as reverse proxy. What device are you using? I see server has 8.5% load with mjpg forwarding. Not much compared with apache having 35% at the same moment. One problem …
-
Sure. Server is in first place just a software sending gcode and does not care about the intention as long as the firmware is supported. Only thing is that preview images will be empty and on control you see most likely only travel moves.
-
You need always a web url. But with nginx you could add a host with some port that points to the directory where you save it and use that as url. But that means many writes and if we talk about a pi bad for sd card, so use a ramdisk as target in tha…
-
Server log runterladen ging ja auch vorher. Es ging mir um die erweiterten Fehlerausgaben ins server.log die ich hinzugefügt habe. Ich hab sie jetzt noch weiter erweitert. Das merkwürdige ist das im ganzen Quellcode der Text "unknown escape sequenc…
-
You are right. It sets the not set temperature back in any case. So you need to upgrade to next release. You can already use the linux beta by changing the version in download link to 0.93.2 - I think last compile uploaded already contains the fix. …
-
2 things happen when you increase steps per mm. The jerk and acceleration increase with same factor. So if this works with low acceleration/jerk you should half the values if you double steps per mm. That it is same ratio again. With double step at …
-
@Gillis Why posting in this thread and what did you change? Your question contains no informations on what you did, use etc.
-
Ok, da sieht alles richtig aus. Hab noch eine neue Version gemacht die explizit die spaces abfängt und zusätzlich in server.log schreibt ob der Aufruf Fehlerhaft war oder nicht und warum er nicht funktioniert hat. Das server.log kannst du mittlerwei…
-
Sorry I missed this thread. Especially since it is in deed a bug. Problem is the finished button that sets the temperature to original temperature which wasn't set so is 0. Do not hit that button, just leave the filament function and all is ok. For …
-
Users don't understand css in general. But the question still is where to put the color? Header is not an option - here color has already a meaning.
-
Host only shows temp/output for active extruder. You would need repetier-server to see it for all extruders in parallel. Can you show the responses to temperature requests? Maybe your firmware is using a unusual format or something is wrong. If E0 …
-
Mixing extruder sollte eigentlich super funktionieren und ist auch die einzige Lösung wo die Auflösung sich unterscheiden kann. DU must die gesamtauflösung entsprechend erhöhen damit die extrusionsmenge gleich bleibt und die Gewichtung entsprechend …
-
This is a firmware issue and has nothing to do with host. If it is a wrong message you need to relax condition. Often if you enable fans you get a drop in temperature that triggers this for example. So extend range to time of allowed deviation so i…
-
Du must die Druckerkonfiguration zuerst öffnen das ist im PrusaSlicer nicht im Host!
-
Did you query linux with the command to check if you have power issues? Best after a while - does not always happen directly. But hope new supply works better.
-
Das ist Teil des nächsten release da können diese als Web Aktionen eingerichtet werden und an Menüs oder @webAction gebunden werden um sie aufzurufen. Wenn sie linux verwenden können sie die beta runterladen indem sie im Downloadlink die Version geg…
-
M340 P0 S1500 R300 The R300 means disable servo signal after 300ms. Try without it and see if it keeps up. Looks like without any signal the sensor changes it's mind on if it should be up or down.
-
In den Druckeinstellungen unter multiple extruders Wipe tower. Hab meinen auf Englisch kann da auch anders heißen aber ist der vorletzte Block.
-
Slice for single extruder and select second extruder before print starts. Then the active extruder is used. Eventually you need to modify start gcode to not include T0 in M1047M140 commands for preheating so it uses active instead of T0 for heating.
-
We are in deed not Writing the PrusaSlicer - it is written by prusa. But I found where it stands. Printer settings->machine limits contains the values send in M20x at startup.
-
Das macht mich jetzt verrückt. Hab jetzt noch mal auf einem pi getestet und auch dort hat es geklappt. Hab sogar eine webAktion mit dem Namen ;@webAction i3plus_off erzeugt. Dann hab ich gedacht wenn da aus versehen ein Leerzeichen drin wäre würde e…
-
We are not the writers. The software not working is your printers firmware and that is I guess a modified Marlin firmware. Host just sends commands but the printer executes it. And since printer says it did move to position you see host did send it …
-
Aber web action über menu triggern klappt? Wäre echt merkwürdig weil es ja die gleiche Funktion ist die es auslöst und bei mir klappt es auch mit ;@webAction - werds mir noch mal ansehen aber wie gesagt hat funktioniert sobald es im menü auch klappt…
-
That can happen if file permissions are disallowing this for other users in installation place. Easiest is to use our appimage and place it in a directory readable by all and make it executeable by all.