Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
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…
-
no informer is only available through app store and not free. But as said callmebot is also not free as it seems and more expensive in the end. Anyhow in 2 days you can use the nightly install if you use linux (see faq on how to install) which will…
-
Solution is very simple. In moonraker.conf just add [octoprint_compat] to enable the octoprint api and your call will work. Was the same on my system.
-
You are right it is in deed blocked for light version, but that was not planned. Will be removed in next release.
-
I only know a case in PrusaSlicer where they add a M221 for a special condition if layer height is 0.1mm or lower. Mut that is visible in the start g-code in slicer for that config. So maybe you have it as well somewhere for some conditions? Also …
-
Light should be able to use it the same way. Just tested it and it worked, but I noticed that the free messages are limited in count so if you have exceeded the number. Also please check server.log for messages from the service when it fails, it mig…
-
No one said it is hard. I don't see the terminator resistors for I2C not sure if they can be avr internal. But you just need to add a gcode that sends what you want to I2C. I think firmware includes already I2C at least for some displays, but since …
-
All pins directly connected to cpu can be used including servo pin if we are talking about a 3.3V output signal. Just ensure no other function is assigned to that pin. So servo pin is ok if no servo is configured to use it.
-
How did you say this? Slicern normally do not use M221. Instead they compute the E values by multiuplying 100% value with extrusion rate set in filament settings. Simply because M221 is not meant for slicers - it is to adjust later in print in case …
-
You mean slicer adds M221 Sxxx to change flowrate? Despite the fact that on connection start we set it to 100% we do not block it. Except if at some point firmware says M221 is not supported after that we would filter M221. You can send M221 any ti…
-
They have a modified repetier-firmware. The orinigal has no gcode to i2c so if they did not add it for some features it will not work without creating a own version where this functionality was added.
-
Ja es gibt ein Limit. Wenn zu viele Meldungen in kurzer Zeit eintreffen werden die letzten nicht gesendet. Grund war das wir einige User hatten mit mehreren 1000 Nachrichten die Minute (wegen eines Fehlers in ihren skripten wo sie per @pushmessage w…
-
Please check first in Printer Menu->Printer Setup if you have set a temperature offser. This is tu use same gcod eon different machinse which have some deviation and need extra temp. This gets added to temperatures you want to send with M190/M109…
-
You must define temperatures first and save and later select that one on the right side in effective slicer settings.
-
Es sollten die gleichen Einstellungen wie beim MK3+ sein. Wichtig aber da du offenbar serial/by-id nutzt und 2 mk3 hast - haben sie unterschiedliche IDs? Sonst auf serial/by-path wechseln. Dann noch im Prusa checken ob Settings->RPi Port off ist…
-
Everything is fine on server side. As I said when we get Unknown command:"M104 240" server assumes M104 is unknown so it prevents resending it. It does not know klipper in reality means wrong parameter for command as it states it is unknown and res…
-
Since it worked at the start I and now M104 does not appear any more I think klipper did send // Unknown command:"M104" during the print also I do not have an idea why it should do so. Did you log a first print and search for // Unknown command: to …