Skip to content

Commit

Permalink
Fix roof generating for areas that are handled by cradle bases or lin…
Browse files Browse the repository at this point in the history
…es. Prevents some kind of overlapping roof lines.
  • Loading branch information
ThomasRahm committed May 2, 2024
1 parent 5efba20 commit b7405e2
Show file tree
Hide file tree
Showing 5 changed files with 649 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .idea old/CuraEngine.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="CPP_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
8 changes: 8 additions & 0 deletions .idea old/modules.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/CuraEngine.iml" filepath="$PROJECT_DIR$/.idea/CuraEngine.iml" />
</modules>
</component>
</project>
6 changes: 6 additions & 0 deletions .idea old/vcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
Loading

0 comments on commit b7405e2

Please sign in to comment.