Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Great, will gladly include them.
  • M569 is not implemented and btw, what is it supposed to do? Z moving every layer is what you want or ou woul dnot add z moves for it.
  • Thanks for the info. Have added them for next update.
  • With ethernet you can always get access. I know to far away but a pi is small and can be moved for installation. If you had deleted the delete password as described in image faq it should not ask for password anyway.
  • 1. No Z axis in not affected by this. 2. Not sure what you mean. You home and then you are at home position. We do not know position before that, which is why we home at all.
  • What board do you have in the printer?Do you see the COM port also if printer is not powered? I remember there is one board that does power usb converter from usb but the rest not. Since the server expects the printer to be there when it sees compor…
  • Strange thing.That is in deed an unknown command and it seems to crash the firmware in addition as I see it reset. Just to be sure - when you say printing STL files you have sliced it into gcode and you are sending the gcode, not the stl file, right…
  • All positions are stored in steps in a 32 bit integer so range is +/-2000000000 steps. So that is not here i guess. Even with 1000 steps per mm you could another 1900 meter. But it is for an other reason not good to get such high E values. You will …
  • Currently a single instance is not possible. You could make a simple webpage with 10 buttons opening the right url in an iframe below that line. For the long run we plan such a unification of systems, but the current codebases does not allow this so…
  • Currently the image does not support this. We want this in next release - a simple textfile readable from any os where you can set your connection data.  If you use the standard image and install server there, you would use wpa_supplicant to store y…
  • First make sure it uses same chipset as 11 (2 is char display). There are seceral chipsets with 128x64 pixels.If it does you need to add a section id DisplayList.h (or ui.h on old firmware) with the pin numbers as connected. If it uses different chi…
  • Invert motor direction and homing direction I guess. That is a firmware issue if it moves wrong way.
  • If you add a simple description to the files we can add them as examples in the sample events folder.
  • Do you have LAZY_DUAL_X_AXIS 1 or 0? I always tested with 1 but then it does not even move on switch of course. Need to test when I get some time, but during tests 2 days ago I did not get any collisions, but was also testing something different.
  • You can simply rename the wifi manager script so server does not try to manage your connections. Then it will never go into AP mode and keep the settings you had when renaming the file (so do so when wifi is connected). Next release will get some ch…
  • Ok, it is no bug just something you do not know. In Special case of dual x axis, the left position on be dis position 0 for extruders. Offsets are both relative to this point. SO in your example E0 offset -1000 E1 offset 9000 Assuming that no crash …
  • PSTR is to have a line stored in flash printed. Also in print F is flash.Use Com::print(buf);Com::println(); instead. On due PSTR is just a dummy macro doing nothing. And yes, SET_OUTPUT is only vor fixed pins. Just the special implementation make s…
  • One more question - are you also storing timelapse videos? Might be an additional source since that requires also writing files that could delay log writing in addition.
  • I have read that octoprint also can get pauses if logging is on so you might be right that it is a problem. As it writes in receiving thread it can block sending new lines. I think in general it can write fast enough but at some situations linux mig…
  • G32 assumes flat surface. See result of G32 if it measured a tilt to correct. After it it is enabled and will correct the rotation if present. If your bed is a bit bumpy or warped, that can not be corrected with G32. For this we have a distortion ma…
  • Mainly you add more dnstops in configuration and endstop class in printer.h/cpp and copy everything as you plan where MULTI_ZENDSTOP_HOMING  is used. The trick is simply in homing to stop only motor that is triggered and stop complete move if all en…
  • The reset on connect is normal. Server toggles DTR/RTS and that causes the reset. That way we start with defined state. Am I'm I right that the display is already showing data also power is off? That means teh board gets also powered by usb. So you …
  • Data needs context to understand as I do not see what you have in reality. 1. G32 is it at bottom after G1 Z0?2. G32 after print is useless as it removes old z. Better etst is test the important partG28G1 Z0what distance do you have then? That is th…
  • Our image uses networkmanager instead of the default wifi with spa_supplement so even if we do not query it, it is running. But as a result we now know that it even happens if we would not query. Hope octo image has a better solution here.
  • Left extruder is extruder 0, yes. That is a implicit definition at the moment and you can simply swap motors in firmware to adjust to that.
  • Screaming motors are normally lost steps. Check in eeprom what steps per mm are. Too high value or too high start speed can cause loosing steps from start on. Also check motor can rotate when not powered and is not blocked.
  • Not sure about pin numbers for all but might be needed. You can assign all the same unused pin if you like. That would normally cause garbage but since you do not use the pin it is okay. PWM will still have per device pin values. I would make a cust…
  • That could be a problem since dpkg or apt-get are part of debian style linux distros. So unless the have removed it to prevent users from updating the distro it might be a problem. If you have a pi you could install it there and simply copy the file…
  • No, there is no option for dual xy endstops. Z was only added since same stuff can happen if you have separate rods for z axis, which is quite common for 3d printers (prusa style).
  • Normally it is not enabled only if error conditions require, so remove the condition enabling it.  Host can do on connect since it remembers last set options, but that can be changed in host.