Difference between revisions of "User:Thethirdone/GSoC18/Log"

From BRL-CAD
(=)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Devlog for GSOC 2018 Slic3r Project
+
==Devlog for GSOC 2018 Slic3r Project==
 +
 
 
Initially, I just used a slic3r issue as a devlog, but as I have moved on to other areas of slic3r I have continued my log in other issues.
 
Initially, I just used a slic3r issue as a devlog, but as I have moved on to other areas of slic3r I have continued my log in other issues.
  
Line 7: Line 8:
  
 
I hit a few snags with that prevented me from making good progress so I then began working on porting tests logged [https://github.com/lordofhyphens/Slic3r/issues/36 here]
 
I hit a few snags with that prevented me from making good progress so I then began working on porting tests logged [https://github.com/lordofhyphens/Slic3r/issues/36 here]
 +
 +
I helped finish up two functions [https://github.com/lordofhyphens/Slic3r/pull/37 make_skirt] and [https://github.com/lordofhyphens/Slic3r/pull/38 process_layer]
 +
 +
I have been working on implementing a solution to [https://github.com/slic3r/Slic3r/issues/23#issuecomment-408713962 using g2/3].

Latest revision as of 03:03, 31 July 2018

Devlog for GSOC 2018 Slic3r Project[edit]

Initially, I just used a slic3r issue as a devlog, but as I have moved on to other areas of slic3r I have continued my log in other issues.

I started under the main issue for the face based rotation feature.

Then I moved on to porting 3D views to cpp as logged here.

I hit a few snags with that prevented me from making good progress so I then began working on porting tests logged here

I helped finish up two functions make_skirt and process_layer

I have been working on implementing a solution to using g2/3.