Title: Homming from program [Print This Page] Author: Franklin Time: 2019-1-18 22:19 Title: Homming from program Hi. I need that the machine automatically start the homing procedure when start the program. How can i do this? Thanks.Author: mirek151 Time: 2019-1-19 20:54
position #126 Home after booting. yes or no.
config.pandora-cnc.euAuthor: Franklin Time: 2019-1-21 00:59
I know this parameter. I need the machine to do homing from G-code like M101 for probe.Author: JPoepsel Time: 2019-1-21 21:14
Hi!
It's only a guess, but it may be you can use this
M101
G91 G01 …
M102
G04 P0
functionality not only for probe but also for the other range sensors. You may give it a try - or wait until ytliu awakes frome his hibernation... Author: Franklin Time: 2019-4-28 03:22
Hi. I still need the homing when the program start. Can you help me?Author: ytliu Time: 2019-4-28 07:45 Last edited by ytliu In 2019-4-28 07:57 Editor
Ver:2019-04-28-108 Description:
1. Increase homing instruction support, M105/M106/M107/M108 are used for X/Y/Z/A homing operation respectively;
Note: If these instructions appear on the first line of G-code, the software will skip it and will not execute it. To avoid this, you can add a line of instructions before it, such as G04P0.
if you need the homing when the program start,you can write this:
G04P0
M107;Z-axis Homing
M105;X-axis Homing
M106;Y-axis Homing
...;Your G-code
Author: Franklin Time: 2019-5-2 18:38
Thank you very much, it works well, but before homing
axis Z go to Z00 and sometimes reaches the Z limit.
How i can disable G00Z0 before start the programm? Thanks.Author: ytliu Time: 2019-5-2 22:37
Before starting the program, the system will first call safez.nc, you can empty the contents of safez.nc and then reinstall it into the system.Author: Franklin Time: 2019-5-3 17:44
Thank you very much. Its works!
Welcome Digital Dream Technology support (http://bbs.ddcnc.com/)