Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok, was hast du für eine Z methode bei dir aktiv? Mein Klipper Drucker hat leider kein z probe. Aber vielleicht nehme ich z endstop um es zu emulieren auch wenn es dann immer genau passt:-) Werde posten wenn es eine Testversion gibt.
-
An overshoot is normal especially for high power heater. Until targen - PID_CONTROL_RANGE it will use full power (max drive) and then PID only starts to kick in. Depending on power even completely disabling power might cause overshoot due to delay h…
-
The service is in /lib/systemd/system wrong order of having d appended to system. You also need to reload daemons and restart service for this. When you run sudo service RepetierServer restart it will show the command for reloading - always forget …
-
I see you selected to move 100mm here. Some firmwares limit the maximum for a single move to something below. Try 50mm instead. For next release I have changed line 50 in wizard to send instead @dialogButton "Start" " @moveRel E{{global.eDistance}}…
-
If they are compatible it should work. I remember there is a mks board that has a additional fan power output, but rest is identical. So that pin is not usable with official fan pin then and you need to select the digital pin number instead of FAN 0…
-
Your usb rules say that these files chould only have user root permissions 0600. See https://askubuntu.com/questions/112568/how-do-i-allow-a-non-default-user-to-use-serial-device-ttyusb0 second answer might be what causes your linux to only allow ro…
-
Bei pi cam würde ich wie im download Bereich beschreiben den legacy-modus für webcam in raspi-config aktivieren, da es weniger last mit dem alten Grafiktreiber verursacht. Ist das das neue Image mit 1.4.4? Gehe in der Druckerkonfiguration auf Webc…
-
Did you heat up extruder before starting wizard. Without hot extruder the filament will not move. If you did, please go to console, activate commands and call wizard. What do you see? Hopefully you get a message from firmware with more info.
-
Zuerst würde ich deinstallieren und neu installieren versuchen. Wenn es wieder passiert, bitte poste die letzten 20-30 Zeilen aus der Konsole hier. Bei der Github Abfrage hatte ich bisher keine hänger. Schon mal bei den apt Paketen - da ist ein Pake…
-
Timeouts happen when we do not see a "ok" from printer firmware telling us that we can send next line. After timeout seconds we assume it was not returned correctly e.g. only "o" or "k". So first step should be to see if busy is supported. Go to con…
-
Ok, so homing did move z to z min meaning M114 would show 0,0,0 for all axis. At that stage sende G1 Z10 must move head up regardless if it was absolute or relative position. Only reason might be if it was changed by G92 or z homing position is not …
-
This line is definig it as mixed extruder so all motors are used. Set it to 0 to control motor by T0/T1/T2 selection #define MIXING_EXTRUDER 1
-
You could check reprap.org - they have normally good descriptions of boards and often even pinout images.
-
What nozzle do you have? If all move same time you seem to have selected mixed extruder so you can determine a mixing ratio between all motors and preset is all 3. You can define and store mxining ratios for 16 virtual extruders, see https://reprap.…
-
Moonraker ist ja im Prinzip wie Repetier-Server aber nur für Klipper Drucker. Macht es ihnen etwas einfacher funktionen spezifisch zu implementieren. Für den Server wäre hier vermutlich die beste Lösung mehr Wizards zu haben, die dann speziell für …
-
Da noch ein paar extra logs drin stehen sehe ich wo er neu gestartet hat. 2022-11-22 20:20:47: Start writing PDF Report ..2022-11-22 20:20:48: Start logging...Sieht aus als ob er beim schreiben des PDF-Reports aussteigt da ich nicht sehe das er es ü…
-
u8glib is included in our sources with some modifications. We do not use the official lib install!
-
Ok ich sehe es liegt tatsächlich an deinem End-G-Code wie vermutet. Hier das relevante Stück mit meiner korrektur: G91 ; set to relative so it wont hit the printG1 E-5 F500 ;retract the filament a bit before lifting the nozzle ;to release som…
-
Auf jeden fall aktualisieren, da alles bekannte beseitigt wurde und jetzt noch usb meldungen von linux bei unerwartetem disconnect kommen. @chaoscrack Startet bei dir auch der server neu ohne vorher runterzufahren? Die beaknnten Ursachen sind ja …
-
You seem to be using 3 extruders. But ORIG_E2_STEP_PIN is not defined for RAMPS. RAMPS has only 2 steppe rmotors and extruder heaters so using variables for 3rd wonÄt work causing these errors. If you used some extra board for a 3rd extruder you nee…
-
You can add listener to firmware output and trigger any g-code with or withsout server commands that you like. So anything we don't know can still be captured that way. On the otehr side if you send M118 to trigger thsi you could execute function al…
-
Die Frage ist in erster Linie warum denkt Repetier-Server das der bewegungsbereich y 10-332.44 ist. Letztlich simulieren wir alle bewegungen und speichern die extremen werte und vergleichen sie später mit dem Druckbereich und Bewegungsbereich um mö…
-
Sure. If you find a solution I'd also be happy to know it. Not sure why I often see it with ch341 chips, maybe just because they have own driver. My only printer with that chip worked without issues so far also I bought it due to reports with same e…
-
This is not possible that way. At the stage of positioning it is not decided which slicer you will be using or which configuration. But there is a solution - in Printer Settings->Printer Shape->Border in autoposition you can define the spacin…
-
Leider macht jede Steckdose so ihr eigenes Ding und es kommt dahe rimmer auf das Model und den Hersteller an, dahe rgibt es auch keine allgemeine Lösung. Falls deine Steckdose IFTTT unerstützt, kannst siehst du hier wie das beispielsweise geht: http…
-
Am besten erst mit lan verbinden (hoffe wifi ist da erreichbar) und per ssh einloggen und tail -f /var/log/syslog eingeben. Dann siehst du in echtzeit was linux ins log schreibt. Danach versuchen eine Verbindung herzustellen und sehen wann und waru…
-
google ch341 uart usb_serial_generic_read_bulk_callback urb stopped "-32" to get more ideas on it. I got 990 hits on it.
-
First the commands do normally not appear on start page. All configured external command buttons appear in the "Server Cmds." page, so there you should see your button if you did not add a xml error somehow. In that case use a xml validator. Now fo…
-
You send that info before running the shutdown, so you push the data to who ever is responsible to disable later the power. Once send you wait a bit to be sure that message is received and then do the real shutdown. As I said the shutdown after prin…
-
Visual Studio is a programming IDE and not meant to send gcode to anything. Sure you can write code with it that does it. How depends on language you use. For all languages you will find libraries sending web requests which is what you need to emula…