Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Please have a look at the log (easy mode off). My guess is that you see many resend requests indicating that the input buffer length you used is too high. Try reducing it to 63 and if that does not help enable ping pong mode instead (which is what s…
  • > - I have used this Raspberry for repetier server before at home (it is my raspberry pi brought it for testing) That is it I guess. We remember used hardware and only offer it if that hardware never had a trial. Or the unlikely case that someone…
  • Das ist nicht der vollständige Pfad des Ports. Es gibt welche die fangen mit /dev/serial/by-id an. Wenn du 2 Identische hast erscheint da nur einer, dann ist es besser über den usb port zu gehen an dem der Drucker nageschlossen ist. Dann nimmt man /…
  • I wonder you say that it gets better the higher you come. There are only 2 areas - the one where you correct distortion and reduce long moves to shorter and the space above.  If it is not dependent on motion settings but on cpu power it should be t…
  • Actually it is more than a help section - you can click on the eye icon and you see more details from one printer of interest while you still see all others in the overview. But I understand that with many printers having the full width to view the…
  • Yes, last line shows that you have set the wrong baud rate. It is normally either 115200 or 250000. So switch to the other and try again until you see no garbage but useful responses.
  • One problem is when beds are fixed in 4 points. Mechanically that is statically undefined meaning the 4th point z is given by an equation already. If z screw is at different height it will bend the bed looking a bit similar to yours. Think about th…
  • You are confusing me. You say it is always high and you are saying it is working. At start it should be sucked in and it should be low. So if it is not in alarm mode and pin is stowed and pin is high you should normally need to invert the signal.
  • When you are in Downloads check file ls -l it could be that you did not add execute permissions to the file: chmod a+x Repetier-Host-x86_64-2.1.6.AppImage Without that it is not an executeable and would not run.
  • Ok, but guess it will take 1-2 month before it will be available. Best is to watch dev2 branch of repetier firmware and watch it so you see mods. Then you should automatically see when the skr should be working.
  • I just tested it after activating it in marlin. M73 P50 shows bar with 50% when I send it manually. What is missing currently is in the print start scrip M75 to start measuring time. The M77 to stop it is already present. Here what I set to make it…
  • > self dual z alignment by using the bltouch If I understand it correctly it is not supported. We have support for printers with 3 z motors to automatically align bed. We can also adjust 2 z motors with end stops individually. But with bltouch th…
  • Down speed is Z-probe speed from eeprom.Up speed is homing feedrate for z axis.
  • Ok so E0 is the right extuder, E1 40mm left and z probe in between with y offset to the back.        Z-Probe E1                  E0 Hope to do some more tests on weekend as well.
  • Strange pattern - for the left 4 x positions values rise first and then go down again. This shifts to higher y values with increasing x and last x row just increases. So bed shape is clearly not flat. The right fron es especially hard 11:16:05.590:…
  • First extruder offsets are unusual. Why is not one of the 0,0 so you have a fixed reference to work with. I also do not understand your graphic. Here again E0 on 0,0 helps understanding. If it is 0 and E1 is 20 then selecting it should move 20 to th…
  • First it is correct that z_min stays low. That is intentional since it is the z probe that can trigger already for z > 0 so it might prevent going down on some sensors preventing z hop on first layer. Also note that bltouch only keeps signal for …
  • Backlash enabled make sonly a difference when the x, y or z value is not 0, otherwise it is ignored. So good for testing if your problem comes from that. Of course having set values while there is no backlash will add lines where not needed making c…
  • I'm not a marlin pro but that sound like the correct setting. Did you check with M503 if it appears in eeprom settings?
  • 10:57:48.943: start Firmware hat neu gestartet. Oder wurde neu gestartet. 10:57:48.943: Info:PowerUp Ok start lag daran das er Strom bekam. Hat also jemand den Stecker gezogen gehabt. 10:59:18.174: Warning: Communication timeout - resetting communic…
  • Check router and bind the ip to the mac address. Normally only way to make the ip permanent.
  • As said check G33 L0 and see values. If your printer allows higher z speeds in crease max Z speed. I guess that is causing the stuttering when it is limiting speed instead of xy speed you wanted. That would also be why it is more smoothely with low …
  • So when you say TFT you meant the MKS screen and not a 128x64 pixel screen that I meant? I did not know it was already working with repetier-firmware especially V2. With G28 Y0 it tries maybe to execute it on startup causing a fail and reset so you…
  • @pause it the only pause command in server. There are some firmware responses that can make it pause and go to filament change function in server, but that is not present in your case as it seems. When pause works in that it executes the commands i…
  • You can send any command you want in the console. Do I understand it correctly that you switched Klipper for Marlin? One question is if you have auto leveling in marlin configured? I'm not familiar with that on marlin - only prusa has it for my pri…
  • If you have cat cable connected to your router there is nothing to configure. You should be in internet directly. On mac you can also use zeroconf name, so just call http://repetierserver.local in your browser and it should show up regardless of …
  • Would be great. I have a 3.5 V2 TFT from them and want to add support to one of their boards so would be great if it works with our firmware as well.
  • The downloaded file should have name Repetier-Host-x86_64-2.1.6.AppImage  without tar.gz. Only the non app image version has that extension.
  • In your case of cartesian printer moves are split in 10mm segments until DISTORTION_END_HEIGHT and at each end point the correct height is computed and put into the move equation. I do not really expect this to be the main problem - you can print wi…
  • Tried the continue without donation link and it send me correctly to https://www.repetier.com/download-now/ So that seems to work. Then select the windows version for download. It is an exe file no zip available. Download link in this case would be…