Skip to content

Commit

Permalink
убрал la понизил скорость кулера на хотенде
Browse files Browse the repository at this point in the history
  • Loading branch information
ssavickiy committed Apr 23, 2020
1 parent cdcdf76 commit 8412472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
#if (GITHUB_USER==URSOFT)
#define EXTRUDER_AUTO_FAN_SPEED 100
#else
#define EXTRUDER_AUTO_FAN_SPEED 200 // 255 == full speed
#define EXTRUDER_AUTO_FAN_SPEED 100 // 255 == full speed было 200
#endif
#define EXTRUDER_AUTO_FAN_SPEED_CONFIGURABLE
//#define CHAMBER_AUTO_FAN_TEMPERATURE 30
Expand Down Expand Up @@ -1540,7 +1540,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 8412472

Please sign in to comment.