Changing a large number of Element Properties in Meerk40t

I have a design with 320 paths that I need to change. Is there any way that this can be done except by doing it one-by-one? I tried grouping the elements, but no luck…

Any assistance will be appreciated…

Open meerk40ts console, select the paths you want to change and issue ˋproperty-set field valueˋ
So what’s the property you want to change?

1 Like

I want to change the width of the lines that make up the hinge back of a book

Thanks this is much faster, but is there a way to do a bulk change?

Is there a way to set the stroke-with to always default to a particular scale (e.g. pt, px or mm)?

You have three options (select your intended target set of paths first)

  • use the statusbar panel to change the stroke-width
  • open console: stroke-width 1px (eg)
  • open console: property-set stroke_width 1px

Option 1 and 2 will set the default strokewidth for new elements to be created.
stroke

2 Likes