Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Host can only connect to one printer at a time. Make sure both have different names so you can distinguish them (and maybe also host). What you then can is reconnect to second printer and start a job there. Or use frontend to use both printers at on…
  • Host just sends all commands to firmware. If it underextrudes then extruder is not calibrated or you used a wrong extrusion multiplyer for your filament (varies for different types).
  • You can enable log in host to see exactly what communication is going on. Host toggles DTR and RTS pin twice to reset and if it does not see a "start" within some time it simply sends teh start gcode (for those printers without reset) and expect an…
  • If it does not compile you get the reason in the bottom part. Fix what it complains about and retry.
  • Last thing to more infos is check in folder C:\ProgramData\Repetier-Server\logs for server.log. There you see connections and closed connections. Maybe something is logged there. But I think something with the driver went wrong. Also it is still the…
  • server.log is the log from repetier-server. Linux stuff is in /var/log/syslog. Client closed connection unexpectedly = connection to browser was lost. If nginx crashes you would loose connection. Port 3344 is server directly without in between stat…
  • That is distortion correction. used e.g. if bed is not planar or for deltas with nonlinear moevement not calibrated 100%.
  • In that case G1 X30 Y10 after homing must move 20 right 10 back. So not moving at all is an error and I wonder why it does not move. What does M119 after homing say? Any endstops triggered that prevent the move. And since G1 X30 Y20  does move - in…
  • Disable distortion correction as well M323 S0 P1 to see if it comes from that.
  • I don't think it is a bug. It is how it works. Color changes take only place at multiples of 5, so max. is +55 or +110 from minimum speed. Take first picture minumum speed is 10 (rounded down) so so max. is 65 or 120. It looks from color that some s…
  • The screen showing "Extrude and Retract" I guess? For me it stays there along with XY Move and Z Move buttons. Maybe it depends on resolution? Which resolution does your screen have?
  • Da ist nichts ersichtlich. Man müsste den Server mit einem Debugger verbinden um eine genauere Idee zu bekommen. Vielleicht ist auch einfach nur das Binary defekt auf sd karte. Würde vielleicht erst mal die armhf version herunterladen und drüber ins…
  • Please install manually from downloaded version. Seems some bug in updater that happens to some users.
  • First disable autoleveling to see if it comes from autoleveling. It could also come from distortion correction (G33). You can also disable G33 and see if it still happens then with both disabled. Then it could be some strange hardware error causing …
  • Sorry i meant syslog not server.log where linux logs things. Can you switch to :3344 after a crash? That would mean nginx crashes but the rest stays working and it is not wifi that crashes only nginx (also I would not expect it to crash as it is su…
  • Don't think that will work. That means you print with host/server and then they need to know where it stopped. Maybe if they would do it and the filesystem is not corrupt from power out of computer they can restore. It is not easy especially since w…
  • it is /var/log/server.log where linux logs important os stuff like wifi connection.
  • Is this with marlin firmware?
  • You mean you do not see the error because sd card has no line numbers and resend feature it will continue. Server would work if you removed G28 W line I think.
  • How do they solve detecting that there is no power and how do they store current position? Without power the processor is not running any more. The solution I know is a hardware addition detecting this and giving power for a short time to save posit…
  • You can send M114 after homing to see what firmware thinks where it is. Probing fails if it was triggered before going down, so maybe you start at a too low level?
  • Does your extruder/probe move at all if you tell it to move? I mean not during probing but in general. There is a config option to prevent moves if you did not home before. So if you did not home and nothing moves it is clear it will probe same posi…
  • Does the pi connect to your local wifi network or run as access point? Can you afterwards check /var/log/server.log? This is more a linux/driver/network manager problem I guess. I would expect some hint sin the server.log why wifi was disabled.
  • M84 will disable motors if that is what you search for. If you compile firmware without endstops defined it will just move (if not set to move only after homing). But you see how valuable endstops are. Especiall do they allow you to get repeated id…
  • It's the gcode you send. See this showing the problem 8:50:00.683: Resend:5588:50:00.683: Resend after 126ms8:50:00.695: ok8:50:00.695: //last:557 curr:571 rcv:N571 G1 F750 X39.058 Y29.834 E0.01261*508:50:00.695: 38:50:00.695: Resend: N558 G28 W ; …
  • There was a in between version where you could set how to handle it. Host could arrange them in one stl to preserve position or not to allow slicer to do so.
  • Origin is exactly defined. Home, G1 X0 Y0 and you know where on bed it is. Motor positions must not be reachable, that is why we have test positions AND motor positions. A bit tilt makes no big difference with respect of errors. Also a mm error of s…
  • Depends on what it is needed for. You could also use the laser driver instead, then moves with increasing E like produced by slicers would open it and shut down when moves stop.  Other controls are M42 and Fan. But that really depends on when you n…
  • When slicing for single extruder the code contains no T0/T1 so it will use the currently active extruder for extrusion, so just select second extruder and print. Depending on your start code you might need to fix setting temperatures if the contain…
  • You need to group them so slicers know they build one object, otherwise strange things might appear like skirt in the air or so. The crucial thing is when exporting stl to use the same reference coordinates. Only then they stack up correctly when b…