Amélioration.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Marlin :
  2. Arduino ( Site pas de dépot linux)
  3. Telecharger Skynet https://github.com/SkyNet3D/anet-board
  4. Telecharger Marlin : http://marlinfw.org/meta/download/
  5. Ajouter fichier Skynet/hardware au dossier Arduino
  6. Copier example Marlin Anet A8 dans dossier Marlin.
  7. Configuration.h :
  8. #define LCD_LANGUAGE fr
  9. E3V6 :
  10. https://fr.aliexpress.com/item/32837069683.html?spm=a2g0s.12269583.0.0.57525302uQ9D9b
  11. https://fr.aliexpress.com/item/32945724909.html?spm=a2g0s.12269583.0.0.22944ad2k2xKOk
  12. https://www.thingiverse.com/thing:2193695
  13. https://www.thingiverse.com/thing:2146021 Si pas de Titan
  14. Configuration.h:
  15. #define X_MAX_POS 250
  16. #define X_MIN_POS -13
  17. #define Y_MAX_POS 220
  18. #define Y_MIN_POS -13
  19. #define Z_MAX_POS 250
  20. #define Z_MIN_POS 0
  21. si Titan
  22. #define INVERT_E0_DIR false
  23. #define INVERT_E1_DIR false
  24. #define INVERT_E2_DIR false
  25. #define INVERT_E3_DIR false
  26. #define INVERT_E4_DIR false
  27. Cura :
  28. Changer distance de rétractation 6mm => 2mm
  29. BLtouch :
  30. https://fr.aliexpress.com/item/32913903746.html?spm=a2g0s.12269583.0.0.3bad35c1SDAHwC
  31. https://www.thingiverse.com/thing:2288948
  32. Configuration.h
  33. decommente #define BLTOUCH
  34. Ajouter en dessous BLTOUCH #define SERVO_PIN 27
  35. #define X_PROBE_OFFSET_FROM_EXTRUDER -45
  36. #define Y_PROBE_OFFSET_FROM_EXTRUDER -9
  37. #define Z_PROBE_OFFSET_FROM_EXTRUDER 0
  38. Decomente #define Z_HOMMING_HEIGHT 4
  39. Commente #define MIN_SOFTWRE_ENDSTOP
  40. Decommente #define AUTO_BED_LEVELING_BILINEAR
  41. #define LEFT_PROBE_BED_POSITION 20
  42. #define RIGHT_PROBE_BED_POSITION 200
  43. #define BACK_PROBE_BED_POSITION 200
  44. #define FRONT_PROBE_BED_POSITION 20
  45. Decommente #define Z_SAFE_HOMMING
  46. #define Z_MIN_PROBE_ENDSTOP_INVERTING false
  47. Configuration: