Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,079
- Last Active
- Roles
- Administrator
Comments
-
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.
-
Make sure you have always check endstop option disabled. If you get crosstalk to endstops during print moves will not finish correctly and result is random and wrong positions. So better only use endstops for homing and then ignore the signals. Hop…
-
We have no M0 command. If this is used witd sd printing you can use M25 to pause sd printing. If you use Repetier-Server to send gcode simply use @pause or install the manual leveling wizard which does a similar thing just interactive. You can mod…
-
Please do not use "move" action. This is making a priority move added at first position of buffer where you are adding the moves. Please try using "send" action and send the correct gcode directly. This will be appended and no need to wait for a bun…
-
Do they at least cause the action you send. If not it is no communication problem, but firmware is waiting for the heater to reach and stabalize the temperatures. After M109 and M190 the printer will stop responding until firmware thinks target temp…
-
If it works after a fake ok there must been an other command where the ok was missing from and since host knows M109 is a slow command it does not timeout easily at this now. You need to check what it misses. Except this I'd advice using Repetier-S…
-
Ist geplant aber nicht trivial da vieles damit nicht oder anders gelöst werden muss. Testdrucker ist aber bereits da und mit den existierenden Codes können wir vermutlich das meiste hinbekommen - zumindest im lokalen Modus.
-
Muss noch deaktiviert werden. Aus technischen gründen wird es bei unterstützung den bgcode auch nur wiede rin ascii wandeln. Wir müssen an jeder Stelle anfangen können zu lesen sonst kann man z.b. gcode nicht ansehen im viewer, da wir nur einen Laye…
-
Ja das aktuelle Image läuft auch auf dem Pi 5 und nurzt das aktuelle Bookworm Raspberri Pi OS.
-
Wenn die einträge da sind sollte es im Klipper Fester im Menü einen Eintrag dau geben (Starte Input Shaping). Der erscheint aber nur wenn die genannten Abschnitte enthalten sind.
-
Yes that is what I meant. In config tool just select E0 driver and both use same. Since only one of both is active there is no influence between them. Just note that both have same current setting! In case of tmc driver they must have identical sett…
-
I can not say for sure, but what could work is defining 2 extruders with extruder 1 usering step/dir/enable pin from E0. As I understand you can switch physically extruder and they have different motors which get switched as well. With this solutio…
-
Der Server installiert für den input shaper dioe pi mcu und erwartet in der Klipper Konfiguration die sektionen [input_shaper][resonance_tester][mcu rpi]die auch automatisch angelegt werden. Danach die änderung einbauen um den Sensor am skr zu nutz…
-
Ich habs jetzt auf eine Nachricht alle 15 Sekunden mit einem peak von 50 Nachrichten in kurzer Zeit reduziert. Das mit den Druckzeiten ist komisch. Wenn er wirklich so viel länger braucht würden die Drucker ja ständig stehen bleiben denn irgendwo m…
-
Prusalink is currently not supported, so only serial solution would work. What is this bug you refer to? On PrusaMini which has similar firmware we need to enable Ping-Pong mode for stable communication. Would that help here or is it a different is…