How to read the RS274NGC_STARTUP_CODE from python?
02 Mar 2021 20:51 #200820
by turbostew
How to read the RS274NGC_STARTUP_CODE from python? was created by turbostew
Using QtDragon and I wish to reload my RS274NGC_STARTUP_CODE every time I load/reload a gcode program. Can i read RS274NGC_STARTUP_CODE from qtDragon_handler?
Please Log in or Create an account to join the conversation.
03 Mar 2021 12:38 - 03 Mar 2021 12:38 #200896
by cmorley
Replied by cmorley on topic How to read the RS274NGC_STARTUP_CODE from python?
yes - this should do it:
start_codes = INFO.INI.find('RS274NGC', 'RS274NGC_STARTUP_CODE')
start_codes = INFO.INI.find('RS274NGC', 'RS274NGC_STARTUP_CODE')
Last edit: 03 Mar 2021 12:38 by cmorley.
Please Log in or Create an account to join the conversation.
03 Mar 2021 19:47 #200931
by turbostew
Replied by turbostew on topic How to read the RS274NGC_STARTUP_CODE from python?
Thanks,
Worked Great!
Worked Great!
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.063 seconds