simulate
Moderators: TomKerekes, dynomotion
-
- Posts: 30
- Joined: Fri Jun 17, 2022 11:21 am
simulate
After executing the G code in the simulation, the tool from the G code remains selected in KMotionCNC. How can you leave the initial tool after the simulation?
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: simulate
Hi Ivan,
We currently don't have such an option. Whatever execution of the code does to the Interpreter occurs as if the GCode was executed. I suppose such an option could be added.
I think it is best practice to have the GCode specify which Tool is to be used and not rely on the previously selected.
We currently don't have such an option. Whatever execution of the code does to the Interpreter occurs as if the GCode was executed. I suppose such an option could be added.
I think it is best practice to have the GCode specify which Tool is to be used and not rely on the previously selected.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 30
- Joined: Fri Jun 17, 2022 11:21 am
Re: simulate
is there a flag that the simulation has ended or started?
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: simulate
No. Internally there is a variable m_DoingSimulationRun but you would need to change KMotionCNC source code to have access to it.
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.