Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ein eigenes display vom drucker oder touch screen am pi? Beim pi ist es kein Problem. Beim drucker hilft reset taste zu drücken. Das merkt der server und stoppt den Druck. Theoretisch können die das auch anfragen, aber das unterstützt so weit ich we…
-
Wenn speichern nicht klappt ist ein ungültiger Wert irgendwo. Such nach roten rahmen. Einfacher vielleicht: Drucker löschen und mit Assistenten neu einrichten und gleich 2 Extruder angeben. Dann ist das schon mal richtig.
-
Das ist mit der schlimmste Fall weil man keine Fehler sehen kann. Da ist was im Verbindungsstack abgestürzt vermute ich. Habs schon bei einigen anderen gesehen. Liegt auch meist an Stromversorgung aber schwer festzumachen ob es der usb chip im druck…
-
@Juca controller 2 was for sidious who has a different controller. The graphic controller has id 11! > I didn't find any option for a 5v cover What do you mean with cover? If you check pinout you will see several pins that have 5V to measure vol…
-
In configuration you have too many 0. Your printer is 0x0x0 mm big according to settings and maximum speed is 0. Set them according to your firmware settings. Check eeprom to see real values. Ignore the green/red dots here. Apperently it has detecte…
-
Need to check the log on abort. But I'm not aware of having programmed that it does not get stored. I mean in that case it is the most important.
-
Yes, that is the script I meant. Normally you would move there to a pause position so you get no filament on print during pause.
-
Steht firmware auf Marlin? Wenn die beim Server auf Repetier-Firmware steht wird es nicht klappen.
-
Default is 30 seconds in repetier-server settings, not 3 seconds. Autodetect might change it if it sees the busy capability. Set it only to 3 if firmware supports busy protocol. You see it in console sometimes if ack is enabled. Values should be sav…
-
In this context e3rdone would be the one relevant for next execution. Maybe just add as last line exit 0 so it never returns an error code. Bur they should be started asynchroneously anyway so they run in parallel.
-
1. There is a poti on display for contrast. Apart from this it depends on power it gets on 5V. 2. You need a FAT32/vfat32 formatted sd card with SPI capability. Not sure how big the card may be. 4GB cards work great normally and are pre formatted co…
-
Sieh mal in /var/log/syslog bei der Zeit 11:01 - 11:03 nach. Hat der Druck weiter gemacht oder ganz gestoppt? Mich irritieren noch deine Ruckbewegungen die du am Anfang beschrieben hast - wenn er nichts mehr sendet sollte der Drucker auch nicht bew…
-
Logging is enabled for next print always. It is in printer context menu->logs. There after print you also should see the full log of communication for the last 4-5 prints. In printer configuration->g-code->advanced you can define regular e…
-
Sorry but screenshots are not visible. It is some french site without images.
-
Das mit der Datei ist mir unbekannt. Daher hatte ich immer /dev/serial/by-path als ultimative Lösung. Die Ports ändern sich ja nicht und sollten eindeutig sein, selbst wenn beide gleiche id haben.
-
It it says G33 not implemented you have in configuration.h #define DISTORTION_CORRECTION 0 That value must be 1 to also get G33. G32 and G33 are separate things. The bed deeper in middle is a typical configuration issue. If the ratio diagonal to h…
-
No you can have any number of @execute commands. How are they configured in extcommands.xml? If you have sync flag active the returned error code can stop further execution. PS: In next release there is new event shutdown after print and you can ac…
-
What is the output of sudo /usr/bin/v4l2-ctl --list-formats-ext -d /dev/v4l/by-path/platform-3f980000.usb-usb-0:1.1.2:1.0-video-index0I guess that is the real webcam. Not sure why linux buster now shows several devices per webcam. Anyhow that output…
-
Disable means no main power, yes. Unplug can be omitted if the port disappears when printer is off, but not all printers do that so I wrote this to be on safe side.
-
Dann hat Prusa noch Stromversorgung über USB. Das ist das übliche verhalten bei dam Rambo mini board das drin steckt. >Der Ender war ein, aber reagierte nicht auf den Home Befehl, dann habe ich den Prusa eingeschaltet und dieser arbeitet nun den …
-
Ok also klassische Anwendung. Der Kommunikationstimeout bezieht sich auf die Kommunikation Pi->Drucker. Wenn er kein "ok" von der Firmware für diesen Zeitraum bekommt nimmt er an dass es ein Kommunikationsproblem gab und sendet neue Befehle. Hilf…
-
But your question is too general. If you say what your problem is I can give you an answer. For general information we have the manual. Normally it is just walking through the add printer wizard answering the questions correctly and printer is conne…
-
Great so bug fixed:-)
-
What should M313 do that you need it? We do not mention it. And yes, you need to use G33 for distortion correction but that is last step if height map is already good. There is a nice tool helping calibrate the parmeter. Google for "delta escher ca…
-
Sieht ja schon mal gut aus. Linux scheint die Webcam zu sehen. Was gibt ps aux | grep mjpg aus und stand was unterhalb von Webcam entfernen in der webcam configuration? Die Fragen sind noch offen. Wenn ps kein mjpg ausgibt gib sudo /usr/local/Rep…
-
Ja manchmal ist es verhext und man weiß nicht warum es plötzlich klappt oder nicht:-)
-
Positions should be reachable even with z probe offset. You also span rectangle correctly with the given values as it seems. So please have a look into eeprom if there are different values from an earlier upload.
-
Check value of FEATURE_CONTROLLER in your configuration.h - it must be 2 - 11 would be the graphic version from reprapdiscount. So watch out to select the right one.
-
Ok, image really helped. I thought you meant the pdf print summary in history after the print, which contains nearly the same information, but only if enabled and after the print. That one is really not printable with the other content below. Curre…
-
Did you read the manual in server? I know it is english. It is also available online so you can use it on translator.