Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
If it is away from y endstop it is crosstalk to endstops. Set ALWAYS_CHECK_ENDSTOPS 0 so endstops are not tested during print, whcih would prevent this then.
-
You should check your event scripts in host and server. There might be a command setting it to 0. But as long as it does not appear in a log especially the log written to file there should be no reset of temperature at all. And until now you never s…
-
You mean at height for distortion correction this happens? You should notice that for distortion correction all moves are split into 10mm moves making it harder to plan the path as you might have not enough length for planning. With acceleration 100…
-
30/230 means it is heating and looking at temperature curve you should see a output. If not firmware is not really heating and might be in dry run mode or in some error state from triggering a decoupled test. Maybe disabling printer and restarting h…
-
G33 omits edges if you have compiled it with the flag set. Hosts does always measure a rectangular area, see send commands. What might happen is that printer refused to move there due to some constraint being hit and it just measured instead where i…
-
Either rotate motor connector 180° whcih is inversion of direction, or recompile firmware with invert direction flag for that extruder toggled.
-
Slicer makes slices through object at layer height and for everything hit it creates a layer of layer height. So with 1mm height it might not hit anything and be empty. 1mm layer height with 1mm nozzle is not really possible. This might result in c…
-
Motors will never hold microsteps without power. They always fall back to closest full step without power. Soy ou get some movement then.
-
www.repetier.com -> Repetier-Firmware. Read the documentation. Driver might be included in Arduino IDE otherwise the vendor should provide the driver.
-
Strange problem and I currently do not see how you achieve these errors. What is when you use the server instead of host - do you get the same problems? If not what about using server vie host server connector?
-
Grid size is not that important for cartesian and flat bed. Just make sure you used G32 S2 so correction is stored in eeprom so it stays permanent. The command also returns the rotation matrix so you can see if it works. And you should see z axis mo…
-
There is nothing I can do with config. You could change EEPROM_MODE and reupload. That forces copying configuration.h values to eeprom so you are sure what value is set.
-
G32 is normally not part of startup. G32 S2 stores rotation in eeprom so it is always present after homing. Only rerun it if you have changed something that might change rotation. Hosts start gcode is normally empty and you should only add such com…
-
What display do you mean? If you have a lcd on pi and use the optimized printer frontend, that requires in deed a pro license. If you just call on your normal pc/iPad/phone http://ip:3344 then you see a ui that does not require a license. Only probl…
-
Sure it uses different points. See G33 L0 output to see used coordinates. The order of measurement will surely differ as these are different methods, but it should use the same position as both activate the z probe offset.
-
Ok, I think that makes some sense. If the stored position is illegal because it was not set the nonlinear positioning might be skipped maybe. And I see no harm to this, should be even better. Will test and publish soon.
-
Motor should have power after move. If not you have enabled to disable the motor and what you hear is then the sound from power on/off. Normally you want the xy to keep power. This was more meant for z axis with M8 rods where Z does not move even if…
-
Yes, as long as you do not enter a license key it behaves like the free version with some reduced functions. But these are not time limited and everything you need to print gcode.
-
You have set max. zprpobe bed distance to 5 in firmware. Starting higher results in a good value for that point and then the correct height gets enforced. So solution is either to increase that value or start measuring at 4mm.
-
Normally your z probe height is wrong when you are not where you expect to be. Change by difference. If it gets worse you have corrected in wrong direction.
-
Not sure what you mean. You have 2 lines in bold and none of them is a move. Can you post modified code? Moving second move down before move up makes no sense even if it works.
-
M109 makes firmware wait not host. That way it would heat until temp. is reached and then the unknown reason might reappear. Just to be clear - you are only setting temperature on host. You have no job running from sd card or host and no other host…
-
Maybe first check if you have the right termistor input. Removing thermistor should show def for the extruder. Then you know you use the right input and it is configured to be used. If nothing happens you have selected wrong analog input or an error…
-
If it appears after slicing at same position everything is working right. If the output does not appear where you expect, then printer has different coordinates as you defined in host settings. Host shows origin as big dot on bed and each line is 10…
-
Yes, that are the right parts. up/down is a bit relative depending on bed or extruder moving in z. Interesting part are the moves after that I guess. These 3 moves are very well tested and have no secret. It seemed maybe a bit that the second down …
-
Motor start with a speed of jerk/2 so that could make a noise, but you said noise between moves. Between moves you might still have a jerk if you change direction and acceleration/decelleration to limit jerk. But these need to happen to make it move…
-
Also have a look at the target temperature. You see something set the target temperature back to 0. Enable commands in log to see if a command to do so was send from host side or if firmware did this, also I see no message explaining this in log.
-
What is host showing as Z position after homing? I guess you have not defined z home position in printer settings so it assumes Z=0 while you are at z max.
-
Typical problem of crosstalk. Your heaters induct signals to x endstop and everytime that happens the x move in X- direction is stopped causing it to move to the right. Best is to twist and isolate signal cables. In repetier-firmware you could disa…
-
What firmware? In repetier-firmware baud rate is stored in eeprom so configuration.h value can be overwritten. Just try the typical ones to be sure (115200, 250000). If not make sure printer is using that port and not an other device that creates th…