Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Did you reboot after all the config changes? Not that it is just not trying any more? Remmeber an other guy with webcam problems and he said after a restart all problems were gone.
  • Always forget that deltas use the circle instead:-) #define DISTORTION_EXTRAPOLATE_CORNERS 1 allows you a slightly bigger radius especially if points are not that high. G33 L0 lets you see set values and you can set the rest manually to better fit t…
  • Thats bad since that is what is working and best tested by me. Does /var/lib/RepetierServer/log/server.log contain any hints. Except for normal termination the cam reader logs the error reason.
  • No, the correction from G32 is just rotational correction applied over whole distance. But your result looks like rotational correction. Test same region with repetier-host and correction enabled to see how good it is after correction. What you mea…
  • The main problem is that firmware requires several timers for timings, so these can not be used as pwm timers. Unfortunately timers and pins are bound so you can only use pins using timer 3-5 on a AVR board. There M42 would work.
  • The latest.
  • Just to understand for you. Normal webcam usage gets proxied through the server so you can access it from everywhere where you can access the server. That part seems to have problems to understand the response. Are you using the repetier-server ima…
  • And this you should get on shutdown: Webserver started.Connection reset by peerConnection reset by peerShutting down web server.Closing serverStopping work dispatcher.Work dispatcher thread stopped.Waiting for all threads to finish ...Worker thread…
  • What are the probing coordinates you have in eeprom that make G32 working? They build a rectangle that #define DISTORTION_XMIN -40#define DISTORTION_YMIN -50#define DISTORTION_XMAX 60#define DISTORTION_YMAX 30 should span the same way.
  • Arduino IDE is just used for compiling and uploading. Firmware are the files you compile and upload with arduino. So that is a big difference.
  • It first look it looks consistent and like a rotated bed, so exactly what it targets to correct. 0.6mm is much in the sense of could not print good without correction. It will also keep the z axis moving a lot. So also it now gets corrected automat…
  • If only a few pins differ you could modify pins.h - there each motherboard has a section with pin definitions. If you tell us then what pins have changed how we cam make it a new motherboard type. From the small version I would guess the pins stayed…
  • Ok, we are on the right way, but it's not always possible to support small boards with all features. 1.0 version has many improvements here and there like extra error checks so it is quite normally that it grows. That at some point it requires disab…
  • Please have a look at C:\ProgramData\Repetier-Server\logs\server.log if it contains any hints and show where it stops. Maybe then it gets clear what might prevent startup.
  • With Slic3r 1.3.0 there is an option to not autoposition, so for these slicer version the option gets removed.
  • What resolution and framerate do you have selected? With 640x480 and 20 FPS it is working fine for me. And you said in config you can see the video, so that seems also configured correctly. And I assume in "Webcam Connection" you have selected "JPG …
  • G33 has it's ohn region definition. Set it to same reagion you used for G32 and it should work. This is only in configuration.h - no eeprom values here.
  • WHat firmware are you using? Repetier-Firmware uses G32 for autoleveling, but z min homing is normally only possible with z-probe as z-min endstop, but that would not work with manual deployment. So you should use z max endstop then instead.
  • That image means the server does not succeed in reading a mjpg stream from the url you provided. The link you show contains a session and that changes every restart, but of course on reload it will set it correctly. You could try if http://127.0.0…
  • Do you have the firmware sources from your vendor? If yes check the configuration.h or similar file depending on the firmware they use which contains all settings you need to copy.
  • From your description it is in any case a hardware related issue as you have a led indicator that shows when it triggers. Since it is a inductive probe you should have bed disabled when measuring. I think in 1.0 I even disable it actively when prob…
  • No the /printer folders are only used if y config with that name is present. So if you leave them and create the new config with same name they get reused. But it is important to reboot to be sure it reloaded. Deleting shoudl also be done when serv…
  • Ok, seems like text is including the compiled code, so the firmware ist simply to big to fit into your small board. Guess it is some sanguino based board with only 128kb right? So apart from using a bigger board with 256kB flash you can try to redu…
  • Since firmware does not respond it seems to hang for some reason. Happens easily if you have I2C devices with wrong device addresses or maybe something else. As a first test run config tool with default values and only change board type and retry. …
  • I did never say to change slicer setting. No idea what you were changing. I said to configure z min to go 0.05mm lower. That is a firmware config whcih you can do with increasing z probe height by 0.05 mm.
  • What do you see? The image that no webcam is available or a broken image? Which browser/os do you use? Normally there are no problems with mjpg_streamer which you are using (right?).
  • You are using too much memory for data I think. Make sure to only select the language for lcd that you want and it should fit.
  • First layer seems a tiny bit too high as the lines do not really touch. Try 0.05mm lower for z endstop. Do only small steps or it sticks like hell on the buildtak. The main print looks over extruded. Don't forget to find the flow multiplier for you…
  • From the output it surely makes no sense to have 6mm difference here. Question is why does firmware think this. Did it (a) go up 6mm after the last good measurement or (b) did it go down 6mm more then before? (a) would be an error and we would need …
  • Yes, that looks familiar for mjpg streamer. So good it is now working with right url.