Skip to content

Commit

Permalink
Loading preprocessors (#1461)
Browse files Browse the repository at this point in the history
* Added new actions for rotating and mirroring the model
* The "run from" feature now applies the action to the existing file (no longer reloads a new file)
  • Loading branch information
breiler committed Dec 2, 2020
1 parent 74d614d commit 055901e
Show file tree
Hide file tree
Showing 71 changed files with 4,871 additions and 557 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This file is part of Universal Gcode Sender (UGS).
import com.willwinder.universalgcodesender.gcode.GcodeCommandCreator;
import com.willwinder.universalgcodesender.gcode.GcodeParser;
import com.willwinder.universalgcodesender.gcode.GcodeState;
import com.willwinder.universalgcodesender.gcode.util.Code;
import com.willwinder.universalgcodesender.gcode.util.GcodeUtils;
import com.willwinder.universalgcodesender.i18n.Localization;
import com.willwinder.universalgcodesender.listeners.ControllerListener;
Expand Down
Loading

0 comments on commit 055901e

Please sign in to comment.