Skip to content

Commit

Permalink
fix #17 наэкспериментировался - отключаем
Browse files Browse the repository at this point in the history
  • Loading branch information
ursoft committed Nov 26, 2019
1 parent 24f81cd commit 9e107e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
* Override with M201
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_MAX_ACCELERATION { 2000, 2000, 100, 10000 }
#define DEFAULT_MAX_ACCELERATION { 3000, 3000, 100, 10000 }

//#define LIMITED_MAX_ACCEL_EDITING // Limit edit via M201 or LCD to DEFAULT_MAX_ACCELERATION * 2
#if ENABLED(LIMITED_MAX_ACCEL_EDITING)
Expand All @@ -796,7 +796,7 @@
* M204 R Retract Acceleration
* M204 T Travel Acceleration
*/
#define DEFAULT_ACCELERATION 2000 // X, Y, Z and E acceleration for printing moves
#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration for printing moves
#define DEFAULT_RETRACT_ACCELERATION 3000 // E acceleration for retracts
#define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration for travel (non printing) moves

Expand All @@ -808,7 +808,7 @@
* When changing speed and direction, if the difference is less than the
* value set here, it may happen instantaneously.
*/
#define CLASSIC_JERK
//#define CLASSIC_JERK
#if ENABLED(CLASSIC_JERK)
#define DEFAULT_XJERK 10.0
#define DEFAULT_YJERK 10.0
Expand All @@ -830,7 +830,7 @@
* http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
*/
#if DISABLED(CLASSIC_JERK)
#define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
#define JUNCTION_DEVIATION_MM 0.3 // (mm) Distance from real junction edge
#endif

/**
Expand Down Expand Up @@ -1481,7 +1481,7 @@
// Preheat Constants
#define PREHEAT_1_LABEL "PLA"
#if (GITHUB_USER==URSOFT)
#define PREHEAT_1_TEMP_HOTEND 210
#define PREHEAT_1_TEMP_HOTEND 200
#else
#define PREHEAT_1_TEMP_HOTEND 190
#endif
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@
* Mention @Sebastianv650 on GitHub to alert the author of any issues.
*/
#if (GITHUB_USER==URSOFT)
#define LIN_ADVANCE
//#define LIN_ADVANCE
#else
//#define LIN_ADVANCE //conflicts with stealthChop (UltiSteel stock) mode of TMC2208 (E stops extruding at ~10 layer)
#endif
Expand Down

0 comments on commit 9e107e1

Please sign in to comment.