Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
TCP/Ip and serial over USB work identical and get send line by line for execution. That is the only way we can react on responses during print process and e.g. control pause. With ethernet connected duet this is no problem. With wlan it might loose …
-
Uhrzeit ist standrdmäßig UTC 0 - musst du erst in Globale Einstellungen -> WLAN -> Zeitzone auf Europa/Berlin einstellen dann ist es die reguläre. Wie es aussieht schreibt er doch nichts in syslog. Hab aber die log Datei gefunden: tail -2000…
-
Double steps per mm for x and y and you get 100%. You can do that in eeprom settings in host or server.
-
Both use same functions to retrieve the values so should be identical. What error do you mean exactly? Lately I learned that marlin also uses B: for position reports which get interpreted as temperature causing wrong high values. That will be fixed …
-
{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+5, max_print_height)}{endif} F720 ; Move print head up so was kannst du nicht schrieben im server. Das ist eine prusa interne Steuerung die der server nicht machen kann. Da es eh nur z hoch…
-
Chromium läuft demnach nicht. Die meldung mit dem singleton kann man ignorieren. Soll ja auch nicht existieren und wenn der x server nicht läuft wird das lock auch nicht erzeugt. Lief denn nach dem Befehl der chrome oder weiter nicht. In dem Fall s…
-
Do you have a 2 display setup? Maybe it is on the second monitor then. Especially if you see it in processes it should be visible. Or do you see repetier-server in processes?
-
You see the connected printer in the bottom left corner in host. It is important that you have one connection for each printer in host and not switching the printers in printer connection! To add a new printer config just change the name at the top …
-
Invalid extrusion width (too large) is the key. You have set explicit extrusion width in slic3r and that is limited depending on set nozzle width. Not sure what the exact limit is but for 0.4mm nozzle you should not exceed 0.6 I think. Your value f…
-
You need to safe the changes in filament tab and then on the right panel select that filament. It doe snot change to last edited filament.
-
In host this is not possible - every printer is an individual entry and you need to close/select next. If you want to monitor and switch easily use the Repetier-Server gui or if you like apps more and have a pro version use Repetier-Server Monitor f…
-
Der monitor ist eine electron app - also im grunde chrome + NodeJS im backend. Und der Chrome Teil wird konstant benötigt. Problem ist nicht unbedingt die Tray - dafür gibt es eine Funktion, die hab ich gesehen. Ich muss sehen ob ich das Chrome Fens…
-
Merkwürdig wenn es nach dem ersten setup klappt sollte es auch weiter klappen. Es sei denn du hast irgendwelche Einstellungen geändert, Treiber installiert, ... Wenn du dich mit ssh einloggst auf dem pi, läuft dann chromium? ps aux | grep chrom Auc…
-
I think that is the default slic3r end gcode that gets added because you have no end script defined there. Same happens at start where it adds heatup if nothing is defined.
-
Mixing extruder in Repetier-Firmware erzeugt 16 virtuelle extruder für die man die Farbe einstellen kann. Im eeprom oder mit M163. https://reprap.org/wiki/Repetier_Color_Mixing gibt dazu eine gute erklärung.
-
Das könnte ein Problem sein. Das Fenster wird benötigt, weil dort ein wichtiger Teil des Programms drin läuft. Muss mal sehen ob man das dennoch irgendwie kombinieren kann.
-
#define Z_PROBE_PULLUP 0Is wrong - you should define it same as end stop and electronic means with pullup activated. I think that z min stays L is correct. Reason is when z min triggers z min moves are stopped and with inductive probe it triggers be…
-
V2 has normally same limitation. What printer type are you using? Resp. why is that important for you? You still have the possibility to add select/deselect commands for this but the positions would be fixed and slicers expect same position after t…
-
Ja kann natürlich sein. rtmp ist ein Adobe Format für Flash was also zusammen passt. Im server kann man auch einstellen das nur jpg unterstützt wird und dann reload Frequenz auf 1 Sekunde stellen. Nicht flüssig aber immerhin sieht man was.
-
Check in host what is says as coordinates. I guess it shows Y=0 meaning you said in printer setting y homing pos is 0 and not y max value. So it allows only moves to y max where it already is and not to min direction. M119 z min is triggered. Would…
-
09:11:07.363 : jO6?f?Jh??J'a5O-?*?&??}M?6? That is a sign of wrong baud rate also Access to the port 'COM3' is denied. would mean someone els eis already connected to printer on COM3 probably server. Server auto connects and in host you would u…
-
End of may as it seems and if get no unexpected problems.
-
What is your sorting rule? Not cpu usage as it seems. Wonder what processes use in total over 300% - server added what I see is 88% plus maybe 30% for your python processes at the top. Already a lot but still around 200% cpu load missing. Maybe chro…
-
According to this: https://askubuntu.com/questions/993115/does-the-razer-kiyo-work-under-linux it should work. What does v4l2-ctl --device=/dev/video0 --list-formats-extwith /dev/video0 the device number the webcam gets. There they show for MJPG …
-
Hab mir das Plugin mal angesehen. Ist ja recht speziell für den Pi - bei uns muss es auch unter windows und mac klappen. Aber die grund idee ist gut denke ich. Unsere Umsetzung ist etwas anders und benötigt auch keinen sense pin. Dafür klappt es auc…
-
Does host show that it is manifold? Non manifold object often create strange results like this. Faces are only allowed to define the outer boundary. Internal faces in model are not allowed and produce often error. Also better use PrusaSlicer if you…
-
So the bed does not move and for y the endstop is at the back if I interpret it correctly. That makes it a y max endstop and moving to back is positive Y direction. X endstop left is x min endstop. So yes Y should have homing direction 1 and define …
-
Strange errors often come from unseen problems like a sd defect or full disk that causes following functions to fail. Still strange that you could connect afterwards - would expect it be the same function that handles it on bootup. But sometimes a n…