Skip to content

Path: DressupRampEntry

Created by: pekkaroi

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written
  • Commit message includes issue #<id> or fixes #<id> where <id> is the associated MantisBT issue id if one exists

And please remember to update the Wiki with the features added or changed once this PR once it is merged.


This is the first PR for merging RampEntry Dressup to Path. Initially, the dressup contains three different methods for creating a ramp + a method to create helix path. Eventually the number of methods should probably be reduced to include only the ones which users will find most useful. But now the most important thing is to get feedback to improve the algorithm.

Forum discussion is here: https://forum.freecadweb.org/viewtopic.php?f=15&t=22281

Merge request reports