Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
To access console you jusr login using a ssh client like putty with login pi and password raspberry. But that is not the problem. 4:52:44.362: Info:PowerUp4:52:44.362: Detected EEPROM version:194:52:44.366: Free RAM:834324:52:44.366: SelectExtruder:…
-
Did you set firmware to Repetier-Firmware? I see it starts with communication but the second command here seems to cause an error and then it stops. Maybe that prevents full correction.
-
If you have enabled fast corexy not, otherwise yes.
-
Compile firmware to send line numbers with "ok". In log you see it has 109 bytes in buffer (server thinks so). But since nothing seems to happen it times out. This happens if "ok" is not detected due to com errors. Line numbers help server detect th…
-
In host printer shape you also need to define homing position after G28, then host allows you to move correctly.
-
Yes, I see that. Running a second instance on pc should not change how the pi chrome acts as they are independent. I think the trigger causing the problem just did not happen like with your friends version. Maybe it would be a good idea to activate …
-
Das ist mehr ein linux Problem. Die erste webcam ist under /dev/video0 erreichbar und die zweite unter /dev/video1. mjpg mit unserem system mappt immer video0 auf 8080 und video1 auf 8081, aber wenn dass dann andere Geräte sind sehen die das nicht. …
-
Ok, so back to firmware theory. Did you upgrade firmware before it started not working? If so which firmware and version is it. Don't have both printers for testing but it might give a trace. What might be possible that now parsing some responses ma…
-
Let's encrypt now also supports wildcard certificates if you have DNS access for your domain!
-
It's all defined in /boot/config.txt Read https://www.raspberrypi.org/documentation/configuration/config-txt/video.md for a list of options and values.
-
Ok, since it worked before without being updated I assume it has an other source. If you changed firmware that could be an issue, but I do not know how it should affect the interface in such a way. But lets see what the new image does.
-
The resistances make no sense. At 25°C it is 100k = 100000. My guess is you forgot to multiply with 1000 so you get ohm and not kohm.
-
I agree it is difficult. I also would google if someone had solved this combination. Many boards have some special displays they are prepared to work with like RADDS with RADDS Display or Sparklab display for RADDS. Most can be made working as it is…
-
> Im not sure why the .NET error says v4.0.30319. Because we only require that version. Having 4.7. is fine as it includes older releases. We develop it under Windows 10 so that is in general no problem. Unfortunately the message gives no hint w…
-
The server runs on 3344 and is always addressed as root. You can not easily move it into a directory as the references are not all relative but normally absolute which is why you get the file not found error. Not really sure if that can be solved by…
-
These are web apps and completely independent. Touchscreen is connected via localhost so there is no problem in communication etc. Did you use our image (which version) for the pi? There is a updated image now (V8) using latest debian stretch/chrom…
-
Sounds like the xwindow system doe snot know it should use the displays framebuffer as target and puts all data into HDMI monitor instead. Can not say how you can tell this to xwindows but I saw the option "PiTFT as HDMI Mirror (Best for Raspbian Fu…
-
Ok, could replay the error. Happened only in preview and not in print. Have it fixed for preview for next release.
-
I'm pretty sure we have no predefined settings in DisplayList.h for this combination. That means the pin settings will not match. I'm also not familiar with smart ramps and it's differences. But due is 3.3V while Mega 2560 is a 5V processor, so man…
-
What do you try to show me? The log shows no commands so there is nothing to check related to the problem. See the generarated gcode from slicing especially the beginning as you said it happens on the start of print.
-
You can not run stl files, you need to convert to gcode using a slicer first. Firmware normally prohibits move to unallowed coordinates after homing so first question is why it does not. Then you can read the gcode or just actvate log in commands to…
-
Wir nutzen jetzt eine abgewandelte neue version der SdFat bibliothek. Wenn die Dateien im Repetier order vorhanden sind, welche Arduino IDE wird verwendet. Ich hab es nur mit 1.8.x getestet und da hat es kompiliert.
-
I also do not know. Do not speak Python. I only modified an existing version to create the right gcode syntax. That is also why I can not say much about how it works.
-
It's unclear from message when this happens. No code from repetier is in the backtrace. But since it has to do with streams it is either writing or reading a file. Probably the the pipe to show messages from slicer to host log or if it takes longer …
-
When you disable motors position can change, so again position is untrusted.
-
Klar reden wir von unserem pi image, das andere ist ja ein Paket :-) Das mit dem Link muss ich untersuchen und ggf. rausnehmen. Bei all den möglichen Linux versionen ist es nicht machbar andere Pakete exact anzugeben. Alte haben nicht mal chromium u…
-
This is a mathematical problem from explicit integration used. The minimum z jerk to compute first step with acceptable error is computed depending on acceleration. Was already done in older versions but without the message. You can ignore this as i…
-
You did not home. Until you homed this indicates that real position is unknown and should not be trusted.
-
In the plugin you can not change orders. They are executed in the order inkscape promotes the selected path. So you might try by changing selection order or by making it 2 gcodes - one with inside and one for cutting and connect them afterwards remo…
-
Maybe the firmware update changed baud rate. The wizard will test them on adding them so that could be why it worked afterwards.