Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Probleme scheinen aber schon hier anzufangen: Mesg:22:49:24.180: Warning: Communication timeout - resetting communication buffer. Kontext: Send:22:49:20.171: N10101 M205 X10 Y10Recv:22:49:21.048:  T:200.03 /200.00 B:60.00 /60.00 @:61 B@:43Recv:22:49…
  • Yes should be reachable with active z-probe of course. One reason why it is separate from printer size.
  • I don'r think klipper works on windows at all. At least i never saw it mentioned and the socket it creates is not available in windows. That is why we also do not offer in under windows. You need a linux system. What might work (untested) is using …
  • The points must match exactly as in this image from config tool: https://www.repetier.com/firmware/v100/images/bed-leveling-method-0.png P1 is left fron edge, p2 and p3 are right fron and left far end. If not they span not a rectangluar and you ga…
  • Forgot to mention - files must be readable by server user so on linux/mac repetierserver user must be able to read the files.
  • That is no real problem. You need to enable it on the computer where server runs and at least automatically sync that folder ( I mean you can exclude the other folders containing other data - at least in dropbox I can do that). In Repetier-Server y…
  • It is quite hard to say which effect comes from which problem. The bottom looks great so you have constant speed with constant extrusion and extruder has no problems heating filament consistently at that speed. When you increase speed several thing…
  • Your measurement is wrong I think. It looks like you have moves around 1mm so with speed of 60mm/s (not visible what your print speed is) that means you get around 50 lines/s. Reason is that Klipper throttles the speed! We need to wait for "ok" from…
  • > 647 instead of 700... i didnt know that... yes I wrote that above :-) Good to hear it was just wrong timing and it now works.
  • That would be very specific and size does not match. We build the image on our self, so have the same size and look and feel for all g-codes regardless of the g-code source plus we also have them in higher resolutions for better previews.
  • Yes should be correct then. Except maybe pin confusion:-)
  • Please check the console for messages from printer when you run out of filament. At least my Artilllery SW X1 did not send anything when it happens, so no info no warning. As a solution I removed the sensor form artilerry and connected it directly t…
  • Ok from BLTouch it would be 28 and from your image 27 so should at leat be one of them. I don't think it is a power problem. Main power comes from USB/Voltage converter and that is how more or less all are doing it.
  • No you can't. At print start a copy is made for execution. So when you edit it would be for the next print started. For pauses you better should use @pause Message and configure pause script to move away. That way host controls pause and not the pr…
  • No bold lines but assume you mean M420 https://marlinfw.org/docs/gcode/M420.html You can try adding M420 V1 after that. That would write the leveling active which should be what you stored. It is is all 0 than the commands do not work as expected. …
  • Sure it is arduino pin 27? https://www.electrodragon.com/w/images/a/a4/Atmega644-pinout.png shows mapping arduino numbers . Pin 27 is PA3 according to this. You said A4 that is pin 28. On the other side if sketch worked it should be correct pin. De…
  • Check https://reprap.org/wiki/Melzi for some hint on it. There is no pinout diagram but you see connectors and schematic for all ports so you can get the pin for it. Just note that you need the arduino pin number not chip pin number.
  • Ok we depend on linux showing the port of course as not visible means not connectable. Question is if the driver module is not loaded or just port does not see it (defect from last burnout?) So first check if the usb is working. Unplug und run lsus…
  • > [     1.744319] brcm-pcie fd50000.pcie: link down Don't think that is the problem. But did you install a new printer firmware on the new board? Also depending on your config, the port name might be different if it was by id.
  • Which server version are you using? Can you show the code part that gets ignored? If you activate logging you should see if it gets send or not. If not: Server has many methods to modify g-code so also check in printer config->g-codes->replac…
  • There is no difference between sd printing and server printing regarding mesh leveling. The only question is if the result is stored in eeprom so it is permanent or if it gets lost on reset/power out. It is just G29 with proper parameter matching yo…
  • At least it is nothing a update of linux components would normally solve:-) But glad it is working again. I see it as closed since it is an unknown reason so nothing I can work on until we know what it was. If it happens again check in console last …
  • Thats the problem with apple. The version I could pack can not be packed any more as they changed policy for signed apps to require now notarization as well. Nice thing with Prusa Slicer is that it is based on slic3r also much more developed. But s…
  • When you activate log - where does it hang? A typical case is M109 or M190 never finishing in firmware (they block until target temperature is reached and stable). So if that happens at start that might be the issue. Some firmwares will continue if…
  • Unfortunately slic3r is not really actively developed any more. The available mac version I downloaded last time was not notarized  and could not be included any more. Best solution is to install  Repetier-Server as Print server on your mac and ins…
  • Not wrong so far. L_Pxx is not used for method 1. But there are some other values bing used: #define ENABLE_BUMP_CORRECTION 1 // CPU intensive, so only activate if required#define BUMP_CORRECTION_START_DEGRADE 0.5 // Until this height we co…
  • What G32 method and sensor type are you using? I had grid and 4 point symmetric working on bltouch and node sensor. Also would a simple G30 work? Just to figure out if the bed leveling or measurement is crashing. I wonder about the timeouts since …
  • It is using move speed from manual control to move out of the way. For retract it uses settings in tools->General parameter that are also used got G10/G11 if present. Stabalize time is what we wait before we make the snapshot, "Pause duration fo…
  • In touch screen or regular gui? In normal gui go to manual control and select temperature icon. Then you can select which graphs you want to see. Or if just temperature is enough on the right side is temperatures accordion that you can open. Top alw…
  • Checking marlin board definition for skr2 rev B I see this: #if HAS_TMC_UART /** * TMC2208/TMC2209 stepper drivers * * Hardware serial communication ports. * If undefined software serial is used according to the pins below */ //#define X…