View Single Post
  #10  
Old 03-14-2018, 05:05 AM
Wolfgang's Avatar
Wolfgang Wolfgang is offline
Registered User
 
Join Date: Nov 2002
Location: ... near Sindelfingen near Stuttgart, Germany
Posts: 754
Re: Load sketch, choose position

Quote:
Originally Posted by Marten View Post
If I add it to "sd-am-define-annotation-template" I get the error: Keyword :ADJUST is not allowed
Code:
(oli:sd-am-define-annotation-template
  :type    :SKETCH
....
  :2d-file the-filename
  :action  "am_load_sketch_multiple :adjust 8")
Make the :adjust 8 part of the action string.

Hope that works now.
Reply With Quote