Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,079
- Last Active
- Roles
- Administrator
Comments
-
How old is your linux image? The tool we reference is only included for a year or so. It starts automatically when you use the terminal when supported.
-
Wrong config file! If you try the other soltion I did not recommend you need to put it in /usr/share/X11/xorg.conf.d/40-libinput.conf as described. My solution I meant was this one: In version 37+ we use a Raspbian OS based on the new Bookworm imag…
-
Wenn klipper darauf läuft ist er vermutlich nur über moonraker erreichbar von außen und noch haben wir keinen moonraker connector. Klipper wird aktuell nur auf dem Gerät unterstützt auf dem auch klipper gerade läuft. In dem Fall müsste man den serve…
-
Select terminal here, enter password for your pi (raspberry) and select touchscreen and then rotation. Then follow instructions as in documentation written for the touchscreen tool. It will open a tool on touchscreen to rotate screen or screen and t…
-
Bei dem marlin basierten Ender 3 Modellen musst du usb nutzen und Marlin als Firmware auswählen.
-
Currently no groups are planned, sorry.
-
Checking on my pi I see pi@RepetierServer:~ $ ps aux | grep mjpgroot 28916 3.7 0.9 161288 73580 ? Sl 07:45 0:02 /usr/local/bin/mjpg_streamer -i /usr/local/lib/mjpg-streamer/input_uvc.so -d /dev/video2 --fps 15 -q 85 -r 4096x2160 -o…
-
Service name is not visible you only see started file. Service is defined in /etc/init.d in filename klipper_Slugname. Klipper gets installed in /opt/klipper in subdirectories. there you can modify klipper after installation as needed.
-
Please check if the clock is set correctly or server can not access secure websites. Clock normally adjust after a few minutes with internet connection, except when internet is blocked on port 53, 80 or 443. Easiest solution to rotate is the rotate…
-
You only rotated screen not touchscreen. See https://www.repetier-server.com/download-images/ part Rotate Display for solutions.
-
But is supports mjpg. In your output you see [1]: 'MJPG' (Motion-JPEG, compressed) Size: Discrete 4096x2160Interval: Discrete 0.033s (30.000 fps)Interval: Discrete 0.042s (24.000 fps)Interval: Discrete 0.050s (20.000 fps)Interval: Discrete 0.067s (1…
-
I'm quite sure the brio does support mjpg but I have to wait for monday when I'm at the office where we have a brio.
-
Password should make no difference. It is only important that sudo is configured to run the commands without password question, which is what the configuration above would do.
-
Du you have sudo istalled? repetierserver has no password so you can not use it to login directly. On installation it adds a file /etc/sudoers.d/repetierserver-perms that allows running klipper install as root due to these lines: repetierserver ALL=…
-
Check marlin, they support the biggest list of boards I think. Eventually you need to install a serial driver depending on the solution used on the board. Here the serial chip model would be of interest. Some have usb on main cpu so they need a driv…
-
Ach ja der neue Stecker! Ist mir auch aufgefallen als ich die Webcam anschließen wollte, weil der auch ein neues Format hat so das beide wohl beides können. Du brauchst ein anderes Verbindungskabel wie das https://www.amazon.de/Waveshare-DSI-Cable-P…
-
Yes it is still planned, but no time for release. We often need to adjust to new developments on market. But it will come.
-
Der Pi 5 hat auch 2 DSI anschlüsse, Displays sollten dort genau so wie am pi 4 funktionieren. Einzig im neuen Bookworm das der Pi 5 benötigt ist der alte legacy Grafiktreiber nicht mehr enthalten, nur der neue.
-
Just switch sd card:-)
-
OpenGL comes with the driver for your graphic card, so try to find the latest version for Windows 7 and hope it has a newer version. 1.4 should already work but not with all features as it does not have some buffers needed to make it quick.
-
When you disable easy mode and check the console start, does it say it uses hardware opengl or is it using softwarre renderer and what version is the opengl driver? Must be 1.5 hardware rendering or higher, software rendering does not work.
-
In tools tab you activate "Extruders share same heater from extruder 0 definition (SHARED_EXTRUDER_HEATER)" and define 3 extruders with same heater and thermistor settings and remove option "Mixing Extruder (1 Nozzle/heater + 2 or more filament feed…
-
0x08000000 is where it starts for processor. Some have a bootloader at that address so if you want to keep the bootloader (if it is there) you must install it at start address of bootloader. If you can update with sd card you likely have a bootloade…
-
You clearly see perimeter not touching each other always and top infill not solid, so you are still under extruding! Increase extrusion factor and see if it gets better. Error can easily be 10-20%.
-
Thanks. For python 3 I installed python3-virtualenv package instead assuming it would be the python 3 virtualenv command. But that is a python script. So now I install also the virtualenv package for python 3 on first try.
-
How did you do that? According to https://www.raspberrypi.com/products/raspberry-pi-3-model-b/ pi 3 has only 4 USB2 ports. Using a usb3 switch will downgrade it therefore to USB2.
-
@DrAdam1986 the question here is in local net connected from Superslicer, not from external internet as I understand your problem. For external access see this faq entry: https://www.repetier-server.com/knowledgebase/access-server-from-internet/ No…
-
You have configured it as mixing extruder and default setting is all move same amount. If this is not possible it is better to define instead 3 extruders with shared heater. Then you can also have activate/deactivate commands to move the filament ou…
-
WIndows update gets only reguar updates, so you have to wait for 1.4.16 to appear. I think in maybe 2 weeks if I get no serious issues with current development and testing we will release it.
-
Are you using repetier firmware? 3d touch is a bit hard to configure. You have no z min endstop and assign the pin to z probe instead I think. But to work correctly you must add activate/deactivate gcode to send the proper servo signal to deploy/ret…