Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ok, i have fixed it for next release and on pi dev it is already included. I also made the preview.png/jpg preference, so with this it should be no problem any more.
  • Entweder die Filter in der Konsole deaktivieren, was aber auf 1000 oder 2000 Zeilen begrenzt ist, oder im Drukcermenü in Logs das logging aktivieren und dann hinterher das Log herunterladen. connected.log enthält alles seit dem letzten Druck. Mit j…
  • I need to look into it in detail. Already saw that there seems to be  a bug due to the delayed computation not marking images as rendered so they can not be selected. Was no intention and will be fixed in next release. Not sure if this also prevents…
  • The way to query it is read your configuration.h file and search for it. 63 is just the example, where you connected it really depends on board and place used. Are you using this https://github.com/luc-github/Repetier-Firmware-4-Davinci which is t…
  • On what firmware and connection method does this happen? On emergency stop we send M112 and try to reset printer. Any of these would stop heaters, but it will in deed burn a hole even when they are disables since the temperature drops only slowly. …
  • Hast du schon die mjpg_streamer webseite direkt aufgerufen? Nehme hier an du nutzt den pi mit unserem Image und aktuelle server Version. Dann kannst bei der Webcam Konfiguration unten den extenen Link aufrufen. Da kann man je nach webcam unterschied…
  • It is more or less the same. Option 1 does query the file from master and stor it in job queue and in solution 2 you send it yourself in same queue. So results are identical and both send file once over network. For option 2 just ensure the file up…
  • Looking into  https://github.com/luc-github/Repetier-Firmware-4-Davinci I see they seem to use pins not defined for due so luc added the additional files. He seems to define a new board variant arduino_due_x and it is important to install that vari…
  • What you see depends on selected options and operation mode (printing, not printing). But you can not have options and set different menu modes. No fan no fan entry for example.
  • You still did not mention if z probe and z end stop are the same! Since you home to z min as it seems I also wonder why it starts with extruder far away from bed after homing. Or is that just start because you move to high z position at end of print…
  • Gain on would work but there is apparently a invalid number in the eeprom place of it. But normally it is not needed so leaving it off is ok. Had recently done somthing with it so maybe you would need 1.0.5dev to have it working correctly.
  • Is that the fork from Luc? The original firmware was never tested against these printers since there is this optiiyed version with lots of adjustments to work with that printer. If you need to disable watchdog it means it is hanging somewhere longe…
  • Dazu müsste man die ganze Kommunikation ab dem Autotune Befehl kennen. Ich denke weil autotune so lange braucht kam ein timeout und er hat weiter gesendet und das später gemerkt, aber das siehe ich nicht in dem Ausschnitt. Wie du aber siehst hat der…
  • Ok. In deed some printers can not handle parallel commands on usb correctly or some settings prevent it. Since it is not standard protocol it has sometimes it issues and then just using ping-pong is a good solution.
  • Ich bin nicht sicher ob Repetier-Firmware klappen würde und Display geht dann gar nicht. Ultimaker hat die Firmware sicher gut abgestimmt, da sehe ich keinen akuten Handlungsbedarf das auszutauschen.
  • At least if you check it at the bottom with easy mode off you can mark the lines and copy content to clipboard to see everything. Unfortunately 0x80004005 is just unspecified error so no real info. When you see the commandline you might run it direc…
  • Just checked and you have  #define TEMP_GAIN 1Set it to 0 and increase EEPROM_MODE to force initalizing eeprom with new values. That should get rid of the bad value causing the NaN. PID values for I is quite big it is normally more like 0.3 but you …
  • If I understand you correctly the new nozzle is 10mm shorter and you use a z switch to move it at z max. Now you move down and still have 10mm space. Check M119 output and if it gives output for z max that is the case. What you need to do in that c…
  • Versuch mal M117 Hallo Welt zu senden und sieh nach ob es erscheint - Damit kann man layer, Druckende und verbleibende Zeit anzeigen lassen wenn man das in den Verbindungseinstellungen so einstellt und es unterstützt wird. Das ist der gcode um Meldu…
  • On which commands did it choke? In 1.4.10 we have some extra solutions for slow commands not using ping-pong on them and even a treat timeout as long command. I think only way skipping could happen is with a long timeout on an unexpected slow comman…
  • I just tested on ubuntu 22.04 and it sliced my gcode right away to the default workspace. It is important that the host is started from the same user as the work directory is owned by. I used the build in PrusaSLicer with default settings. If you …
  • Im linux terminal sudo raspi-config eingeben. Da ist ein Menupunkt zum vergrößern der Partition. Das vergrößert die zweite auf der Linux etc installiert ist. > was meinst du mit monitor? ich greife auf beide pis über browser zu. jeder drucke ein…
  • Or sounds like one of the PID variables in eeprom is not a correct value and M502 replaces it with good ones. Did you also send M500 afterwards to store new values to eeprom? Strange part is Recv:9:07:03.042: T:12.56 /0 B:NAN /0 B@:0 @:0 The measu…
  • Queue and print is the same function just with autoprint=false for queue, so both need print permission. As a solution I suggest making a user with add files permission and a g-code group "queue". Not exactly the same but the print operator could c…
  • That error only occurs if you have timelapse enabled and there is a problem reaching the configured webcam. So either disable timelapse or check webcam configuration. Layer shift is probably an other issue, also server has normally no influence on …
  • So you are usings the reptier firmware fork for davinci? It also sounds like you have a z probe and if you home using z probe you should keep z min at 0. Only z probe height needs to be adjusted to new distance and all should be ok. Use the eeprom …
  • You should see an error screen with everything PrusaSlicer did say. When this happens normally a setting is not allowed in combination, e.g. layer height 0.5 with 0.4mm nozzle is not allowed. But only reading the output can tell you what did go wron…
  • Enabling bed is done by sending the temperature. If that works all is ok. As I said on connect it resets printer and disables temperatures. In console output you still had M105 filter on so no temperatures appear there. Also it should cover a time …
  • It is by default and only exists since 1.4.10. What board and server version are you using? Would be easier instead of speculating from my side. That board in question is mainly used in Prusa MK3. If you have it you must have  "Port is visible even …
  • That sounds strange. I guess connecting resets board which is ok and intentional, but would disable bed if it was on. None the less it should be no problem to enable it again in server. You should open console and enable Commands and ack and disable…