Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for newer Sapphire Plus rev. with dual Endstopps | E3D Hemera preconfig for Sapphire Plus #33

Open
wants to merge 14 commits into
base: MKS-Robin-Nano
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update Configuration.h
RolfZuckowskiUltras committed Jan 18, 2021
commit 315eadd5657ef7df77cad01da75226493357c98b
5 changes: 2 additions & 3 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
@@ -1292,9 +1292,8 @@ non-belt-synced drives. In this case, a additional configuration has to be done
* M204 R Retract Acceleration
* M204 T Travel Acceleration
*/
&& NONE(CUSTOM_STEPPER_DRIVERS)

#elif ((ANY (SAPPHIRE_PRO, SAPPHIRE_PLUS)) && (ENABLED (E3D_HEMERA))
#if ((ANY (SAPPHIRE_PRO, SAPPHIRE_PLUS)) && (ENABLED (E3D_HEMERA)))
//Sapphire Pro & Plus with E3D Hemera (Tuned)
#define DEFAULT_ACCELERATION 1250 // X, Y, Z and E acceleration for printing moves
#define DEFAULT_RETRACT_ACCELERATION 2000 // E acceleration for retracts
@@ -1340,7 +1339,7 @@ non-belt-synced drives. In this case, a additional configuration has to be done
#define DEFAULT_XJERK 15.0
#define DEFAULT_YJERK 15.0
#define DEFAULT_ZJERK 0.3
#endif


//#define TRAVEL_EXTRA_XYJERK 0.0 // Additional jerk allowance for all travel moves