Skip to content

Commit

Permalink
remove support for HANGPRINTER and SCARA configurations from our changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Jan 7, 2021
1 parent 4c471bb commit 3783c05
Show file tree
Hide file tree
Showing 9 changed files with 237 additions and 1,431 deletions.
14 changes: 0 additions & 14 deletions marlin_changes/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@
// example_configurations/delta directory and customize for your machine.
//

//===========================================================================
//============================= SCARA Printer ===============================
//===========================================================================
// For a SCARA printer start with the configuration files in
// example_configurations/SCARA and customize for your machine.
//

//===========================================================================
//============================= HANGPRINTER =================================
//===========================================================================
// For a Hangprinter start with the configuration file in the
// example_configurations/hangprinter directory and customize for your machine.
//

// @section info

#ifndef MAKE_PROJECT
Expand Down
7 changes: 3 additions & 4 deletions marlin_changes/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,9 @@
/**
* Additional options for Graphical Displays
*
* Use the optimizations here to improve printing performance,
* which can be adversely affected by graphical display drawing,
* especially when doing several short moves, and when printing
* on DELTA and SCARA machines.
* Use the optimizations here to improve printing performance, which
* can be adversely affected by graphical display drawing, especially
* when doing several short moves, and when printing on DELTA machines.
*
* Some of these options may result in the display lagging behind
* controller events, as there is a trade-off between reliable
Expand Down
Loading

0 comments on commit 3783c05

Please sign in to comment.