Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
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…
-
The brio needs to be connected to USB3 (not sure if USB3 was added in pi 3 or 4, you see it when plastic is blue on 2 ports) or it will only deliver full HD as max. resolution hardware side, so maybe that is the reason? Please with that resolution …
-
Linux war schon immer schwierig insbesondere wenn die Anzeige auch noch skaliert wird wegen hoher Auflösung. Die implementierung von Windows Forms sieht da leider nicht immer gleich aus. Daher haben wir schon alles auf dynamische Layouts umgestellt …
-
If you have Repetier-Server as well make sure it is deactivated, also under windows the first software claiming a port will have it. But some boards sometimes timeout during firmware upload or fail to connect at the start (then some other software …
-
I do not print with ABS so can not say too much. But it has a narrow temperature range where it works. You should really test if extruder movement is well calibrated when nozzle is cold and if it also can hold your extrusion speed when at target tem…
-
Actually in this version we assume same steps for all 3 axis taken from z, so it is a must that these are equal which normally is the case if they use same belt/idler/tension. But deltas a difficult to calibrate. The escher tool optimizes for bed g…
-
Yes, that is possible. See https://www.repetier-server.com/startup-configuration/ for where to put server xml definitions. What you are looking for is overwriting this entry: /var/lib/Repetier-Server/
-
What material are you using? On first glance I think you are underextruding so material is not enough to stick well or close top correctly. It might also be a bit too hot as I see a lot of shrinkage or you are using abs which has high shrinking rate…
-
Cod elooks good except ;G1 Z0.294 F7800.000 which prevents head going down making it print at 5mm height.
-
Connect it to a host and watch console with output. Sounds like it should show brown out as reason for restart. Means 5v did go down too much so cpu rebootet. Other reason could be triggering reset but would not know why. Could be the mosfet for th…
-
Please do all config changes in the tool. They are stored in 2 places one for the tool and one is the result. When you modify manually the tool will not see it and remove your changes. At same place where you change the min (mechanics-> Endstop…
-
Just open the wizards tab i printer menu and then call assistant manager. There you can select it from predefined wizards.
-
> but the Repetier website removes the maximum settings. You mean in config tool? I still see length for x,y,z even with max end stop added. Must be less than real distance to endstop.
-
Normally it should not make a difference. It is added as @moveAbs command and when it gets executed it puts the G1 command computed in front and deletes it self. You should see this in console when you enable commands viewing.
-
Installing bleeding edge I could reproduce it. Seems it now needs one more option to compile and link. I have fixed it in the klipper installer so please rerun install input shaper. Should now work again.