Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Disable easy mode to see log. But if you do not see it where did you get message from? You might need to enable ack/commands to see it fully. Normally that means your baud rate is wrong so we get no correct communication. Also make sure protocol is…
-
So far it does not complain about total size but text segment only. Make sure you have only selected one language. All languages is too much. Especially on melzi which is short of flash memory anyway. Hope you have at least the 128kb version.
-
Wenn alle am gleichen pin hängen melden auch alle ihre signale an den pin - egal ob der genutzt wird oder nicht. Alle FTD haben strom und senden high/low für ihren sensor. Das müssen daher 3 pins sein. http://doku.radds.org/dokumentation/radds/ Da…
-
First you can burn both with ISP connector. And the ATmega16u2 chip has no bootloader so you can not have deleted it with the upload. So if you never used the ISP port for your tests it should still be in tact. If you see the com port in windows it …
-
Header color already has a meaning so is no option. I guess you mean in home screen where you have all together? For an image I see no good position to integrate. But if you have a good idea please let me know. I also always have to check where the…
-
No, working hard on update and hope in april. You can already download linux version if you use 0.93.2 version in download link but it is not finished, so will get more. But I think I already compiled the zip improvement into it.
-
Ich glaub auch nicht das es funktioniert. Beim FTS wechseln high low signale ab. Aber was bekommt man wenn 2 high einer low ist? Und das die inaktiven low sind ist auch nicht garantiert wenn man annimmt das high stärker ist. Was da am Pin ankommt is…
-
Do you load it in host or slic3r? If host is it arranged there correctly? Then check when you slice - there is an option to not autoarrange the objects in slic3r.
-
Der Streamer war eigentlich immer schon Teil des images und hatte weniger Last als motion weshalb wir uns dafür entschieden haben. Aber ok, wenn man nicht will einfach die Datei /usr/local/Repetier-Setup/bin/startAllCamsumbenennen und all die Skript…
-
You should do this in console view and enable send commands. Then you see the commands that get send and compare the move and coordinates and can say if it makes sense or not. You then also can better copy the conversation and make some annotations …
-
Server will not go outside print area to protect print. However you can send G1 Z-1 in console if you like and firmware accepts this.
-
The AVR chip normally has fuses set to prevent overwriting the bootloader. So I wonder if you really managed to overwrite the bootloader or just having problems to rewrite firmware. I also got the timeout warning sometimes with healthy bootloader. S…
-
M119 does not move anything just reports end status. But the output shows me clearly you are in wrong forum. This is for repetier-firmware and you are NOT using this firmware. You should better ask in a forum specialized for the firmware you use. W…
-
For unload both length get added and retracted fast. You can change length your self and it gets stored for next change.
-
Das ist aber eher ungewöhnlich. Wenn du dich per ssh einloggst und ps aux | grep opensendest, siehst du dann das openbox läuft und damit der x-server?Wenn er nicht läuft sende mal/usr/local/Repetier-Setup/bin/runAtBootDas ist der Befehl der beim hoc…
-
The problem can even exist with supported compression types. It was a problem that happened when parsing the file and some condition was met. So guess you need to wait for the update then it should work with no problems.
-
I see what you mean. Fixed it for next update. Better rule would be html[data-theme="dark"] .CodeMirror pre.CodeMirror-line { background: transparent !important; color: #9a0b0b !important; }
-
Sounds like a difference between position server thinks you are at and where you really are. New positions are send by server with offset added to last position stored internally. But if you have e.g. a G28 X0 Y0 we assume the coordinates you entere…
-
The square comes from selecting the wipe tower. There it would have been. Skirt only appears if you have no brim/raft selected.
-
Es ist nicht schlimm wenn man es anders einträgt. Insbesondere wenn er es falsch aus den angaben ausliest. Darum ist es ja überscheibbar:-) Von welcher firmware reden wir und was hat er bei autodetect eingetragen? Wenn du parallel in einem anderen …
-
Not sure why you put Raspberry pi in the list - server version for windows would work as well. You can not modify a host connector - so if you say plugin you need the full connector and that is quite complex. Automatic reconnect might be simpler to…
-
Am einfachsten erst mal mit Ethernetkabel den pi verbinden. Dann hast du ja eine ip die du zur not ja im router einsehen kannst. Ich hab nicht so ganz verstanden was du wie versuchst, nur das irgendwas nicht klappt. Jedenfalls kannst du dann an dein…
-
Ja das ist richtig. Wir nutzen Openbox ohne fenstermanager um nur chrome anzuzeigen. Weil der normalerweise als touchscreen genutzt wird haben wir den cursor unsichtbar gemacht. Die app nutzt auch keine Tastatur und ist nur über touch/click nutzbar.…
-
Don't mind different layer numbers. Host has no idea what slicer considers a layer. Every new z position with extrusion is considered a layer by host and that does not always math slicer count.
-
Just a theory: You have ALWAYS_CHECK_ENDSTOPS 1 and when you moved printers cables shifted and now you get false signals to end stops from crosstalk. Set value to 0 so end stops are only used for homing, then it will not be a big problem.
-
Assuming it was at a legal position it is a problem in server/zip format. E.g. old thingiverse zips work, but newer do crash the algorithm. We have already fixed this for next update and hope your zip variant also works. It will still be a requireme…
-
Ja blödes Beispiel, weil die nichts sagen. Keine Ahnung woher die die Einstellungen beziehen. Pronterface fällt mir noch als Testsoftware ein.
-
Strange thing is that I did not change retraction since 1.0.3. So must be a side effect maybe. Do you have #define AUTORETRACT_ENABLED 0 If enabled that confuses firmware easily if you have pure extrusions. When you say extrude any amount was that…
-
Du installiest das image von unserer Homepage und liest die Anleitung auf der Download Seite. Da steht eigentlich alles. Hauptsächlich über den access point verbinden und deine wifi daten eingeben. Dann sollte er sich mit dem wlan verbinden und du k…
-
ok, then I have no more ideas when power problem is solved. Might be a hardware defect or something I do not see. You can try with some examples of https://github.com/greiman/SdFat and see if it works with the right pins. Just to be sure. That is t…