fix systems where the directory name "Desktop" is localized
Change the code that displays the wizard tree to get rid of an unecessary level.
Fixed a bug in image scaling reported by Frank Tkalcevic. Changed calculations to compute the scale factor to floating point.
stepconf fixes for non-standard directory installs Signed-off-by: Moses McKnight <moses@skytex.net>
Fixed the need to use an intermediate function when doing send_mdi_command.
Added conversational mode. When conv button is pushed, an empty (except for %'s) ".wiz" file is sent to Axis and conversational mode is started. Clicking the check box on a wizard causes the wizard subroutine call to be sent to Axis and executed. There is no status checking done; so the machine must be homed etc for this to work.
Added send_mdi_command to provide ability to send mdi commands remotely. Changed send_mdi to use send_mdi_command.
Add ability to change digital/analog output from python code Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
Add analog_input to EMC_MOTION_STAT and emctop Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
Enable analog_input code in motion * create HAL pins for analog inputs * only immediate inputs works for now * all aio values are copied to status struct Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
Add analog_input and digital i/o to emctop * for now analog and digital are up to MAX_AIO Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
Remove more unused fields from emc.stat Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2
Add usage info to / cleanup of changes to pyvcp Add usage() info. remove name and usage info from comments. Change coding to a more standard way.
add a way to query the configuration of multiple montiors

split the interpreter class into its own header file a lot of files needlessly depended on the definition of the interpreter class by including rs274ngc.hh. splitting it out reduces this unneeded dependency.
don't enable radiobutton / checkbutton appearance hacks on tk8.5 tk8.5 has a nice appearance by default, so there's no need for these creepy workarounds
a less sledgehammer fix for the "open file" checkbox lockup bug it seems to be something peculiar to the "open file" dialog that has problems with the fancy checkbox. restrict the fancy one to only ".", so that most checkboxes retain the nicer appearance
Change all boolean fields of TRAJ_STAT to have bool type Remove '? 1 : 0' from emcTrajUpdate() Report correct values of AF SO FO FH during execution of program Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
Merge branch 'master' of ssh://cmorley@git.linuxcnc.org/git/emc2
Fix halmeter command line options halmeter would not load a specified pin/signal /param without the -s option add error message if -s option is used without a pin/signal/param name