Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Da wir den gcode nur senden und nicht die extrusion ändern, nein ist nicht bekannt. Es gibt einen Befehl M221 der unterextrusion ermöglicht. Kann man auch oben im Druckmenü anpassen - der Flow Regler. Aber den muss schon jemand betätigen oder der gc…
-
You are using the wrong end stops. Deltas have xyz max endstop and not min endstop. So assign them to max endstops instead and it should work.
-
Host only sends gcode. So if it sends moves for a rectangle and one move is 45 degree it is normally a firmware problem, also I don't know an error where one direction causes 45°. If it is handled like a corexy it might give you such a strange move …
-
#define X_HOME_DIR 1#define Y_HOME_DIR 1#define Z_HOME_DIR 1 That is to max direction but your end stops are at min position so -1 is correct value. Change it in config tool or your changes are lost on next usage. Also bette ruse the dev version if…
-
What does you complete log look like - including ack and commands!
-
Ok I understand. See https://www.dropbox.com/s/lg3ikq3rod509es/Configuration_Pharaoh.h?dl=0 that is my 5 year old config for my Pharao with 20x4 char display. Might be a good start - guess config tool will level it up to latest settings automaticall…
-
I never succeeded to start it as daemon without this. You can start it manually instead of as service, e.g. in your autostart folder. "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Server\bin\Repe…
-
Might be related to another problem. AP uses WPA2 by default and the implementation is somehow broken and sometimes does not work. Set Ap encryption to WEP and it normally works. Can be done in latest images in /boot/repetier-image-setup.txt editing…
-
As I said all components must match your hardware and all pins and also the controller type. Most likely one of the 2 reprap discount variants. But I can't tell you what the correct values for an unknown printer are. That task is up to you if you co…
-
There is no need for different firmware! Firmware is on the due and is ok - just connect the usb port to the other pi and all is done. Then your pi controls the printer directly over isb and not tcp any more. The printer display still controlls the …
-
You are doing it correct. The unknown command message comes from the printer so the printer does nut support that command I'd say. Send e.g. M114 and you would see position in response.
-
You are using RAMPS board? Disable fan support. Fan is set to same pin as heater for second extruder and only one function can use the pin. If you have a fan configure the fan pin to the pin used for fan.
-
No message where to expect. Will test with a fake message and see if I get it. Still see no error in implementation on your side only if you have push messages disabled or pause push message disabled it would not appear if detected, but you said all…
-
Commands to set extruder are T0 and T1 so firmware starts counting with 0 which is not intuitive. So host starts at 1. But commands show the firmware order of course. If you sliced for single extruder it will use the currently active extruder. For s…
-
Kommt auf das Betriebssystem an. Wobei ja eigentlich nur bei Linux keine Treiber mitgeliefert werden. Logitechs klappen da bei mir gut. MJPG support ist wichtig. Man kann auch googeln ob eine spezielle webcam auf einem Gerät funktioniert - hab schon…
-
Ist die Spannung stabiel? Siehe https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ Insbesondere ist die Frage ob vcgencmd get_throttled 0x0 zurück gibt. Das wäre eine bekannte Ursache für Verbindungsprobleme.
-
Good to know that they replaced the message by a new one. So far your replacement looks good. Did you restart server after changing? The files are only read once at the start. I also checked the sources and it will send the push message if pause me…
-
Great. Make sure to select a supported board! There are quite some 32 bit boards and not all are supported by us as they use different processors.
-
Your first server.log.0 only shows that it got started and connected to printer. Contains no connection lost and no print start at all. So what exactly did you at 2020-04-26 16:05:25 ? Did you boot the pi oder did you start a print and server crashe…
-
G2 and G3 is same implementation just different direction so behaves the same. I don't think there is anything wrong here if it not running faster then F900. The main problem is buffering and segment length. We can not handle arcs natively - they g…
-
No need to learn that much about pi. We offer a pi image where webcam works out of the box and server is preinstalled. You should in this case also connect pi directly to the RADDS board inside the printer so you have no indirect connection any more.
-
Trigorilla is a RAMPS 1.4 compatible board, so you should have selected MOTHERBOARD 33 aka RAMPS 1.4 and there the problem would not happen. When you are compiling a firmware you must know how you configured the printer - each printer has different …
-
You need to define the main board to compile the firmware! It is the value of MOTHERBOARD in your configuration.h Also please respond in english, I don't speak italian.
-
Logs switches between server.log and server.log.0 so current output seems to go to server.log.0 now. Your power situation sounds very good. Since it happens always on print start you should enable logging and see which commands got send to printer u…
-
What resolution does your display have?
-
Super das es geklappt hat. Hab die bibliothek mal gegoogelt. In einem thread für Raspberry mit gleichem Fehler hat wohl sudo apt-get update sudo apt-get install --reinstall coreutils geholfen die beschädigten Dateien wieder herzustellen. Dein Linux…
-
Ok, server macht es richtig und der Fehler liegt in der Linie. Du willst wohl 20mm runter gehen, bist aber in absoluten Koordinaten, gehst also 40mm runter. Das gibt dann totales chaos. Auch solltest du die größe nicht mit der Prime Spur berechnen l…
-
Klar schick mir pm mit dropbox link.
-
Maybe you have undervoltage problems. See https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ Especially run vcgencmd get_throttledand check if it returns 0x0. You can also check /var/lib/Repetier-Server/logs/server.lo…
-
I mean which motherboard for the printer like RAMPS, Rumba. Arduino Mega 2560 is just a processor that is used by many printer boards. If it is a self made board you just forgot to add the pin definition for MISO_PIN