Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • rams is not ramps fd. Ramps does not have the problem. But on ramps second extruder and fan share same output so make sure to have only 1 extruder defined or it would explain that it changes output. You can simply add the set fan 0 gcode in the star…
  • That breaks backward compatibility. What would be possible is that you extend the command e.g. with Q option for query. But we can not really use that in hosts as it would fail on older firmwares. Why do you need to query it? On server we set them …
  • Ja genau das ist die neue. Also alles ok:-)
  • I don't think so. Your first line in gcode is G90 activating absolute positioning. Absolute positioning is the normal case for positions. Do not mix that with relative extrusion which can be defined independently.
  • No. Webcam is not controlled by server at all. All we do is proxy the images to the web interface. So we have no control on it. What you can do is write 2 scripts to disable and enable webcam. See manual advanced setup. In our image the service mjp…
    in Web cam Comment by Repetier August 2019
  • Ok found your error. In your end gcode you have G91 ; relative positioningG1 Z10 ; Move 10 mm up on the Z AxisG28 X0 ; Home X AxisG1 X0 Y200 F9000 ; Move the Bed to the front You switch to relative movement which is active after homing. So going t…
  • wpa2 is the most secure at the moment. tkip means enter a long hex key so not what you want. I think I'd try 3. Regarding connection if it loops it normally means baud rate or firmware is wrong. If we get no usable answer within some time we stop c…
  • Try different EEPROM_MODE first. Uploading old eeprom maps from different firmware versions can also break things. Most important is to have the NAN go away. The error message could also mean a forgotten PSTR in the message print. After all 0.92.9 i…
  • By default it is disabled on startup. Exception would be a board inverting output to be on with low signal which is quite dangerous. But only older Ramps FD boards have this as far as I know. Could it be that your host has this in connection script?…
  • Strange. I did quite some testing and modifications to stop all threads much faster. In my tests I had no problems restarting quickly when server was idle. If some slow operation is in progress it might delay shutting down. Can you test times for s…
  • At least ditto printing requires flat bed. You can not adjust height to 2 or more extruders at the same time. I have no dual x at the moment and never had one with z probe so can not say for sure. But I think G32/G33 will work if attached to left e…
  • Das neueste GUI Braun mit schwarzem Hintergrund ist bereits als Oberfläche aktiv im aktuellen Image. Das andere alte image (weißer Hintergrund) wird schon seit einer weile nicht mehr entwickelt. in /home/pi/.config/openbox/autostart wird chrome mit …
  • First why do I see so many "Access to the port 'COM4' is denied.". This happens if other software is using the same port. If you connect via server only repetier-server should be connecting to COM4 to prevent any errors. Make sure to select Marlin …
  • Disable some languages for lcd to reduce text usage. If you are over 64kb usage you will start getting wrong messages and also other things can go wrong. NAN is Not a Number so seeing it means you operate with illegal numbers. Most likely eeprom no…
  • Can you post the gcode or a different one with same problem along with the exported printer configuration xml so I can test. My uploads so far did not have the problem so would like to know what is causing the problem. Could also be a simple command…
  • Dual-X has no z probe at all. The bed must be physically flat. You can move both extruders same time over bed so they must have same distance to bed all the time. If you have a z probe one on left extruder is enough as you would only use it for tes…
  • Yes, looks like yMaxMove: 363.1159973144531 is the problem here. You could search gcode for 363.1 or 346.8 to see if it is contained. Server agrees that printing is in allowed range but it looks like somehow a move to high y values is included for w…
  • 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.
  • WLAN should also work on free version as well as connecting to printer. Make sure to select the correct region first in access point tab. Especially in europe you might have the case that you use a frequency that is not activated in default region. …
  • Not really. Looks like it is still on text screen with disabled message visualization. Wondering that you see the messages at all as we have disabled it I thought. What you can do is login and then run dmesg to see all messages. Also Running  …
  • Für den Server ist ein neuer Layer wenn man auf einer anderen Z-Höhe extrudiert. Sonst wird jeder z-hop zum layer. Daher reagiert der layerwechsel etwas verspätet, ist also soweit korrekt. ;@make_snapshot ist ok, dann muss es aber in dem Timelapse…
  • There is no need to update to new image if your images work fine. Autoupdating server instance is all you really need. Only do not upgrade old versions to buster as buster has breaking changes that require different scripts then on the image for str…
  • Starting a sd print is easy so much is true. Making all our products and interfaces aware of this mod takes a lot of time I think. Guess one day it will come, but can not say when that day is.
  • For linux you just need a 1:1 copy of /var/lib/Repetier-Server which contains all settings and data. Make sure server is stopped when you copy and start server after copy so server reads the new data.
  • uuid is used internally e.g. by the upcoming Repetier-Server Monitor to distinguish servers even if they have same name. Server name is used to show names and nothing you need to enter anywhere. Software connecting to it uses it to show you so you k…
  • At least what you show shows no reason for it. If you go to 2d preview you see on the right side what server thinks is the dimension of the print. Please check that. If that also fits please post the .gin file to the gcode On linux you find it in /…
  • New V17 image with buster is out that should work with wifi and webcams.
  • See in eeprom what steps per mm is then 1/value you have the step size. And as said microsteps are normally not distributed with equal angles. Better then not having them but there is always an error.
  • Connection looks good if I ignore that 2019-08-23 09:31:26,103 - Send: ENC O2 S0 2019-08-23 09:31:26,105 - Send: ENC O3 S0 2019-08-23 09:31:26,108 - Send: ENC O4 S0 are no valid gcodes and get send. Guess the 3 skip 0 are caused by it. That you see …
  • >What is the proper way to run the host through the server.  before the crash, I was right clicking on the server folder and opening with Repetier-Host.   >Now Repetier Host does not show up as an option to open the server.  Perhaps because I …