Skip to content

Commit

Permalink
Merge pull request #1869 from Ultimaker/CURA-10394_remove_wireprinting
Browse files Browse the repository at this point in the history
[CURA-10394] Remove wire-printing options.
  • Loading branch information
jellespijker committed Mar 28, 2023
2 parents b8f33b6 + 5db52d4 commit 9e4212e
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 1,582 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ set(engine_SRCS # Except main.cpp.
src/TreeModelVolumes.cpp
src/TreeSupport.cpp
src/WallsComputation.cpp
src/Weaver.cpp
src/Wireframe2gcode.cpp
src/WallToolPaths.cpp

src/BeadingStrategy/BeadingStrategy.cpp
Expand Down
3 changes: 1 addition & 2 deletions include/FffGcodeWriter.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Ultimaker B.V.
// Copyright (c) 2023 UltiMaker
// CuraEngine is released under the terms of the AGPLv3 or higher.

#ifndef GCODE_WRITER_H
Expand Down Expand Up @@ -35,7 +35,6 @@ class TimeKeeper;
*/
class FffGcodeWriter : public NoCopy
{
friend class Scene; // cause WireFrame2Gcode uses the member [gcode] (TODO)
friend class FffProcessor; //Because FffProcessor exposes finalize (TODO)
private:
coord_t max_object_height; //!< The maximal height of all previously sliced meshgroups, used to avoid collision when moving to the next meshgroup to print.
Expand Down
117 changes: 0 additions & 117 deletions include/Weaver.h

This file was deleted.

159 changes: 0 additions & 159 deletions include/Wireframe2gcode.h

This file was deleted.

93 changes: 0 additions & 93 deletions include/weaveDataStorage.h

This file was deleted.

Loading

0 comments on commit 9e4212e

Please sign in to comment.