Skip to content

Commit

Permalink
Update Configuration_adv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ssavickiy committed May 9, 2020
1 parent fa0a381 commit 7202b53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,11 @@
#if (GITHUB_USER==URSOFT)
#define EXTRUDER_AUTO_FAN_SPEED 100
#else
<<<<<<< HEAD
#define EXTRUDER_AUTO_FAN_SPEED 120 // 255 == full speed было 200
=======
#define EXTRUDER_AUTO_FAN_SPEED 200 // 255 == full speed
>>>>>>> parent of 841247218... убрал la понизил скорость кулера на хотенде
#endif
#define EXTRUDER_AUTO_FAN_SPEED_CONFIGURABLE
//#define CHAMBER_AUTO_FAN_TEMPERATURE 30
Expand Down Expand Up @@ -1540,7 +1544,7 @@
* See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
* Mention @Sebastianv650 on GitHub to alert the author of any issues.
*/
//#define LIN_ADVANCE
#define LIN_ADVANCE
#if ENABLED(LIN_ADVANCE)
//#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
#define LIN_ADVANCE_K 0 // Unit: mm compression per 1mm/s extruder speed
Expand Down

0 comments on commit 7202b53

Please sign in to comment.