KK7NZY / CR-10S

Marlin 2.0.x firmware configuration with BLTouch and EZR Struder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CR-10S

Marlin 2.0.x firmware configuration with BLTouch and EZR Struder.

Upgrade Parts

3DMN Z-Offset Callibration Instructions

  1. Home 3D printer
  2. M851 Z0 - Reset Z0Offset
  3. M500 - Store setting to eeprom
  4. M501 - Set active parameters
  5. M503 - Display Active Parameters
  6. G28 Z - Home Z Axis
  7. G1 F60 Z0 - Move nozzle to true 0 offset
  8. M211 S0 - Switch off soft endstops
  9. Move nozzle towards bed slowly until the paper can barely move
  10. Take note of the Z on the printer display (take that number and add the measurment of the calibration sheet or device used)
  11. M851 Z X.XX (X.XX being your z offset achieved)
  12. M211 S1 - Enable Soft Endstops
  13. M500 - Save settings to Eeprom
  14. M501 - Set Active Parameters
  15. M503 - display current settings

Resources

Videos:

Firmware:

About

Marlin 2.0.x firmware configuration with BLTouch and EZR Struder.


Languages

Language:C 63.2%Language:C++ 36.8%