Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Not sure what you expect, but I would not call this full RGB print. You can have up to 16 different mixing ratios and switch between them. You need one stl file for each color and merge them to one object in slicer and assign each "sub"-stl one of t…
-
Beim PrusaSlicer unter Druckeinstellungen->Multiple Extruder-> Wipe Tower - kann in Deutsch auch etwas anders heißen.
-
Ja für dich. Überlege aktuell idle timeout auch zurück zu setzen wenn temperatur > 50 ist. Damit er sich auch bei sd druck so verhält wie sonst. Hab übrigens die Version aktualisiert. Web actions sollten jetzt auch funktionieren. Und ich hab noc…
-
Stimmt, die Mindesttemperatur hält ihn am leben. Die anderen ausgaben sind Befehle wo marlin immer die Position zurück gibt.
-
Debian or Ubuntu or one of the Ubuntu derivatives would be best. Windows is not perfect for server as it installs updates and reboots when it wants and that is a bad thing with many running printers. The image exists only for raspberry pi so on a re…
-
Bin gerade etwas über den sd druck erstaunt. Der start Befehl setzt idle timer zurück aber danach gibt es ja keine weiteren Befehle die der server sendet und idle zurücksetzt. Darum Frage ich mich ob der Druck so kurz war oder wer hier idle timer zu…
-
Thanks for pointing me to the new R parameter. Host does not know it so will not show the temperature change directly but should get it from temperature responses. It will not block it, so question is why do you think we skip it? Did you create a lo…
-
Which software do you use? Host or server? In any case your z homing coordinate is set wrong in printer settings - you have it 0 while correct is higher (see prusa display after home). Enter that as homing z position and it will work I guess.
-
Das problem mit den web actions ist das ich es nach meinen tests "verbessert" habe wodurch hinzufügen nicht mehr funktionierte. Hab ich fürs finale gefixt. Wenn die Verbindung wirklich unterbunden ist ist es kein Problem. Wenn es verbunden bleibt m…
-
So you hear a whining sound when z moves? It is more a firmware issue. Even if I tell Z to move to move with 200mm/s it is up to firmware to reduce this to a working speed. So have a look at eeprom settings if steps per mm or acceleration, jerk, max…
-
Sure com port is still the same and is correct? If printer is unplugged from usb does the usb port disappear? Also baud rate must be correct - 115200 or 250000 are the typical one.
-
Never had that problem. You might have filament visualization disabled, but gcode would still show up in editor. Except if you use the wrong load button. Use th eone in gcod eeditor or in toolbar. In object placement it can only load stl/3mf ... fil…
-
If you use the normal pc with linux have a look at out docs - there is a description how to setup mjpg_streamer so it is visible in server config for simple usage.
-
Sich selbst neu zu starten ist nicht so einfach weil das Skript als child des servers ausgeführt wird das dann seinen Vater killen will und sich damit selber abschießt. Vermute da liegt das Problem begraben. Shutdown und reboot sind auf dem Image ab…
-
Tausche beim download die Versionsnummer im Link gegen 0.93.2 und du bekommst die aktuelle beta - da ist das Feature schon drin.
-
Cool solution. As said slicers might expect this behaviour and also hosts do not assume different position. If you can ignore that you might change in Extruder.cpp the selectExtruder function to your liking. I think you should look near the end afte…
-
"defaultPrepend.gcode" end "defaultAppend.gcode" should not be used at all. They are from old versions and not editable in gcode editor which indicates they should not be used. Use the slic3r frontend to configure start/end code added by slicer ins…
-
In host/server you can view temperature graphs which also include output to heater the firmware wants. So if you see it wants output you should also be able to measure voltage at the output.
-
Separate touch display to each unit-> Raspberry pi 3 or faster. Pi 4 with the usb c power unit is the best here. Don't know how to get 10 displays otherwise. Sending data is not cpu intensive and a pi4 can also handle 4 printers. One problem is …
-
You should use our server or monitor and display output power to see if firmware wants to heat. After a while you will most likely get a decoupled error and nothing will work any more until reset/M999. You assigned output #define EXT0_HEATER_PIN HE…
-
The percent is for the green infill that presents the output power. Depending on pid settings this can swing that much and is ok. This is also a firmware issue - server just displays what firmware does here. But as said with high P or D value in PID…
-
Was du willst ist die eine Sache, aber was im gcode steht und gesendet wird das andere. Darum ja der Test mit der Konsole damit du es direkt siehst.
-
Zuerst mal den Grundtest ob du Unterspannung hast und vielleicht die idee die 5V Leitung abzuklemmen wie hier beschrieben: https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ Server versucht bei Trennung immer neu zu v…
-
That way is not possible but there is another solution. User /dev/serial/by-path/... so it would matter in which port the printer is connected. These are just links to /dev/ttyusb... but set to be identifiable.
-
Im server in den Extrudereinstellungen in der Druckerkonfiguration gibt es auch eine maximale Temperatur. Möglicherweise ist die überschritten? Wobei das eigentlich nur für die Skala beim einstellen gilt. Gcodes werden dadurch nicht geändert. Evtl …
-
Found it. It is in Printer Settings->Behaviour. There you have activated Disable extruder, disable bed and go to dispose position after job/kill. Which are exactly the 3 lines you send and also has X 135 as default position.
-
It is correct that zmin stays L. That is because some z probes trigger before nozzle is at bed level and then you can not go down to bed level after probing. So only z probe changes L/H. Probe location looks good. It is really based on a virtual co…
-
Yes, that is perfect.
-
That is a good question where it comes from. If you slice is it in that generated gcode altready? If so you know it comes from slicer, otherwise you have it in host end script or if you use repetier-server to print in the end gcode of that.
-
We are in the last phase of server update publishing. Then we update host.