Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, that is no problem. YOu need to connect them always to same usb port and then use /dev/serial/by-path/... to detect which one it is. /by-id will be the same for both so is not suitable to distinguish.
-
Yes. Only the last 5 used print logs will be stored, older get deleted automatically. Also server.log will delete it self after reaching a critical size.
-
Where do you see temperatures? On printer lcd oder pi screen? Because pi screen should not show any if it thinks it is disconnected and would also reconnect if possible. I ask because a known problem is when linux does not disconnect serial but comm…
-
Ich nehme an updates sind wie beim Smoothieboard über hochspielen der Datei auf den angebotenen flash speicher? Dann nicht. Wir wollen demnächst noch einen DFU uploader hinzufügen, aber ob das board dfu unterstützt weiß ich nicht.
-
Have removed the prompt like with the other commands.
-
If the error does not repeat you can ignore it. It is just a fixed communication error. The sensor error comes from anycubic firmware which is a marlin firmware. It is independent from any communication errors. I guess it got illegal temperatures w…
-
What did you enter to get pid? ps aux | grep tier is what I normally send. Do not copy the command prompt left from command.
-
There is no command that blanks the lcd - the only thing is that sending M117 can change the last line. Can you test if M117 causes the blank screens? With the quite old Marlin 1.0 that might be a problem or source of the problem. In printer configu…
-
That is more a firmware setting. Adjust steps per mm for extruder so that 100mm extruded sucks the filament 100mm in, then it matches to what slicers would expect.
-
Make sure firmware is set to Marlin or it will not work especially if repetier-firmware is selected instead. If it still does not work check baud rate and try setting RTS/DTR to different values especially high/low and low/high. Some boards only com…
-
With mac open terminal and run ssh -l pi ipOfServer password is raspberry then you are user pi and can run all linux commands you like.
-
There is no compilation that works on a pi since it is not an intel processor. But the monitor was also made for bigger pc and monitor without explicit touch screen support.
-
That is not supposed to work if I understand you correctly. The TCP/IP connector is for printers offering a telnet port instead of usb connection, not to connect to an other repetier-server. Each server needs to connect to it's printer with usb as u…
-
It is a pure driver problem. You can run repetier-server from a raspberry pi and it should not happen. At least I got only reports about that problem with that chip on windows. None for mac and linux.
-
eeprom is only visible if host detects firmware supporting it. Means marlin derivative or repetier-firmware. What does M115 return? I know they had modified it to contain not marlin in the past and I adjusted detection but maybe they changed it agai…
-
At first place it is a FDM printer firmware. CNC/LASER is just an simple addition since both also just require a moving head and some means to enable them. Anyhow G92 can change the coordinate used in gcode so G92 X9 Y52 would change current positio…
-
A laser is no extruder! You do not control it with temperatures. You need to configure it as laser by setting the laser pin and using the laser mode. Also D9 and D10 have both main voltage output. TTL input only needs 5V so that can destroy the laye…
-
No one wants full logs. Post the part where the error starts with some lines before and maybe 200 lines after it started. Should contain the required informations.
-
If an other software is connected to serial you can not connect. Did you maybe also install Repetier-Server and configured it already to connect? See http://localhost:3344 In that case do not use serial connector but Repetier-Server connector in ho…
-
For TTL logic I use one of the free pins on the extension pins. That just needs only %V but no high amp. So fan controls if laser gets power at all and the pin controls if laser should be enabled.
-
You missunderstand where the problem lies I described. It is not the protocol that fails. The communication between board and windows freezes for some reason. It can be in serial-usb converter on printer board or in windows serial usb driver. We jus…
-
Since display is controlled by printer firmware it might not show everything we want - depends on implementation. But all the new stuff is why we ordered one for testing and optimizing. Maybe we need to add a new firmware type to get it running. Wil…
-
Assuming you see timeout messages in log and no responses from printer firmware any more: So also serial connection is still open the firmware either crashed or the communication stack has a problem preventing communication to further work. This h…
-
Log is incomplete - does not contain send gcodes. But from the time where the timeouts start there are no more responses from firmware. So also serial connection is still open the firmware either crashed or the communication stack has a problem prev…
-
Sieh dir mal Repetier-Server Monitor an, da haben wir das schon so gemacht:-)
-
No, laser TTL is only on full power during moves or off. Not sure about other lasers but mine has a focus point when it gets it's12V power that I can use. I have connected that to a fan output so I can enable/disable this while the laser logic enabl…
-
NUM_EXTRUDERS is what was used in V1. Making the firmware more flexible this has become NUM_TOOLS since it could also be laser or spindle or syringe in future. With your FEATURE_Z_PROBE definition you triggered old codeparts that have not been conve…
-
Can you please start it from cmd.exe like this instead and report the error message: execute cmd.exe as administrator then run: "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Ser…
-
I currently work on rumba32 support (ST32 based board) which I want to put into my now non working delta. When done I will also test z probing which will be similar to your case with z max homing. Then I will see if there are problems. Currently I o…
-
Currently not sure but did you try rotating encoder when the screen appeared? The screen appears if host sends special m codes about layer, name, progress which is what users normally want to see.