06-10-2021, 05:47 PM
Select the marker you want to change, then in the console type this:
for (const m of selection.markers) { m.value = 1.5; }
Change 1.5 to whatever you want.
for (const m of selection.markers) { m.value = 1.5; }
Change 1.5 to whatever you want.