Amélioration.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. Pour programer passer en compilateur Arduino (Gestionaire board) en 1.6.23
  8. Configuration.h :
  9. #define LCD_LANGUAGE fr
  10. E3V6 :
  11. https://fr.aliexpress.com/item/32837069683.html?spm=a2g0s.12269583.0.0.57525302uQ9D9b
  12. https://fr.aliexpress.com/item/32945724909.html?spm=a2g0s.12269583.0.0.22944ad2k2xKOk
  13. https://www.thingiverse.com/thing:2193695
  14. https://www.thingiverse.com/thing:2146021 Si pas de Titan
  15. Configuration.h:
  16. #define X_MAX_POS 250
  17. #define X_MIN_POS -13
  18. #define Y_MAX_POS 220
  19. #define Y_MIN_POS -13
  20. #define Z_MAX_POS 250
  21. #define Z_MIN_POS 0
  22. Modifier (step/mm) E1 : 391
  23. si Titan
  24. #define INVERT_E0_DIR true
  25. #define INVERT_E1_DIR false
  26. #define INVERT_E2_DIR false
  27. #define INVERT_E3_DIR false
  28. #define INVERT_E4_DIR false
  29. Cura :
  30. Changer distance de rétractation 6mm => 2mm
  31. BLtouch :
  32. https://fr.aliexpress.com/item/32913903746.html?spm=a2g0s.12269583.0.0.3bad35c1SDAHwC
  33. https://www.thingiverse.com/thing:2288948
  34. Configuration.h
  35. decommente #define BLTOUCH
  36. Ajouter en dessous BLTOUCH #define SERVO_PIN 27
  37. #define X_PROBE_OFFSET_FROM_EXTRUDER -45
  38. #define Y_PROBE_OFFSET_FROM_EXTRUDER -9
  39. #define Z_PROBE_OFFSET_FROM_EXTRUDER 0
  40. Decomente #define Z_HOMMING_HEIGHT 4
  41. Commente #define MIN_SOFTWRE_ENDSTOP
  42. Decommente #define AUTO_BED_LEVELING_BILINEAR
  43. #define LEFT_PROBE_BED_POSITION 20
  44. #define RIGHT_PROBE_BED_POSITION 200
  45. #define BACK_PROBE_BED_POSITION 200
  46. #define FRONT_PROBE_BED_POSITION 20
  47. Decommente #define Z_SAFE_HOMMING
  48. #define Z_MIN_PROBE_ENDSTOP_INVERTING false
  49. niveau Z :
  50. sur octoprint
  51. G28 #home all
  52. M211 S0 #desactive les deplacement négatif
  53. G1 X155 Y119 Z0
  54. On deplace avec octoprint jusqu'a feuille
  55. M851 Z {valeurlu en Z}
  56. M211 S1
  57. M500
  58. Configuration: