Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Positions during homing are not relevant. They are always longer then needed as they want to hit the endstop and use a safe value to hit it. This is at least for the first 2 moves in endstop direction. After that the correction of rotation/bed coati…
  • First make z work as that is the real ratio you need for everything. xy error is a result of wrong horizontal radius. This often happens when you level bed that you change horizontal radius and diagonal to fit. But that can lead to wrong geometries…
  • arm-hf is what you want to run.  If you want to use the pro version make sure ethernet always gets same mac address. I think it was the orange pi that liked to change mac addresses after reboot.
  • Motors might make a sound when they get current. That is unavoidable but nothing I would rate as loud. Is this the same sound you get when you do M84 and then a move starts? The other thing with your hangs while slicing is simple. Windows UI run in…
  • It will go down #define Z_PROBE_HEIGHT 0.5 and then raise #define Z_PROBE_Z_OFFSET 0 (bed coating). Does not look like much but you should check the eeprom values. They may differ and explain the problem.
  • After some googling I can say you are right. The firmware is not compatible to other software. https://github.com/donovan6000/iMe Seems to be replacement firmware to make it compatible. It is unknown to me like the printer it self, so if you try i…
  • For Repetier-Firmware this is the syntax: - M303 P S X0 R C- Auto detect pid values. Use P for heated bed. X0 saves result in EEPROM. R is number of cycles. method 0 = classic, 1 = some overshoot, 2 = no overshoot, 3 = pessen, 4 = Tyreus-Lyben
  • You define the speed server uses for z moves in the printer configuration of server. The same is used for the servers touchscreen interface. Homing speed is always defined in firmware as well as speed limits.
  • I meant a sample stl that does not load. Did yo already reboot windows? Also make sure no other software has stl opened as that will block opening it.
  • There are several places to set flow. Permanent settings should always done in the slicers filament description setting the flow multiplier. After reslicing the total filament required should show a reduced amount then. The slider in host is what y…
  • I compiled it for Mega/RRD Full Graphic and it worked like expected. The sd card is using the same hardware spi that the TMC is using and 1.0.2 has new sd fat library with own spi access. That might be tge main source of the problem. I guess withou…
  • What firmware and board does the printer use?
  • Yes, sd fat is initialized as hardware spi. Why do you need software spi?  https://github.com/greiman/SdFat/blob/master/examples/SoftwareSpi/SoftwareSpi.ino shows how to initialize sdfat it for software SPI. I think You need to set SdFatConfig.h …
  • I have tested it with ubuntu 16.04 and loading a big model only causes the error if bed was not empty. But I could simply hit ok and it disappeared just like with windows. What is with other error boxes like trying to connect with printer when prin…
  • Yes, 1.0.2 requires in deed 1.8.x as it handles subdirectories different to older versions. You did not provide the endstop results for 1.8.x Moving x and y means one motor moves one not and that can be from endstops. Maybe config for 1.8.x is not …
  • Remotely hard to say. If it does not happen with host it must be a gcode being send that host does not send. Check your printer configuration, especially event dependent scripts you have defined. Maybe the responsible gcode is there. YOu can also en…
  • Set transfer protocol to automatic. Make sure com4 is really the printer port - removing printer should make it disappear. Then you need the right baud rate. Becoming connecte donly means port is connected, but it must be able to read signals correc…
  • z probe bed distance is what it goes up after every probe. Should include a safety margin for tilted bed and z height being set wrong.
  • The message comes from your printer firmware. You seem to have compiled it with heated bed support. Change config to not have a bed and recompile and it should be gone.
  • Some files can take a long time espcially if they have many vertices since we need to merge them. If you are sure it is not a time problem, plaase send us the sample so we can test it and fix if it is a bug.
  • Do not expect firmware to support such long filenames. Some may others not. Not that any firmware can print stl files - you need to slice it first and give it a shorter name. This is a memory problem firmwares have. Most have only 8kb for everything…
  • In Slic3r in filament settings you define also cooling. You can increase minimum layer time so it prints slower and also enable cooling fan to get more cooling.
  • Beides hilft nicht. Die webcams werden durch den server gestreamt, damit man sie auch von außerhalb sehen kann. Die Datenmenge wird dadurch also eher größer bei gleicher Auflösung und FPS (die Hz). Was hilft ist Ethernet statt wifi. Darüber gehen zu…
  • This only happens if your bed already contains an object. Have tested it on windows and it worked. Will test it when I make the linux update if linux has the problem as well.
  • Schwer im video zu sehen aber entlastet er die endstops beim xy homing? Also geht er nach dem x home 1-2mm nach links damit endstop nicht getriggert ist. Das könnte ein Fehler sein. Und bei corexy sehr beliebt sind Richtungsfehler. G28 X0 Y0 M114 M…
  • Very strange. Just compiled firmware with single extruder like you have and tested and it worked with same temperature report string. I also found no change in relevant code since 2.0.2. Also I agree it is an error I'm not able to replay it. So eith…
  • Ok, so you mean the reboot happened at the end of what I see at Apr 21 15:24:47? In that case there is no hint on the restart reason. Might be just power lost or anything else. Did you test if this happens also when you are not printing or with the …
  • Sicher, im config tool bei den homing Optionen Pre raise Z axis ZHOME_PRE_RAISE Pre raise distance ZHOME_PRE_RAISE_DISTANCE
  • Leave easy mode if you are in i and make sure dry run is not activated. That is the only option making the manual heater commands not work. But that should only happen if firmware is also in dry run so manual sending command manually should also hav…
  • Read manual https://www.repetier-server.com/manuals/0.85/index.html Advanced Setup. There it is described how to setup external commands appearing in the main menu or printer context menu.