Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • You get that error if you try to move to a illegal position that is physical not reachable. That causes illegal values in equations and the error message is the result. Normally this happens if distance from center is too big meaning exceeding the h…
  • Sieh mal nach einem missglückten start in /var/log/syslog - mjpg_streamer loggt da alles, auch wenn er aus irgendwelchen gründen die Webcam nicht nutzen kann und sich deshalb beendet. Vielleicht findet sich da ein Hinweis auf den Grund. Wenn er wirk…
  • You could check here: https://github.com/luc-github/Repetier-Firmware-4-Davinci He has made a adopted version for DaVinci, just do not know which model exactly. Maybe it is easier.
  • Electronic means no pullup in the processor for that input. For mechanical switches you need the pullup to have a defined level. So in your case try electronic first and if signal is stable it is good. And make sure voltage level matches. Have seen …
  • For a DC motor you can not control position or need some extra electronic to do so. I have seen a solution for a pump where a extra electronic used the stepper frequency measured and converted this into dc motor control for speed x. Not sure how goo…
  • Yes, that is the switch to enable it. If you enable ACK you should see Nlinenumber after ok. With this frequency of errors you are exceeding the input buffer size. When that happens every x lines you get an error just like this. Octoprint only send…
  • First go to printer Settings->Printer shape and scroll down and disable the demo model (Show Printer Model). This is mor efor vendors or if you design your printer as stl, otherwise just leave it off so view looks better. The circle is the print…
  • I'm no expert for linux wlan driver so hard to read and understand. One guess from what I read is that this happens when linux tries to extend the dhcp release and that seems to fail somehow, so server then switches to AP. But I would expect it to s…
  • In 0.90.1 gab es einen bug das webcam änderungen erst nach dem neustart des Servers funktionierten - zumindest für streams. Vermutlich hängt das damit zusammen. In 0.90.2 ist das behoben. Das rot heist Fehler in der Eingabe. Kommt weil min 0,1 ist …
  • uiconfig.h is only used if you define to use a user defined display. In all other cases it will be ignored. Especially if you have a display you need to find the part in DisplayList and extend the init and check function there. I also doubt that pi…
  • Ok, new system is if a stream is started it will never end. In the background it will always try to reconnect and stream will continue on it's own. So it is good that this is now working. Restarting the webcam server should not be needed and in fac…
  • My guess would be communication errors causing a timeout as it misses a "ok" from firmware and only after timeout print continues. See in console during print there you should see all the messages. Enable ok with line numbers and wait in marlins adv…
  • Sorry, but timelapse is bound to a print simply because the triggers require this and it is also nice to have a good name for it.
  • Are you using the davinci form of repetier-firmware? Then better ask in their github issue tracker.  The first question is the extruder heater pin set correctly. Only then you can have it heat up. Also make sure dry run mode is not enabled (e.g. if…
  • It should be possible. Server does not mind if it is seraial over usb or real serial. I think the problem is that linux does not provide the serial port you want. See e.g. https://hallard.me/enable-serial-port-on-raspberry-pi/ on how to enable the s…
  • Be careful when using manual extrusion. Filament needs to heat up so extruder at 1-2mm/s. Bowden is like a spring. At beginning you compress it and if at some point the pressure is too big for the motor force it pushes back rotating motor backwards …
  • Don't change these. The correct one is named horizontal radis or something like that. The ABC indicate that these are per column corrections from the set value. You might also change diagonal length. The dome/bump you describe comes from ratio diag…
  • Yes, you can. This only changes the date. So even if that would cause a negative time for current print it is no problem.
  • You could just send the power off command in the print end script after a delay. If this is unwanted you can just enable power again.
  • Warum ist T2 das Heizbett und nicht als echtes Heizbett getarnt? Zuminest oben wird nur die aktuelle Extrudertemperatur angezeigt daher die Vermutung des Wechsels. Kompatibilität ist hier nicht der Punkt. 0.70 kennt halt noch nicht die autoreport …
  • First test G28 and then G1 Z0 and see where your nozzle ends up. If it is higher then you expect the homing is wrong. Use M114 to ask firmware what it thinks at which position it is. If it reports Z=0 then it will in deed not lower.
  • You mean shutdown printer power? At least for printers with ATX power this might be an option also most printers do not have that possibility. Hopefully my next printer can do this so I have a test printer:-)
  • Ok, so bed alone is working fine and if you enable extruder bed runs too hot? So what happens if you only turn on the extruder does bed also heat up and does extruder heat up as well? In that case I would check the hardware. There might be a bridge…
  • These are normal communication errors. Make sure the input buffer cache is set correct. Normally 127 or 63 but you can also try 120 to be on safe side. If it doe snot come from buffer overflow it still can be a communication error with your printer.…
  • 0.3% ist zwar nicht besonders gut aber noch im Rahmen würde ich sagen. Von der Fehlerbeschreibung her hört es sich an als ob der aktive Extruder auf T1 gewechselt hat. Grundsätzlich würde ich erst mal den Repetier-Server auf 0.90.2 updaten, sobald…
  • I agree. As german i also prefer 24h format, also in that case the american might disagree. Hope to fix the problem with next rewrite.
  • You should use G30 like this - G30 H R Make probe define new Z and z offset (R) at trigger point assuming z-probe measured an object of H height.That way no G92 is needed. And please do not G28 Z after that - it will loose your prob…
  • Try lowering #define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80 in eeprom. Does the firmware report the high temperatures? Check the temperature curve in Repetier-Host along with bed output. That normally gives you an idea what firmware does. I guess you…
  • Unfortunately, it is compiled with us locale and time format can not be changed. Maybe in future it will select locale from selected language.
  • Did the printer every respond on any command? If not, your baud rate may be wrong or you have used the wrong port at all. Assuming you did not change the ColLiDo defaults baud rate should match, but you never know. Port is set to auto be default so …