| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- Marlin :
- Arduino ( Site pas de dépot linux)
- Telecharger Skynet https://github.com/SkyNet3D/anet-board
- Telecharger Marlin : http://marlinfw.org/meta/download/
- Ajouter fichier Skynet/hardware au dossier Arduino
- Copier example Marlin Anet A8 dans dossier Marlin.
-
- Configuration.h :
- #define LCD_LANGUAGE fr
-
- E3V6 :
- https://fr.aliexpress.com/item/32837069683.html?spm=a2g0s.12269583.0.0.57525302uQ9D9b
- https://fr.aliexpress.com/item/32945724909.html?spm=a2g0s.12269583.0.0.22944ad2k2xKOk
- https://www.thingiverse.com/thing:2193695
- https://www.thingiverse.com/thing:2146021 Si pas de Titan
-
- Configuration.h:
- #define X_MAX_POS 250
- #define X_MIN_POS -13
- #define Y_MAX_POS 220
- #define Y_MIN_POS -13
- #define Z_MAX_POS 250
- #define Z_MIN_POS 0
-
- si Titan
- #define INVERT_E0_DIR false
- #define INVERT_E1_DIR false
- #define INVERT_E2_DIR false
- #define INVERT_E3_DIR false
- #define INVERT_E4_DIR false
- Cura :
- Changer distance de rétractation 6mm => 2mm
-
-
- BLtouch :
- https://fr.aliexpress.com/item/32913903746.html?spm=a2g0s.12269583.0.0.3bad35c1SDAHwC
- https://www.thingiverse.com/thing:2288948
-
- Configuration.h
- decommente #define BLTOUCH
- Ajouter en dessous BLTOUCH #define SERVO_PIN 27
- #define X_PROBE_OFFSET_FROM_EXTRUDER -45
- #define Y_PROBE_OFFSET_FROM_EXTRUDER -9
- #define Z_PROBE_OFFSET_FROM_EXTRUDER 0
- Decomente #define Z_HOMMING_HEIGHT 4
- Commente #define MIN_SOFTWRE_ENDSTOP
- Decommente #define AUTO_BED_LEVELING_BILINEAR
- #define LEFT_PROBE_BED_POSITION 20
- #define RIGHT_PROBE_BED_POSITION 200
- #define BACK_PROBE_BED_POSITION 200
- #define FRONT_PROBE_BED_POSITION 20
-
- Decommente #define Z_SAFE_HOMMING
- #define Z_MIN_PROBE_ENDSTOP_INVERTING false
- Configuration:
-
|