Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • I just retested it and it worked as expected. So what part does not work? Setting temperature requires the icon to be blue = enabled. Just changinf temperature does not necessarily help just liek in old. We only changed the icons to dark grey/blue i…
  • Fake thermistor is ok for cold extrusion. Above is not your eeprom. It is eeprom.h whcih is just a file identical for all users. To see eeprom send M205 and copy log output.
  • We have select/deselect scripts where you could also add z lifts. But might also be nice for other extruders also we normally adjust z at right time, but exactly and a bit more durich change might be helpfull for some designs.
  • Yes, that is something th ehost currently does not understand so it fixes z only on first G1 move. Will update to entering coordinates instead for next update of host.
  • Have you installed and configured repetier-server as well? Then server autoconnects first and host can not connect directly. In that case (which is best solution) you must not use serial connector but the server connector and connect to the server. …
  • Check M119 if a endstop shows triggered preventing moves. Also make sure you allow moving without having homed for xyz motors if you do that. Indicating missing homing is contained for a while. Maybe not so important in cnc/laser mode to make it bli…
  • Yes, host ha dit's solution long ago where firmwares only homed to 0 and max:-) Should really update it, but must think how to do this without making old settings different. Maybe just during conversion copy min or max depending on setting.
  • Agreed. Just one trick with the clips which I also have.Homing order XYZ and additionally add y move back after homing to a value so clips do not get reached. 
  • In config tool you set homing order and 2 options are with preheat (which you set to 0°c) - these allow setting the homing position.  DO you have proper z length set? z homing only stops mid way if z length is too short so it never reaches then ends…
  • Ok, I guess that is the link you wanted to show https://imgur.com/a/kbVfW Have you measured your beds resistance? Maybe it is too low so the fuse always triggers giving you no power. Original Ramps has only a 11A fuse, so resistance should be 1Ohm o…
  • Thanks. Fixed for next update.
    in CNCDriver Comment by Repetier April 2017
  • G33 is to remove last distortion and is not autoleveling. Use G32 S2 first and see what it does. That is the autolevel function and only after that is working and modifying geometry variables like e.g. suppsed by "escher delta calibration" 6 point v…
  • So again, what does the first decoupling message say? Have you changed decouple time of it? Did message change? Image is still not visible and no link in your post. Just see a frame with black content and a square but nothing happening when I click …
  • SInce homex when sled is not parked gets repeated I see no reason to omit this on lazy except that it is useless. I mean reason to go up is that if you heat to close to a bed liek buildtak it gets bumps, but with extruders off the bed this is not ne…
  • Ok, I know the problem now. You have a variably saying what max. probe distance to bed should be. First probe enforces it and host goes back to higher z for the rest. So you need to start with Z < that value. It is a variable like z probemax  z b…
  • G92 only influences commands issued later on. homing Z stops on 2.3 without probe trigger is a problem. It is configured so z min endstop is identical with with z probe, meaning if it triggers M119 shows z min AND z probe high (please verify). Homi…
  • What does M114 say after a few layers? Is it going up? See eeprom for z max speed and acceleration. SLicers may use different speeds then host and if these are too high motor will just stall, so limiting z max speed to what works is a good idea. You…
  • I do not understand what you say. No pic also.
  • G32, G1 Z0 is Z0 = m114 - 0.00 that is clear. Question is more if the real Z is also 0. Also you missed answer to 2.  We are starting at the basics not printing. I do not know what you all do in your printer code. If you have a G92 Z-2.3 it will shi…
  • We have 2 smartcontroller the GLCD is 128x64 pixel the other 20x4 chars. Assuming you use dev version you would change pins in DisplayList.h after finding the controller->board section. It is not I2C - if it is the graphic display it is a SPI (so…
  • Not sure what you want to show in image. I see a board without connected heatbed so how does that relate to your question? After decoupling you can not control them, that is correct. So you must correct decoupling setting. Setting decoupling time to…
  • For laser I would say Laser 45%. Without pwm we only see 0 and 100% but that is ok I think.CNC is difficult since we only know PWM so % would be easy, but I guess RPM is what you want to know. But here the relation is at least for me unknown. Is it …
  • Define no hardware endstop for z then it should hopefully not home, also it is a bad idea to have none. Decoupling be dis normally a decouple time for bed that is too short since some beds are slower then others. So increase the decouple time. But y…
  • We are currently working on 0.80.4 and it will come I guess in may. What do you think should the check button do? Searching for "waiting for next query" did not show a hit in sources, so I'm not sure where you see that. Is that a response from your …
  • No that is not possible. We had this in repetier-host and with 2.0 release we removed it again. This value is potentially stale as what you get back is not response to last send command necessary. Also some firmwares now include G92 offset in these …
  • Would be at least more usefull. Main problem is that the menu is stored in flash, so we always need some tricks here to do so. When I get some time I will check if I see a solution at least for status screen.
  • Actually faster prints are normally worse. Anyhow, you set them in slicer. If during print you see you are to fast/slow you can use  then speed multiplier, then firmware will multiply ALL speeds with that factor. So the better way is to modify slice…
  • Never tried percent but help bubble says it is percent of default speed, which is 30 so 50% should still be 15mm/s. But since we do not develop the slicer I can not say more to this.
  • G30 P1 is just P1 = enable z probe. Last point has P2 = disable z probe. Should not change result. For height map you need to go to Z10 or 20 before starting it. It does not change start height.
  • Honestly, server does not install or delete any drivers. Noidea why this driver is so troublesome. Until now I even did not need to install a driver at all. Could it be that you have parallels and the device is just assigned to the virtual machine? …