Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
In server frontend in printer context menu is a log page where you can enable logging and also download logs. In rare cases you can get multiple reconnects until a printer works. Especially if printers do not reset this can happen if firmware was d…
-
Host just sends a 10mm move command to fimrware which executes it. Double steps per mm in eeprom editor and test again.
-
Did you change printer firmware? Directions are defined in firmware not in host. In host you only can configure to inverse meanings of arrow keys so left becomes right but G1 X0 will always be left move and G1 X150 move it to the right. This is inde…
-
Is this in host? Typical reason is a wrong baud rate, then it gets no answer assumes failure and retries. I also had the problem when I had Klipper running which intercepted my normal printers communication. For klipper firmware you need to connect …
-
Please see in log what exactly gets called. Also make sure the version in slicer manager in set correct. Some command line parameters from older versions crash the start. Since the error mentions a config file it might be unable to read the old con…
-
Host uses the server api to communicate. A direct TCP/IP throughput is not implemented yet. Such a throughput is also not always the best idea. Server does not know what you do so all it would do is forward commands and this may even currupt a print…
-
We use NetworkManager for configuring wifi, not wpa_supplicant. You can create /boot/repetier-network.xml which should like this, just with correct data: false DemoSSID TestPassword …
-
Check this website https://www.repetier-server.com/manuals/programming/API/index.html There you see how to remotely execute commands on server. E.g. send command @pause using a simple curl commad. So if you have a script that watches your pin, just…
-
Very strange, but log seems incomplete so I can not fully analyse. You need to have all communication including ack marked. I see a N11 command not known so I have to assume firmware got the first 10 successfully. Then I see 20:30:27.442: Unknown c…
-
We have no USE_XMAX_PLUG, so are you using a different firmware the repetier-firmware? For definition of cross-talk ask google. In short iduction from motor cables can cause voltages on signal wires causing a stop if the treshhold is reached.
-
Wow - 6500 is full overkill. If you are on 8 bit platform even more. Extruder can there move max. 10-15kHz frequency, so limit is 1-2mm/s. This might even limit max. xy speed. Most extruders have 100-200 here and values around 500 would be very good…
-
Yes, V8 was developed on a Pi 3+ to support that as well and is based on latest debian release. What is the problem? Does it not boot or does server not work?
-
In mechanics tab near bottom "JAM_METHOD" defines if high or low is the signal to trigger, or if you measure movement by a pulsing signal.
-
Maybe you can theak mount options for NAS so it always uses a user with read/write permission. I have seen such user mappings already, not just sure for which file system this was.
-
Yes, that looks right.
-
G0/G1 moves are buffered and executed in background for print quality, so yes M400 is the way to sync these moves so following moves execute when they are finished. Also be awayre about G340 being similar. They only set position and timeout but do …
-
No, there is no switch. It might even break if it was in relative mode if I think about it. Do not think it change sthe mode.
-
It is an error in communication between host and server. Need to check this if I also get it. When exactly does the error appear?
-
I just tested it and it worked as expected. I could even add prints while printing. They then get added to the waiting queue instead of being started. Just make sure the selected group shows a file, or it will not work. Maybe someone can post a ima…
-
Yes, but that will unfortunately not work with our system. But you can at least jump to a layer directly at the bottom selecting layer and hit the button. Then you can mark code parts and also see where it is. Not as easy, but best I could do.
-
The code contains T0 and T1 to switch extruders being active. But always use E or A as axis. That is how it works in reprap firmwares (whcih use E).
-
Typically you have 3 places to define offsets. The best solution is to define it in firmware and have slicer and host set it to 0. Since you see it in host with offset you have set it in slicer and/or host. Set both to 0 in that case and it should …
-
We use a 32 bit variable for steps. Also computation might make it not use all bits I wonder if you need so many steps that it does not work any more. - M232 - Read and reset max. advance valuesShould output maximum steps used (limi…
-
War mir sicher eine Antwort geschrieben zu haben. Klar ist das es keinen deadlock gibt. Er arbeitet ganz normal weiter. Du hast ihn dabei erwischt das er auf eine Antwort wartet und das er eine Zeile senden will. Fragt sich also warum er dabei hängt…
-
These values are not meant to be changed during printing. You can change all eeprom values with M206 but you should not do this constantly as write cycles for eeprom are limited also they are quite high.
-
You have offsets per extruder, but these are to define position of extruders agains first extruder. So with that you need no offsets in print. So why do you need it? Knowing what it is fore allows better thinking about what is possible.
-
If it is installed, there should be a error in the timelapse view telling you what got wrong.
-
You can not say which it uses. It uses software if it finds no hardware OpenGL