Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Since I can also not see the app store entry I can not say who developed the webcam software for mac we reference. I see no reason to buy hardware, you just need a different streaming software for mac to get the mjpg stream from webcam. I'm quite su…
  • Normally you set left ones offset to 0 and put all offsets relative to that extruder. As I said also extruder 1 can print on the left side extruder 2 can not and switching extruder in that region would crash it into the end stop. So firmware does n…
  • Normally it goes back to default reprap protocol like used in marlin. And no, you can not add own protocols with plugins. At least not easily. You would need to write a own connector that uses your special translation between gcode and reprap forma…
  • That's bad. Just wanted to check the app and it also says it is not in my country available. Was so happy to have found one and now that. Hope it gets back soon. Guess some config error of the vendor. Anyhow any mjpg capable webcam solution will do…
  • Did you already do the temperature timing wizard? If not it might add wrong times for heatup/cooldown. Depending on value sit can be quite long. Also I'm sure prusa can move faster then 100mm/s. Remaining values look good except motion acceleration …
  • When you have multiple identical printers on one server they can share same gcode and printing informations. Also I understand what you mean projects are not meant to organize gcodes of multiple printers. We only added the ability to copy gcodes to…
  • Your gcode is wrong. It constantly contains M205 X30 Y30 which means list eeprom values for repetier-firmware. So it constantly lists eeprom which is much work for browser/touchscreen and adds lot of unnecessary communication. Could not see a pause …
  • Not in host, but pressing Shift+Command+4 can make a screenshot of a region as with any mac app.
  • Then I need a copy if gcode to say more and to analyse the problem. My gcodes still work.
  • max printable radius has no influence on motion except that it limits the radius. So that is more to limit to bed radius if you could move further. It is also the radius you would set in host. horizontal rod radius at (0,0) is what you modify durin…
  • NOOO into the command tag you already have like                   printerOn                 bash /home/pi/scripts/printerOn.sh                 Really turn on the printer?                                  true                                 true …
  • You have no extrusions, only travel moves. A layer is a new z where you extrude in the definition of host. So I guess your slicer is not creating a gcode for printing or using A instead of E for extrusion or not saying it uses relative extrusions. S…
  •  Projects are printer neutral and mainly meant for stl/obj files which get rendered or storing extra data. To render gcode it needs a printer so that is why it does not render gcode in projects. If you only collect gcode projects use the groups in …
  • The 3cm is because you have selected left extruder. Then it will move distance to right extruder so you can select right extruder at same spot. Distance is defined by x offset. Setting it to 0 is wrong - then when you switch extruders the right extr…
  • 1. select right extruder and that one will move. Except if lazy motion mode prevents move (which it does until first extrusion move). 2. x max endstop will be used for x2. Which pin you assign the end stop is up to you but x max is a good choice. 3.…
  • If your printer prints where it is supposed so nothing shifts, the drivers are not overheating. You then should better check your log for error messages. 30 second pause sounds more like a timeout in communication due to missing "ok" caused by commu…
  • You added it as tag, try as attribute     looking into code I saw that slugname must be slug as attribute name.
  • What browser do you use. Testing with firefox and chrome it is not possible to save with wrong value there.
  • Make sure firmware is set to Marlin, baudrate to what is set in firmware. Also select "Port is visible even when unconnected". That is a behaviour of Prusa printers that it looks like firmware is there but only the usb port which is powered over usb…
  • We are working on a monitor software that would show all server instances in one interface. Will come with next server update. Our pro package includes 5 licenses, so you can install it on 5 installations. If you use one pi for 3 printers (server s…
  • If I do it you have to write a program to return values which are then showed in a table. So it would work on all computers if the script is present.
  • From the manual Advanced Setup Commands are normally visible in the global menu. If you want one to appear only in in the printer menu, add the attribute "slugname" to command. You see the slugname when you select a printer as p…
  • DRV8825 drivers are slow. I think you need to set STEPPER_HIGH_DELAY 1 so they see all signals. Especially if you have high steps per mm it might go into double/quad step mode where stepper timings become more important. Z axis are always enabled n…
  • The code just sends M80 or M81 to printer. It is up to printer and it's firmware to turn power on/off. Most do NOT support this feature. It requires a ATX power source that delivers always 5V standby and only switches 12V depending on a pin signal. …
  • Have added it to my todos but it has no high priority as it is not print or quality related.
  • Cool plugin, also it requires a powerfull server to analyse the pictures (or an account). Have put it on my list for useful additions when I get the time.
  • @jonsnow1221 Where in our software do you get an epson error code? And on which printer are you using the server. Just a bit confused about your message.
  • Best way to calibrate z probe height is using G30 and a metal block with known height. Run G30 see what distance it returns, move that distance would be block height and compare with block so that block is just not touching extruder nozzle. The corr…
  • Was the problem always at homing or first command after homing? It is strange that it happens only in the first 30 seconds so it must be something in the initialization. Did you update firmware before problems started? As you said it is strange if i…
  • Macht sinn. So Spannungsempfindlich wie der Pi ist sind 6 Geräte dann vermutlich zu viel des guten für die Stromversorgung und er trennt usb regelmäßig.