Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • You can delete user.sql in serverstoredir/database and restart server. Then you have no users at all and can generate accounts again.
  • What means "will only weakly connect using the virtual ports"? Either it connects or not. If not make sure you have a firmware on your prusa, baud rate is set correctly and right port selected.  Once connected check log for errors and messages an…
  • You only say front for x
  • To be sure, moving z moves all three or x,y, z move the matching pillar? In latter case you need to slect DRIVE_SYSTEM DELTA to tell firmware you have a delta.  Other possible reason is crosstalk so endstops trigger as soon as you start the move ca…
  • No, th elight button is used to toggle the firmware light on/off function. So unless you connect switch to printer board and set light function there this will not work. In next server release adding slug="printerslug" to command tag it will move t…
  • Is repetierserver allowed to sudo without password? Any logs in server.log or syslog?
  • Very strange. I tested just myself and reported cura version is 15.05 and both 32 and 64 bit work. One of them gets copied from configuration script. So unless you do not run the script there should be no reason that it does not copy 32 or 64 to Cur…
  • Interesting case. There are in deed several reasons why slip occurs. Also on first layer you can easily get slippage from over extrusion if you are too close. Other reason is just not enough power so you really need to slow down print to come up. So…
  • Brim might not be a straight line. I have seen it sometimes becoming a zigzag line when a outside is projected farther away and that is the stuttering you see.
  • Ok, so I understood you correctly:-) extcommands.xml is to be placed in storage database directory, on linux /var/lib/Repetier-Server/database. The command for restarting server is /usr/bin/sudo service  service RepetierServer restart Here the corr…
  • These lights seem to be a root of trouble. You are lucky that you only get a timeout. Many get a firmware reset from it. I think it is the starter that puts too much whatever on your local electric net causing some fluctuations. A typical solution i…
  • Just checked my fontlist and I also do not have them. So there must be some font name conversion for mono winforms that works for me but not for you. But I have no idea where that would would happen since I never had missing font problems. Maybe ins…
  • Never had to install a font on linux. Main font used is "Microsoft Sans Serif" and "Segoe UI". Are these also there or have a alternative font binding.
  • You mean the moiré pattern with that? https://en.wikipedia.org/wiki/Moiré_pattern This is just an effect of display resolution vs. layer density and count. We do not have enough pixel to show color gradient so color also depends on position and bu…
  • Schicke die befehle alle einzeln um zu wissen welcher mist baut. Und schau mal ins eeprom wo seine probe points sind. Wenn die außerhalb sind könnte das die bewegung sein.
  • Which doe snot mean I know why. My linux version is still working fine. Mono 4.8 on ubuntu 17.04. Only thing I could think of is wrong graphic mode. Since it crashes in OpenGL context creation it might not find the right context. It wants a true co…
  • communication timeout means host ha snot seen "ok" from firmware within timeout seconds and has nothing to do with baudrate. So if you see commands in log and answers from firmware, baudrate is ok. Just increase timeout in printer settings. Only kno…
  • You have endstops configured, but they do not trigger (L) so that should not be the problem. There is on option in config to only move after homing which comes in my mind. With this set you should not be able to move also everything else is configu…
  • Yes, MIN_HARDWARE_ENDSTOP_Z true is required. As you describe it the z probe part was missing in your homing sequence, so I guess it is from having no z min endstop defined. Also check M119 does show z min and same signal as z probe.
  • Small stepper can be controlled but requires a extra stepper driver and is harder to manage as it may loose position when off (so always on, gets hot) and you do not know inital position so you need to home before trusting it. Or you always move x m…
  • Picam 2 works for me but also different Logitech models work. Picam has a short cable only so you would also need a cable extension in most cases. You can also google for "compatible webcam raspberry" and find lists of compatible webcams (hopefully …
  • Unfortunately every screen/display seems to have different solutions, so our image does not cover them. You need to follow the screen installation instructions to get it working. After that the image will work as expected.
  • The problem lies here: May 25 17:11:23 RepetierServer startAllCams[3457]: Webcam does not support MJPG - using slower YUYV instead!May 25 17:11:23 RepetierServer startAllCams[3457]: Best resolution: 0 x 0 at 0May 25 17:11:23 RepetierServer startAll…
  • famille@famille-GA-990XA-UD3:~$ Stacktrace:   at   at (wrapper managed-to-native) OpenTK.Platform.Egl.Egl.GetCurrentContext () [0x00002] in :0   at OpenTK.Platform.Egl.Egl.get_IsSupported () [0x00000] in :0   at OpenTK.Platform.Factory..ctor () [0…
  • Check bending correction is all set to 0. Except if your z probe puts force on bed then set it to expected bending at the measurement point but then you can not do grid leveling as bending correction only works correct if there are only 3 points or …
  • Here a thread, see last entry where someone had the same problem that System.Runtime could not be loaded: https://stackoverflow.com/questions/24740193/could-not-load-file-or-assembly-system-runtime-serialization-after-publishing-vi hope it helps.
  • Ok, I found what goes wrong. G92 with non 0 value is handled wrong and then server thinks it is no new extrusion and does not count up any more for a while. This also might happen on pause if you change filament, so I guess all goes down to this roo…
  • The question is more how do you need to control it in gcode. A second extruder would not be used by slicers just to enable something. If you need a simple switch you can do so with M42 for any output pin. If you need to control temperature it gets u…
  • Just tested and worked for me. In my Slic3r Multi-extruder settings I have infill and perimeter set to 1. Not sure if that changes anything. 2 extruders in printer selected defined.
  • If you see no error message check the windows events for a crash message. That should show where it happened. With screensaver you mean our splash screen we show while loading I guess. So it crashes during initalization. Do you have OpenGL 1.5 or h…