Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • We learned at least how to detect undervoltage problems and show them in 0.94.1 in the bolt menu as described here: https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ which also provides solutions. The other thing is …
  • Du kannst prinzipiell 0.93.1 drüber spielen und es wird die alte Version genutzt. Da waren diesmal so viel ich weiß keine Upgrades die 0.93.1 Probleme bereiten. Besser wäre aber wenn du versuchst das Problem zu verstehen und es zu lösen. Es kann auc…
  • job and model ids are different. They are valid for their folder to identify the files. And each folder has it's own numbers. If job does not autostart you must start it explicitly with the id - this allows also printing out of order. Order is just…
  • What profiles do you mean? From slic3r? You need to start slic3r and import it there.
  • Ok, ich sehe du stehst mit Dateinamen auf Kriegsfuß:-) Du must aufpassen dass du auch die versteckten Dateien .computed und .models im Hauptverzeichnis eines Projekts mit kopierst. Da sind die gerenderted Bilder und das umgewandelte STL drin. ls -a…
  • 1) There is no "normal" speed. G0/G1 have a F parameter that sets speed. So speed is what you tell firmware to move at. 2) M220 is meant to adjust for a gcode that normally uses correct speed. But when you see you get extrusion problems or want a pr…
  • Was er bewirkt ist das nach dem Druck das Skript "Drucker herunterfahren" ausführt. Solange darin nichts steht passiert allerdings nichts. Um das zu erreichen in /var/lib/Repetier-Server/database/extcommands.xml (ich nehme an unser image wird verwe…
  • Ok, that looks correct from the picture. Does the pin move with M340 run manually? Can you test if the pin gets signals? Also if it does not work test with the pin I used in delta rumba32 example. There I know it worked.  Are you using hwardware pw…
  • Haven't changed endstop handling between 1.0.3 and 1.0.4 so that is strange. Are the end stop settings identical? Does M119 report signals correctly? Maybe the direction is interpreted the other way around due to your kinematics? So min is tested fo…
  • You don't need to install any webserver. All you need is to use the intranet ip:3344 instead of 127.0.0.1 or localhost. The server already has a webserver. The nginx webserver is just for convenience so you can omit the :3344.
  • Das mit dem Timer ist merkwürdig. Als ob er ihn ignoriert hat. 8 minuten zu 45 sekunden passt ja gar nicht. Muss ich mal selber testen.
  • Which firmware and what is the exact message? Maybe your decoupling test is just too sensitive. Or does it really heat up so slowly? Without informations it is hard to say what the problem is.
  • Yes, you get once per second M105/Temp response. That is why the filter is so useful. The other problem is that firmwares greatly differ in M105 response. Some have power with @ some not, some use T0/T1 some only if you have more then 1 extruder oth…
  • Der Datenmüll ist Teil der Datei im zip. Ascii grafik denke ich, sieht aber grausam auf wenn man keinen monospace font nutzt, weil die da nicht klappen. Ignorieren. Das für einen pi nutzt du? Das erste mal war von einem alten image mit armel? Im ne…
  • Wenn die fehlt muss man das script mit /bin/bash script aufrufen. # in der ersten Zeile teilt linux mit, mit welchem interpreter die Datei ausgeführt werden muss. Klappt aber nur wenn die Datei ausführbar ist.
  • ;@webAction myaction "bed_temperature = 0"is what you would write. As said you can not replace placeholder in gcode so you need to do that already in slicer. They normally offer the option to use variables. In action config you then write: http://m…
  • Super das wenigstens die 4gb variante läuft. Hab die Tage noch mal ein update & upgrade gemacht was laut pi foundation reichen sollte den kernel auf den neuesten stand zu bringen, aber da hat er nichts neues angeboten. Aber du sagtest ja das or…
  • Models stay in model list until they get deleted. You can organize them into groups and add a group filter with parameter group (string, optional, default = '*') = group to filterbut length is not really a problem if you do not want to store 10000th…
  • Problem ist vermutlich ein Schreifehler. Der Befehl heist @waitForTimer  also mit r am ende :-) Ist aber mein Fehler weil es in der Anleitung leider falsch stand. Es gibt auch noch @syncMotiondamit wird gewartet bis alle vorigen Befehle ab…
  • PWM2_PIN is no pin number so hope you have defined it correctly before. But that might explain why it does not deploy. You can test deploy with M340 Sxxx and send deploy (S647)/undeploy  (S1473)timing.  See https://www.antclabs.com/bltouch-v3 The se…
  • Das kann ich leider nicht reproduzieren. Wenn es passiert, kannst du https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/ danach ausführen und mit den Backtrace schicken. Hört sich nach einem Deadlock an und die passieren …
  • "Requestedfile not found" means exactly that. The file is not on the disk. This can happen if sd card resp. the file system is damaged. Then files can vanish. If you start getting this kind of error it would be best to reinstall an image. You shoul…
  • Nein, das geht dann zu weit mit den Sonderfällen. Hier gehen wir klar von einer Steckdose pro Drucker aus. Für derartige Sonderfälle müsste man sich ein ein eigenes Script schreiben das dies prüft. Oder man nutzt das man es für einen Drucker manuell…
  • Have seen this also but could not reproduce so far. Restarting Repetier-Server should fix that for monitor.
  • oops. Define is of course wrong: IO_INPUT_PULLUP(IOFilamentDetector1, ORIG_Z_MAX_PIN) FILAMENT_DETECTOR(FilamentDetector1, IOFilamentDetector1, ToolExtruder1) is correct. All goes in contiguration_io.h You only change configuration.h and configurat…
  • Server does not control the screen directly - we use chromium browser. So any touch screen that linux supports should work. The only thing is that our image will not support it out of the box. You need to add the driver as described in the screen in…
  • First easy part - login is "pi" and password is "raspberry" if you talk about ssh login. First question is of course is server still running: ps aux | grep tier should show if it runs and since when. If it runs, does it show up under http://ip:3344…
  • Das ist ein bug in 0.94.0 - bitte auf 0.94.1 upgraden, da ist er behoben.
  • Ok hab mal selber getestet. Exact deine erweiterung für extcommands.xml und dann mkdir scriptschmod 777 scriptscd scripts/Dann lighton.sh erzeugt mit Inhalt:#!/bin/bashecho $(date) >> /tmp/light.log Dann weiterchmod 755 lighton.sh sudo service…
  • #define IO_INPUT_PULLUP(IOFilamentDetector1, ORIG_Z_MAX_PIN) FILAMENT_DETECTOR(FilamentDetector1, IOFilamentDetector1, ToolExtruder1) If signal is wrong way around use IO_INPUT_INVERTED_PULLUP