You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added write() method to XMLParser (resp. Parser) to write the loaded xml tree (resp. same file) in a new file.
Many methods adapted in XMLParser to make parameter/constant replacements persistent in the XML tree
New global parameter "OutputSteeringFile" introduced to write down a new steering file after processing
Added command line option -n for a Marlin dry-run
Example :
# take the output file name from steering file and run Marlin as usual
Marlin steeringFile.xml
# same but exit after writing the output steering file
Marlin -n steeringFile.xml
# change the output file name
Marlin steeringFile.xml --global.OutputSteeringFile=MyParsedSteeringFile.xml