Introduction

Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Introduction

eengebruiker
Hello, I am a new user. In the past I have used AutoCAD quite a lot, including AutoLisp programming (which I really liked to do). Of course there was also the script in AutoCAD.

Now I am trying to work with LibreCAD (personal use), and was immediately drawn to command files which I can create in other applications, for example Google Sheet.

In a way it is similar but the details are bugging me. I will post some question in the appropriate groups on this forum.
BTW, developers are reading on this forum as well. The documentation seems pretty basic. Some sample command files (drawing recognazible things), would be very instructive.

Thanks for all help in advance.

eengebruiker
Reply | Threaded
Open this post in threaded view
|

Re: Introduction

dxli
Commands are not well designed, and that explains why they are not well documented.  What we have are a collection of quick fixes for specific feature requests.

Good news is that initial Python support is expected  soon.
eengebruiker wrote
Hello, I am a new user. In the past I have used AutoCAD quite a lot, including AutoLisp programming (which I really liked to do). Of course there was also the script in AutoCAD.

Now I am trying to work with LibreCAD (personal use), and was immediately drawn to command files which I can create in other applications, for example Google Sheet.

In a way it is similar but the details are bugging me. I will post some question in the appropriate groups on this forum.
BTW, developers are reading on this forum as well. The documentation seems pretty basic. Some sample command files (drawing recognazible things), would be very instructive.

Thanks for all help in advance.

eengebruiker