Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
" requires the Y to move 10mm beyond the Y-homing sensor" so you want to trigger y max and then move another 10mm in max direction? No homing will not do that resp. endstop check will make problems. Eventually you might get away with a negative move…
-
You mean G28 or G28 X0 Y0 Z0 do work and in LCD selecting home has xyz order? Would be strange as both call the same homing routine. But maybe you mean a different place then I just checked? Calling Printer::homeAxis(true, true, true); should always…
-
Only a naked board, no printer so I only test communication at the moment and assume it executes what gets send if it says ok.
-
You should first test G32 and see if after that G1 Z0 is at z=0. Correct z probe height by difference and try again. Make sure bed coating is set to 0. Then if G32 works try homing z. That should then have correct height. Best try with dev version, …
-
No, can not say why it is waiting for a pid forever. At startup it does not start external threads. For next release I will test with recent ubuntu and see if that has similar problems.
-
Do you have ALWAYS_CHECK_ENDSTOPS 0 ? If you have inductive/ir probe it might prevent coming down if using z hop and maybe some other cases. Also do you z max homing or have z probe = z min pin?
-
That is strange. strace is no helper to get anything running. It just logs actions done by software. All it does is changing timings maybe as it slows down by logging a bit. Very strange.
-
Yes, it is still a forum and no wiki that can be modified any time. All you could do is repost a improved version I guess or write it locally until it is finished and then enter it.
-
First start host from a terminal so you see output errors. Then you could start it using strace before which outputs lots of things it does like openening files etc. Maybe this gives an indication wat it tries when hang occurs. One typical candidate…
-
Ok, having no electronic background I do now know what X10 is, but be glad you found a solution to stop the interference.
-
Your calibration is most likely missing correctness or is incomplete. When you are at 0.1mm nozzle distance the probe should already have triggered. You need to do it the other way around. Go down until it triggers and get z position. Then go down t…
-
M105 read is ok. If thermistor is not stuck to heater, how should it get hotter and show hot end temperature? That is dangerous and should trigger a decouple error after some time.
-
Read the plugin documentation. With plugins you can extend the functionality of the host.
-
You mean the printer icon right of home? That shows offline / online and deactivated but not disconnected. For images google "picture upload free" for an upload service so you can reference the image here. Make sure to use right firmware in server. …
-
I guess the tips and tricks section would fit best as this is meant for non-questions, but tp share such insights that would help others.
-
Can you say what the problem is with smoothieware.xml? I mean what part is not working?
-
Good to hear.
-
That is not possible. Simplify3d has no command line interface. What you can do is add a file watcher slicer in manager. This watches a directory making it easier to import files generated with 3rd party slicers.
-
See https://www.repetier.com/documentation/repetier-firmware/z-probing/ it also explains how to do it with the lcd in dev version.
-
M82 is absolute E psoitioning and using that without knowing where E was before is dangerous and often causes issues. You should also always use G92 E0 at the end to reset position.
-
If you go to console you see the commands that get send when you change fan. As long as these are normally understood by smoothieware it is a firmware/config problem. According to http://smoothieware.org/switch#fan it is M106 and M107 like with all…
-
Server will get an own slicer not shared with host. It will also slice locally or in local cloud, that is no problem as long as objects are not to heavy for the processor.
-
Simplyify 3d creates code compatible with repetier-firmware, that is no problem. Just select as firmware type RepRap (Marlin/Repetier/Sprinter). The rest depends on what you need. You can also load g-code stored with simplify3d in any of our product…
-
M105 response looks good. Not sure why you do not see output power in graph. Only thing is that M105 reports temperature is at room temperature so it doe snot seem to go up. Normally a wrong configuration of firmware to use the wrong heater pin so i…
-
Install host 2.0 when it appears. Until then there is nothing I can do.
-
More likely is a wrong steps per mm resolution in firmware settings.
-
I see that newer Arduino version need that, while my version is a older copy. Have added it for next update. But there is no need any more to use that version on current arduino versions. Only reason was watchdog and that is now universal covered in…
-
What did you mean same as in repetier? Steps are only set in firmware. Server uses acceleration for internal time estimations. EEPROM editor show what firmware is set to so you can modify without recompiling.
-
For normal core xy you need to multiply steps per mm you think with 2 or sqrt(2) not sure about which one. There is also an inofficial FAST_COREXY mode where steps are as you think and that should be able to move faster, but uses nonlinear settings …
-
No, but I think in may.