Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Don't have this error message but we have Could not activate z-probe offset due to coordinate constraints - result is inaccurate!In that case you need a homing order with preheat (which can be set to 0). Then you can set homing posi…
-
Hardware problem. Your y endstop suffers from crosstalk so y moves are sometimes stopped early thinking it hit an endstop. Solution 1: Twist Y endstop cable and motor/heater cables running in parallel having contact to it. Solution 2: Set ALWAYS_CHE…
-
Firmware defines positions, limts etc. Server and host just need to know what the printer limits are so that is no override, just defining dimensions, speeds etc for internal use. Server start/end scripts would override host scrips if you print ove…
-
You need to post the url of the image so we can see.
-
What I mean is we do not communicate with Cura 2.6.1. We have CuraEngine 1.5.4 build in our system and if you changes config in host that is used with the buildin engine only. It has no effect on an external Cura installation.
-
Ok, will investigate and think about it. Anyway a big thank for your help and finding a solution, also we do not understand why that has an influnce on OpenGL selection.
-
In your router you set the port by selecting the service. If you use our image it is also running http on port 80 so selecting http as service should make it work. For webcam you shoudl omit < and > in the ip and bette ruse 127.0.0.1 as ip.
-
Yes, that is in deed the problem. Only thing I wonder is that if I compute position I get -19.6 so your bed must have a rotation that this results in -20.00036. So solution is to decrease distortion area by 0.5mm.
-
Yes, only these 2 homing orders use x and y homing position.
-
Timeout is set in printer configuration. But only increase it if it was too short. Default is 30 seconds i think. With repetier-firmware and busy protocol activated it can be reduced to 3 seconds as firmware would tell if it takes longer.
-
Ok, so since I need it for more other computers for the dpi settings, i will investigate how to make it an external file so users can delete it. I might add a warning on startup if it detects the microsoft gdi driver, so users are aware of the probl…
-
So we need at least the radius as additional parameter. If we then have a real probe or this simple solution should have no influence on the result I think. Here the z probe offset is just 0,0 while a probe might have a distance. Remaining questio…
-
Great work. Found where the version info is stored and set it for next update. One solution for manifest I found is removing windows 10 from compatible versions: Seems to work for HD3000.Main reason on the other si…
-
I assume the reprapdiscount full graphic 128x64 controller would work on ramps. Same pins and they seem to be compatible.
-
I only remember it happening with intel HD 3000 graphic cards. Have also an other intel graphic card that works without the problem. So at least this driver is prone of the problem. Question is still why it works for your test and not host. In your…
-
If you say repetier is working and marlin not, why posting here? We are the repetier forum and that is working as you said.
-
Ja 100% Sicherheit gibt es nie. Die Nutzung unserer Cloud ist auch nicht zwingend sondern muss explizit eingerichtet werden. Wem das zu gefährlich ist sollte es nicht nutzen, dass ist völlig ok. Aus ähnlichen Gründen erlauben viele Firmen überhaupt …
-
Looks like the firmware detects a endstop signal and prevents moves sometimes. Can happen with crosstalk to endstops. First solution is to disable endstop check in firmware. Compile with ALWAYS_CHECK_ENDSTOPS 0 set in configuration. That way false s…
-
Hard to say from this short part without ack responses and commands send. Errors like wrong checksum are detected fast and fixed on the fly. Communication timeout appears if firmware did not respond in time with a "ok". Reasons are: 1. timeout in …
-
Ok, for cnc usage it is useful. 3d printers in contrast use homing for this. Will not add this in V1 as I want no new features here, but it is a potential feature for V2 where it should also be easier to integrate. But at the moment we are mit of r…
-
Since host does not support Cura 2.6.1 for slicing I'm not sure what you are pointing to. Slicer settings need to be used in cura as you need to slice there. Parameters like printer dimension, baud rate etc are to be set in host if you print using …
-
Is it the server frontend asking for login? There is an option in the main menu to add user accounts. Only when it contains a user the frontend will ask for users. If you do not know any accounts here login over ssh and delete /var/lib/Repetier-Serv…
-
What gcode did you add and what is the log part when it happens? The server solution for this is just to add a ;@pause Filamentchange where you need it. It will then run the pause script and afterwards the unpause script.
-
What does slic3r crashes application mean? Crashes slic3r or does host crash when reading the sliced result? In the later case you can disable filament and travel visualization (in toolbar the 2 eyes) and it will not try to show them and should hen…
-
OpenGL is the 3d driver for the 3d view. Do you see it? That should have nothing to do with firmware connection.
-
Na ja hacking ist in dem Fall nicht ganz so einfach. Das soll ja zuerst mal nicht passieren, aber nachdem auch große Firmen immer wieder gehackt werden gibt es da sicher keine 100% Sicherheit. Damit ist man aber noch nicht auf dem Drucker, da diese …
-
If it gives some hints it would be in /var/lib/Repetier-Server/logs/server.log where it normally logs every connect/disconnect as well. Looking into klippy sources I found that this creates the port:# Support for creating a pseudo-tty for emulating…
-
Ok if you can at least disable reporting A: it will work. I have added an additional rule to also accept presence of T: or T0: to interpret B: as bed temperature. So on next release that should be fixed.
-
Check in log if you get any responses from your firmware. E.g. an answer on M114, M115 or M119. If not you most probably have used a wrong baud rate.
-
You mean like a normal debugger on windows? It is more or less possible with a hardware debugger but it will always interfere with interrupts etc, so you can only set breakpoints and you normally can not see variables, only registers of cpu. So that…