;********************************************************************************************* ; Autor : Jürgen Husemann ; Erstellt : 25.08.2011 ;********************************************************************************************* ; Beschreibung : Plotten von Zeichnungen im Anno ;********************************************************************************************* (in-package :custom) (use-package :OLI) (sd-defdialog 'Laser_A4_auf_A4_Hu :title "Laser_A3 auf A4" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\Printserver\\CAD' :orientation_landscape :paper_format_ra \"A4\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_2 :pattern_style :standard :plot" :description "Laser A3 auf A4" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A3_auf_A4_Hu :title "Laser_A3 auf A4" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\Printserver\\CAD' :orientation_landscape :paper_format_ra \"A4\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_2 :pattern_style :standard :plot" :description "Laser A3 auf A4" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A2_auf_A4_Hu :title "Laser_A2 auf A4" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A4\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_2 :pattern_style :standard :plot" :description "Laser A2 auf A4" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A1_auf_A4_Hu :title "Laser_A1 auf A4" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A4\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_4 :pattern_style :standard :plot" :description "Laser A1 auf A4" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A0_auf_A4_Hu :title "Laser_A0 auf A4" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A4\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_4 :pattern_style :standard :plot" :description "Laser A0 auf A4" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A3_auf_A3_Hu :title "Laser_A3 auf A3" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A3\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_2 :pattern_style :standard :plot" :description "Laser A3 auf A3" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A2_auf_A3_Hu :title "Laser_A2 auf A3" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A3\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_2 :pattern_style :standard :plot" :description "Laser A2 auf A3" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A1_auf_A3_Hu :title "Laser_A1 auf A3" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A3\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_4 :pattern_style :standard :plot" :description "Laser A1 auf A3" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT ) (sd-defdialog 'Laser_A0_auf_A3_Hu :title "Laser_A0 auf A3" :action "set_pers_context \"Toolbar-relative\" am_plot_ex :plotter_type_ra :mswindow_gdi_printer :plotter_name_ra '\\\\printserver\\CAD' :orientation_landscape :paper_format_ra \"A3\" :position_center :scale_fit :contents_drawing :output_sheet :transf_style :loedige_1_4 :pattern_style :standard :plot" :description "Laser A0 auf A3" :image "Annotation/Loedige_Druck/A4_auf_A4" :ui-behavior :DEFAULT )