Hi,
ich versuche gerade einen Mapkey zu erstellen der mir meine Modelle als 3mf für meinen 3D Drucker exportiert. Leider bekomme ich die von mir aufgezeichnete nicht immer ans laufen, mal geht der und mal nicht
Folgendes soll über den mapkey gesteuert werden:
Standard Verzeichnis Desktop und der aktuelle Filename soll übernommen werden
Unter Optionen sollen die Ausgewiesene Parameter sowie Konstruktionskörper berücksichtigt werden
Unter Export anpassen soll die Sehnenhöhe auf den kleinst möglicher und Winkelsteuerung auf 1 gesetzt werden
Ist auf dem Desktop eine Datei mit dem Namen bereits vorhanden soll die Datei überschrieben werden
Optional: Export ohne Log-File
Könnt ihr mir hier weiterhelfen?
LG
bahaje
mapkey 3mf_export @MAPKEY_LABEL3mf Export;~ Select `main_dlg_cur` `appl_casc`;
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdModelSaveAs` ;\
mapkey(continued) ~ Activate `file_saveas` `desktop_pb`;~ Open `file_saveas` `type_option`;\
mapkey(continued) ~ Close `file_saveas` `type_option`;\
mapkey(continued) ~ Select `file_saveas` `type_option` 1 `db_74301`;\
mapkey(continued) ~ Activate `file_saveas` `psh_export_opts`;\
mapkey(continued) ~ Activate `dex_exp_profile_dialog` `opts_ph.constr_bodies_tg.editor_inst` 1;\
mapkey(continued) ~ Activate `dex_exp_profile_dialog` `opts_ph.prms_desig_only_tg.editor_inst` \
mapkey(continued) 1;~ Activate `dex_exp_profile_dialog` `CommitOK`;\
mapkey(continued) ~ Activate `file_saveas` `chk_customize_export` 1;\
mapkey(continued) ~ Activate `file_saveas` `OK`;~ Activate `UI Message Dialog` `ok`;\
mapkey(continued) ~ Update `export_slice` `ChordHeightPanel` `0.00000000001`;\
mapkey(continued) ~ FocusOut `export_slice` `ChordHeightPanel`;\
mapkey(continued) ~ Update `export_slice` `AngleControlPanel` `1`;\
mapkey(continued) ~ Move `export_slice` `export_slice` 2 25.508804 6.202039;\
mapkey(continued) ~ FocusOut `export_slice` `AngleControlPanel`;~ Activate `export_slice` `OK`;
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP