Skip to content

Commit

Permalink
Refactoring: moved G-code export logic into new Slic3r::Print::GCode …
Browse files Browse the repository at this point in the history
…class. Removed Slic3r::GCode::Layer class. Fixes the order of post-processing filters so that cooling buffer is applied before any other filter whose logic is affected by speeds
  • Loading branch information
alranel committed Nov 30, 2014
1 parent 7a7d00c commit 98cb9f0
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 490 deletions.
2 changes: 1 addition & 1 deletion lib/Slic3r.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ use Slic3r::Format::STL;
use Slic3r::GCode;
use Slic3r::GCode::ArcFitting;
use Slic3r::GCode::CoolingBuffer;
use Slic3r::GCode::Layer;
use Slic3r::GCode::MotionPlanner;
use Slic3r::GCode::PlaceholderParser;
use Slic3r::GCode::PressureRegulator;
Expand All @@ -65,6 +64,7 @@ use Slic3r::Point;
use Slic3r::Polygon;
use Slic3r::Polyline;
use Slic3r::Print;
use Slic3r::Print::GCode;
use Slic3r::Print::Object;
use Slic3r::Print::Simple;
use Slic3r::Print::SupportMaterial;
Expand Down
251 changes: 0 additions & 251 deletions lib/Slic3r/GCode/Layer.pm

This file was deleted.

Loading

0 comments on commit 98cb9f0

Please sign in to comment.