Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
What do you mean with does not identify type of filament? There is no type detection. You need 5 extruder definitions with all pointer to first extruder for temperatures. Here my MMU2 printer config when I had MMU2 mounted for comparison. https://w…
-
Due is supported by V2 also you might need a own board definition with your pin numbers. Not all pins are PWM capable and some are bound to a timer, so check our documentation which pin can be used for pwm since that is critical. Also check what you…
-
From this I can not say or see what is happening. Please enable log and describe on which log line what is happening. On extruder switch e.g. T1 we assume to start with E0 in same extrusion mode as previous extruder (absolute or relative). Now the s…
-
Da ist nichts verdächtiges. Eine einfache Lösung ist gcode in 2d Vorschau ansehen. Da steht rechts dann X/Y Printed: .... Der bereich muss mindestens abgedeckt werden. Es gibt noch nicht druck Bewegungen, die stehen da leider nicht. Die kann man nur…
-
The GPIO solution is für digital i/o of pins and PWM if supported. It does not include using the serial pins. If you need them you need to write a external script that sends the command and call it with @execute cmd param. External scripts can be ad…
-
You nee to add it to printer configuration->webcams. Add a new webcam and enter the url to get mjpg stream and jpg image. These differ between solutions so I can not say what it is for you. Try right click on img/mjpg stream when you see it from …
-
First I would suggest installing Repetier-Server and print using that. Host has a connector for this so it can be used later like in host. Big advantage is that it does not depend on hosts window updates, so if these stall due to some reason, print…
-
Do NOT use V1 firmware for this. It has no pwm support for laser and abc motor support is not really good. What you want is V2 firmware which is modular and easy to extend. It already supports 7 axis out of the box also for better hardware (e.g. ST…
-
So you see the file appear in the folder? Normally after M997 (is supported) it updates and renames the file.
-
If it happens later in the print and not on layer 1 it is normally not leveling dependent. Is your extrusion well calibrated? One other reason is when you extruder more then needed for 100% so the extra filament stacks up until you hit it. Without i…
-
Auch wenn sie übereinstimmt gibt es - vermutlich gleich am Anfang - eine Druckbewegung wie die prime spur beim Prusa, die außerhalb liegt. Prusa legt z.b. bei y = -3 eine spur auch wenn das Bett offiziell bei y=0 anfängt. Definiert ihr dann dass es …
-
We have defined a special answer to confirm firmware version. So if you have smoothieware your version has probably a different response then the one we programmed. In case of smoothieware we expect System Clock: Yan you paste the printer response…
-
What do you mean? You have 2 models with same name and it gets assigned to the wrong one? Can actually happen since queue and model files are not connected and we just do it by comparing names. Maybe we should instead use some checksum on the gcode …
-
I know, but since servers do not know all the other servers he can not provide it. Also logins on these might differ. That is what extra information monitor has. As said it is a planned future feature to have a kind of master, but not yet possible.
-
No there is no export function, sorry. But depending on firmware server guesses a lot correct when installing with the wizard.
-
Nein, keine Antwort auf meine anfrage. Und da alles closed source ist macht es dann auch keinen Spass wenn man nie weiß wie die etwas anders macht und hilfe braucht.
-
I saw you already found Repetier-Server Monitor which solves this. Instances do not need to know the other instances and they also do not know your login/passwords. Monitor stores these locally on your computer so it can do it. But in the future th…
-
At the moment I'd say no. This sounds very complex since we would also start a dialog on what to do (print, queue, store in which group ) after dragging plus we need printer specific data that is not in that view. With that there is no big benefit o…
-
Repetier-Host does not support configuring timelapse. When you are using Repetier-Server Pro you can add a webcam and then in the regular web gui in the webcam tab you can activate and configure the timelapse function. In global settings is also a…
-
Repetier-Host is stand alone and has no integrated remote API. The only solution to integrate new functions is by using our plugin system. With that you can write some code that queries e.g. a keyboard to execute some gcodes when hitting them.
-
That would be the github storage: https://github.com/repetier/Repetier-Firmware
-
That depends on what you want. If you want the extruder always to stop over the bed you just adjust // When you have several endstops in one circuit you need to disable it after homing by moving a// small amount back. This is also the case with H-be…
-
You are talking about uploading to server inside repetier-host, right? These groups are not printer groups, but gcode groups. Every printer can have multiple groups to organice stored gcodes. You can also select new groups. Due to a bug in old host …
-
Yes, that is how we do it. Just connect to same serial and switch baud rate. And call seems to work. So might be a timing issue being called too quickly maybe so it does not work. After all if I understand you when you call it a bit later it starts …
-
du kannst auch in /etc/udev/rules.d/ die Datei 10-flash.rules ansehen. Da werden die mounts zugeordnet aber nach Gerätenamen. Problem ist wenn du das umstellst must du den gerätenamen an den service übergeben damit der richtig mounted. Da wär ich ab…
-
Auslastung kommt mir hoch vor. Hab grad mal auf meinem pi 4 mit original pi cam, ich denke ca. 60cm Kabel getestet: FPS 10, Server: 12%, mjpg_streamer: 6% FPS 20, Server: 20-30%, mjpg_streamer: 9-10% FPS 30, Server: 26-35%, mjpg_streamer: 17-18%, ng…
-
Das mounten erfolgt über Skripte in /usr/local/Repetier-Setup/bin: usb-mount, usb-mount2 und usb-mount3 Die werden direkt vom Kernel aufgerufen wenn er erkennt das sich eine Festplatte verbindet oder getrennt hat. Aber die Label sind immer fest vor…
-
It really depends on your requirements. Repetier-Server is by now fairly good configureable. You can write own commands or make other commands being replaced by something else. You can replace head type so it does not require temperatures. But in th…
-
Nein das kann man nicht sehen oder einstellen. Linux monted die erste die er sieht als sda die zweite sdb und dritte sdc. Und Device ist zu flash/flash2/flash3 gemappt. Das einzige was hilft ist zu wissen in welcher reihenfolge sie verbunden wurde. …
-
Das kann auch gut ein bandbreitenproblem sein. Hast du per Kabel (gut) verbunden oder WLAN. Per wlan kann es sein das er die vielen MB/s nicht schafft, da sind die Transferraten beim Pi oft nicht so hoch wie man denkt. Darauf deutet ja schon dein Te…