user

About

Username
user
Joined
Visits
114
Last Active
Roles
Member

Comments

  • Repetier said: Ok, will be a bit tricky. Especially since you want to undo that if you do a new print I guess. So here my untested solution. Write a test if printerOff.sh is running and kill it at the start of printerOn and Off. In printerOf…
  • Repetier said: 1) Sounds like a good idea but can also easily cause lots of troubles. Number of parallel webcams per server is limited due to chrome limits. And showing webcam images is hard work for your cpu. It means constantly decompressin…
  • Repetier said: Yes, would be nice nut currently not implemented. Since logs can be quite big that is a not trivial task. But some day it will be available:-)   It can show logs over the last 24 hours or 1-2 hours it will be good for diagnost…
  • Repetier said: Normally communication is not logged, so console only shows last 1000 lines when connected. For full logs you need to enable logging in printer menu. These logs can be downloaded and viewed any time. Yes, but will be good …
  • Repetier said: The monitor is a desktop app for server that connects to multiple server instances at once and can watch a directory to upload or print a file just by copying it to the folder. Will be published soon. Good news! thx!
  • Repetier said: That is a bit too special for a general addition, but you can add it easily already. See Manual->Advanced Setup how to create/modify (our pi image one already) it. If your printer has slug xxx you just add to the slug like …
  • Repetier said: OK, will test next time with both enabled as counter test. Would be bad if that bit of writing would make a difference. And no it does not write to ram that would not be save during power loss cases. Would only help on connecti…
  • Mine resultats:pi@Repetier-Server:~ $ dd if=/dev/zero of=~/test.tmp bs=500K count=1024 1024+0 records in 1024+0 records out 524288000 bytes (524 MB, 500 MiB) copied, 32.0775 s, 16.3 MB/s pi@Repetier-Server:~ $ sync; echo 3 | sudo tee /proc/sys/vm/dr…
  • Repetier said: So the messages in log are gone but still freezing? How good is the sd card? Here a short code sequence to test speed: dd if=/dev/zero of=~/test.tmp bs=500K count=1024sync; echo 3 | sudo tee /proc/sys/vm/drop_cachesdd if=~/te…
  • Repetier said: Now that I see May 19 18:09:57 Repetier-Server wpa_supplicant[456]: wlan0: Failed to initiate sched scan it is clear it is not our scanner causing the messages that you said to coincide with the freezes. wpa_supplicant is the s…
  • Repetier said: Now that I see May 19 18:09:57 Repetier-Server wpa_supplicant[456]: wlan0: Failed to initiate sched scan it is clear it is not our scanner causing the messages that you said to coincide with the freezes. wpa_supplicant is the s…
  • Now i tested it from sdcard and it work good without freezes. USB cable may be?
  • Repetier said: Ok, that comes from wlan scanner Run sudo chmod a-x /usr/local/Repetier-Setup/bin/wlanscannerto disable it so it not executabel. chmod a+x /usr/local/Repetier-Setup/bin/wlanscannermakes it execut…
  • Repetier said: Ok, your htop screens show no high cpu or memory usage so no reason for a freeze here. The fact that console also freezes at the times shows clearly it is no server issue but complete linux freezes for some reason. Explains wh…
  • I changed 32 moves buffer  - it is not work. Now i can see that if print is freeze in Htop is all OK with CPU and RAM. In console command i can see the freezes also (i mean that an command have got freezes in the console if the print have a freeze a…
  • Repetier said: Maybe I should in deed make a beta page some day. Due to all the different platforms it is not so easy to just publish a beta. Publishing takes several hours for me, so nothing I do that much. Normally I just compile the device…
  • Repetier said: We are working on a monitor software that would show all server instances in one interface. Will come with next server update. Our pro package includes 5 licenses, so you can install it on 5 installations. If you use one pi fo…
  • Repetier said: Without knowing exact times of blobs appearing it is not really possible to say where it happens. Best guess is where "wait" appears which is when firmware buffer is empty for a second without getting a new command. Here 2 case…
  • Repetier said: NOOO into the command tag you already have like                   printerOn                 bash /home/pi/scripts/printerOn.sh                 Really turn on the printer?                                  true                 …
  • Repetier said: You added it as tag, try as attribute     looking into code I saw that slugname must be slug as attribute name. Now it looks like:                  printerOn                 bash /home/pi/scripts/printerOn.sh             …
  • In /var/lib/Repetier-Server/database/extcommands.xml:                   printerOn                 bash /home/pi/scripts/printerOn.sh                 Really turn on the printer?                                  true                                 …
  • Repetier said: The code just sends M80 or M81 to printer. It is up to printer and it's firmware to turn power on/off. Most do NOT support this feature. It requires a ATX power source that delivers always 5V standby and only switches 12V depen…
  • Repetier said: Have added it to my todos but it has no high priority as it is not print or quality related. Ok i will wait it! Thx! You can add an other option for monitoring miniPC!
  • I recommend use raspberrypi. You can use also Repetier-host but it can not multiple connection (you need reconnection everytime). I think thah it (multiple connection for printers) need add to Repetier-host. It will be good.
  • I think that it need do like in octoprint server. Will be good.
  • Repetier said: >  Z was not correct. Did z axis move between restart or on reconnect through server? The rescue system requires that z axis holds position or it will loose it. That does not include the z move that gets reported to server f…
  • Repetier said: Upgrade to 0.91.2 which contains a rescue system to continue prints in these cases. Works especially well with dev version of Repetier-Firmware which helps to preserve such prints actively. You need to enable rescue system in p…
  • Repetier said: Server stores gcodes in storagedir/printers//jobs or models models long term, jobs is what gets printed. Server takes set temperatures also from firmware output. If that is transfered with errors it might change for a second. I…
  • I can see sometimes that temperature extruder or bad go to 0 in progress print. But g-code is ok. May be it is my error also? Where does the Cura plugin move files to print if i press print with repetier? I can not see the files.
  • Sorry! It is my bug!I set to 0.1 Printing Time Multiplier. I dont know how it set it to 0.1! Now i set to 1. Sorry!