Amélioration.txt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. Modifier (step/mm) E1 : 391
  22. si Titan
  23. #define INVERT_E0_DIR true
  24. #define INVERT_E1_DIR false
  25. #define INVERT_E2_DIR false
  26. #define INVERT_E3_DIR false
  27. #define INVERT_E4_DIR false
  28. Cura :
  29. Changer distance de rétractation 6mm => 2mm
  30. BLtouch :
  31. https://fr.aliexpress.com/item/32913903746.html?spm=a2g0s.12269583.0.0.3bad35c1SDAHwC
  32. https://www.thingiverse.com/thing:2288948
  33. Configuration.h
  34. decommente #define BLTOUCH
  35. Ajouter en dessous BLTOUCH #define SERVO_PIN 27
  36. #define X_PROBE_OFFSET_FROM_EXTRUDER -45
  37. #define Y_PROBE_OFFSET_FROM_EXTRUDER -9
  38. #define Z_PROBE_OFFSET_FROM_EXTRUDER 0
  39. Decomente #define Z_HOMMING_HEIGHT 4
  40. Commente #define MIN_SOFTWRE_ENDSTOP
  41. Decommente #define AUTO_BED_LEVELING_BILINEAR
  42. #define LEFT_PROBE_BED_POSITION 20
  43. #define RIGHT_PROBE_BED_POSITION 200
  44. #define BACK_PROBE_BED_POSITION 200
  45. #define FRONT_PROBE_BED_POSITION 20
  46. Decommente #define Z_SAFE_HOMMING
  47. #define Z_MIN_PROBE_ENDSTOP_INVERTING false
  48. niveau Z :
  49. sur octoprint
  50. M211 S0 #desactive les deplacement négatif
  51. G1 X155 Y199 Z0
  52. On deplace avec octoprint jusqu'a feuille
  53. M851 Z{valeurlu en Z}
  54. M211 Z0
  55. M500
  56. Configuration: