Continuação do artigo sobre modificações na impressora MC2, parte 2. Calibração, refinamento do sistema de refrigeração

, , , 3D MC2 .

. . , , , , , .



, -.


: ; , , ; , ..

. , . , ?!

1010 . MC-2 , X . , Marlin Configuration.h :

#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)

#ifdef ENABLE_AUTO_BED_LEVELING

// There are 2 different ways to pick the X and Y locations to probe:

//  - "grid" mode
//    Probe every point in a rectangular grid
//    You must specify the rectangle, and the density of sample points
//    This mode is preferred because there are more measurements.
//    It used to be called ACCURATE_BED_LEVELING but "grid" is more descriptive

//  - "3-point" mode
//    Probe 3 arbitrary points on the bed (that aren't colinear)
//    You must specify the X & Y coordinates of all 3 points

  #define AUTO_BED_LEVELING_GRID
  // with AUTO_BED_LEVELING_GRID, the bed is sampled in a
  // AUTO_BED_LEVELING_GRID_POINTSxAUTO_BED_LEVELING_GRID_POINTS grid
  // and least squares solution is calculated
  // Note: this feature occupies 10'206 byte
  #ifdef AUTO_BED_LEVELING_GRID

    // set the rectangle in which to probe
    #define LEFT_PROBE_BED_POSITION 20
    #define RIGHT_PROBE_BED_POSITION 110
    #define BACK_PROBE_BED_POSITION 110
    #define FRONT_PROBE_BED_POSITION 20

     // set the number of grid points per dimension
     // I wouldn't see a reason to go above 3 (=9 probing points on the bed)
    #define AUTO_BED_LEVELING_GRID_POINTS 3



grid, , LEFT_PROBE_BED_POSITION, RIGHT_PROBE_BED_POSITION, BACK_PROBE_BED_POSITION FRONT_PROBE_BED_POSITION AUTO_BED_LEVELING_GRID_POINTS 2.

AUTO_BED_LEVELING_GRID_POINTS 3, . . Z , . , , - Z, - , .

E3D-V6 . , 6 . , , , Z. . , 3 , ( ) . , - .

. , , . , – . .

, :



1010:



, ( ) – , , , , . , , , . , , :



, 4040 . , , 12 , – , RepetierHost. ( Cura) - , , …

, , , , , . , , , Cura .

, .

. , .





.



Z. , .



, .



1010 . . ( ).



. 2 50-70, , .



, – Tesa. , .



, , . , , . , , , . 3-4, , , .

, , , . 30 :



stl , , .

3D !

Source: https://habr.com/ru/post/pt389767/


All Articles