3DCP-TUe / SaladSlicer

An open-source slicer toolkit for 3D concrete printing
GNU General Public License v3.0
27 stars 1 forks source link

Optionally show more frames in slicer object #81

Open DerkHBos opened 5 months ago

DerkHBos commented 5 months ago

Sometimes when modifying the frames in a slicer object it is convenient to have more of them available at a regular distance. Currently, some of them are left out when the path is linear

arjendeetman commented 5 months ago

There is a method that is removing frames if the path is a simple straight line. You can simply disable this method in the predefined slicers.

Adding it as a variable input parameter is also an option. Input parameter 'reduce frames' and have simple strategies for that? Remove from straight lines, remove based on curvature, etc? We can add it as an optional input parameter that can be made visible via de right click menu item.