Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,079
- Last Active
- Roles
- Administrator
Comments
-
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 …
-
Ok, today I printed 2 Objects in a row using Klipper printer and it worked. Afterwards I changed temperature with server temperature control which did send M104 and it worked. So on server side this looks good in my case. So big question is where d…
-
Everything is fine. We work with different slicers and do not rely/promote their layer count concept. In Repetier-Server every time you extrude on a different z height we count this as layer. So if your start code e.g. has a prime line at other hei…
-
The devices are adding their sockets all in /dev and if you have hardware using USB it enumerates them as they get created. I think the udev system is then adding extra symlinks to make them accessible in a more predictable way.
-
Dann müsstest du aber ein spezielles Kabel haben, da normale Kabel ja keinen Stecker wie usb sticks haben. Der korrekt usb Anschluss ist nahe dem Ein/Ausschalter und nicht am Display.
-
You are right, it is not nicest solution to run it inside a home directory of wrong user. Actually I think software should not be installed in home directories at all, so any other directory would be better. /opt/moonraker would be a great place for…
-
Schon mal usb an Windows Rechner angeschlossen um zu sehen ob er da erscheint? Beim Prusa MK3 kann man den Seriellen ausgang auf intern/extern umschalten. Bei intern geht dann über usb nicht. Bin nicht sicher ob das beim Mini auch existiert. Ich n…
-
Files are in folder of user pi belonging to pi. Make them accessible sudo chown -r repetierserver /home/pi/moonraker-env and eventually also home dir readable for anyone sudo chmod a+rx /home/pi then try restarting service.
-
/dev/ttyUSB0 is first seen device /dev/ttyUSB1 is second seen one. You should not use them. Linux creates a symlink in /dev/serial/by-path when it connect so it always selecting the correct one if you use that on both.
-
Fortunately moonraker is quite independent, just needing the communication socket and access. If you run it as use repetierserver you might also just make the klipper config folder a link to server folder for klipper configs and both would see them.
-
What port did you select? Sounds a bit like enable order matters and that means you use names /dev/... and not /dev/serial/by-path or by-id when they differ. That way it might also mi firmwares and not being satisfied or if you still have the anet t…
-
Actually it is a default installation https://moonraker.readthedocs.io/en/latest/installation/#installing-moonraker but in moonraker.conf you set socket to klippy_uds_address: /var/lib/klipper/sockets/Sidewinder_X1_Klipper.api here Sidewinder_X1…
-
Ah, sought Knomi was a new printer model. Yes we have no special things written. Guess knomi would need to use server api but does not support it. However you can add moonraker to pi if you need this. Just configure it to use the server klipper inst…
-
Or you tape the 5v pin on usb adapter as shown in our faq. Would also solve the anet issue:-)
-
Yes that is what I meant. And with that switch you can disable server from assuming it is active until it sees a response that is expected so not switching on/off.