• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

export setting stl

  • Thread starter Thread starter KarlHeinz
  • Start date Start date

KarlHeinz

Guest
Bye to all,
during the creation of a stl file by copying I would need the string height to be set by default to 0.01 and not the one proposed by the system.
is it possible to change this value?
I've already looked into the configuration options but I didn't find anything.

Thank you.

Bye!
 
I also found nothing in options.
But if you do a macro solve.

try to copy this text to your config.pro:

================================================================================================================================================================================================================================================================
Export a stl file with rope height of 0.1 mm
================================================================================================================================================================================================================================================================
mapkey stl @mapkey_nameexports a stl with rope from 0.1;\
mapkey(continued) @mapkey_labelexports a stl with 0.1 rope;~ command `procmdmodelsaveas`;\
mapkey(continued) ~ open `file_saveas` `type_option`;~ close `file_saveas` `type_option`; ♪
mapkey(continued) ~ select `file_saveas` `type_option`1 `db_549`; ♪
mapkey(continued) ~ activate `file_saveas` `ok`;\
mapkey(continued) ~ update `export_slice` `chordheightpanel` `0.1`; ♪
mapkey(continued) ~ focusout `export_slice` `chordheightpanel`;~ activate`export_slice` 'OK';
 
in the absence of a config parameter I had thought about creating a macro. .
so I also saved the "fatigue" to do it.

Thank you very much.

Bye!
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top