Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Make sure dry run is not enabled. That would prevent all extruder moves. This happens by host debug options or if your heaters are not working or you send a heat command to fake heater. So do not try to heat the faked extruder heater!
-
Exactyl, this is no bug. It is the gcode as you said. G92 shifts position where it gets printed and host just shows that fact.
-
We do not read read coordiantes from firmware any more. Reason is that Marlin now reports them including G92 offset as it seems and that confuses the host. So now on homing it adjusts and from there on G0/1 commands set them so at some point they wi…
-
HD Videos have much better compression. Webcams use MJPG streams meaning each frame is a jpg image. With 640x480 a 3MBit connection is already much too slow. If you use HD with pi cam it gets even worse. New version comes when issues known are fixed…
-
Looks like you have a z min endstup and a z probe. That is a combination that does not work. You need to always home z min using z probe in that case. Otherwise you measure something using z probe and for homing you ignore everything and you use the…
-
I just do it with the host. Here I use the history function of manual commands to change between my 3 or 4 probing points. I also use a metal block of known height to put it below nozzle. So I do not need to go up/down with z and it is much more pre…
-
No, you mixed the 2 cases. Case 1: #define ENDSTOP_Z_BACK_ON_HOME 1 #define MOVE_Z_WHEN_HOMED 2 #define ENDSTOP_PULLUP_Z_MAX false#define ENDSTOP_Z_MAX_INVERTING false#define MAX_HARDWARE_ENDSTOP_Z true #define min_software_endstop_x false#define m…
-
No idea what firmware you use, but I do not think sd card or usb makes a difference if it gets the same g code. So if there is a difference the usb print MUST have different gcodes send. In host you can define a start gcode as well and that gets pri…
-
In slic3r it is in filament settings. You can also use flow multipler in host/server to test how it looks if flow is increased. Increasing it pushes mor efilament so it gets broader closing gaps. You might also want to reduce extrusion width in sli…
-
Upgrade to dev version, whcih has a speed selection for both fans.
-
Sounds like a hardware issue that connects D8 and D9. Check your board for a short of these pins. Each fucntion can only set one pin so if 2 turn on it is 95% hardware.
-
That happens if ratio of diagonal rod length and horizontal radius is wrong. You need to calibrate gemoetry settings to correct such settings. Google "escher delta calibration" for a solution that tells you what to change how. Use the 6 dof solution…
-
Order is ok in your screenshot. It also shows correct temperature of 24.9°C whcih is what M105 returns, so it shows what marlin has send. T0: is the current extruder temperature. SO if this matches image everyting is ok and onyou rscreenshot it did …
-
Set Y angle to 229° so X-Y is 119° and Y-Z 121°.
-
For 2 extruders you set extruder 1 z offset 0 and extruder 2 z offset according to difference. This of course requires that extruder 1 is off bed when extruder 2 is active or the other extruder will hit off all objects while printing. Manual autolev…
-
In host it is just measuring a height map, but that only works with repetier-firmware whcih is why it is greyed out. G32 is the autoleveling from repetier whcih is in marlin G29.
-
I know a user who might be playing with it. We do not have it on our official road map as for 3d printing this is not a requirement. But if we get a pull request with a good and efficient solution we will accept. Filament slicers are not using more …
-
What they mention is a normal thermistor. So it may just be that the pins are in wrong order. If you have all connected you could try to heat one and see which temperature is going up and if that is the same device (bed/extruder) or a different one.…
-
M302 S1 enables cold extrusion so you can extruder with cold extruders as well. You can even put that in the startup gcode to enable automatcically on printer startup.
-
There are no default settings it all depends on what you have, which nozzle size etc. Assuming printer is calibrated you may have to modufy flow multiplier for filament to extruder more if lines come out too thin, that is all.
-
As said I would prefer disabling boundary check for extruder switch and then enable it again. That should allow you to move past endstop if endstop test is disabled.
-
What thermistor did E3D recommend? As I said if it is a thermocouple you can not use the thermistor inputs which have a 4.7K resistor in addition and that does not work with thermocouple. From the name I guess it is simple RAMPS clone also googling …
-
See mail answer.
-
You have the very special case of max and min z endstop. That seems confusing for the firmware as it takes routines meant for z max homing like computing the z length from distance to top, while neglecting the special problems in that case since #de…
-
Normally I would say disable endstop check with ALWAYS_CHECK_ENDSTOPS 0, but in newer firmware we have also improved boundary checks so it would not move just because target is outside boundaries. But since a y max homing is first and you can not ho…
-
Cool, it opens in online word editor :-) Good solution and good start.
-
In printer settings is a option to remove them from log just for that reason. Hope it does still work and firmware does not use a undetected format.
-
What firmware are you using? Repetier firmware uses G32 for heights computation. On deltas such problems often occur if you go to the outside while it works in the center region. Often problems start when crossing the connection between towers. Thes…
-
Offsets are to position multiple extruder against each other. For a single extruder they make no sense and should always be 0.
-
Best would be something dropbox can show in browser I'd say. As mac user word is a pain. PDF would be great for viewing. Word can export that.