Talk:MKS GEN

From RepRap
Revision as of 09:16, 5 April 2019 by Heatvent (talk | contribs) (MOTHERBOARD 33 Instructions: new section)
Jump to: navigation, search

bonjour

Comment utiliser Heather 1 D7 pour E1

Merci


dans {Pins.h}

J'ai trouve par moi même, remplacer le "-1 " en "7"


#if MB(RAMPS_13_EFB) || MB(AZTEEG_X3)
   #define HEATER_1_PIN       -1
 #else
   #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
 #endif

OU

#if MOTHERBOARD == 33 || MOTHERBOARD == 67
   #define HEATER_1_PIN       -1
 #else
   #define HEATER_1_PIN       9    // EXTRUDER 2 (FAN On Sprinter)
 #endif

MOTHERBOARD 33 Instructions

For the MKS Gen v 1.4 is it still MOTHERBOARD 33 which is the Ramps 1.3? It looks like the MKS boards were added to Marlin. Should it now be MOTHERBOARD BOARD_MKS_GEN_13 which is number 44 in Marlin 1.1.9 (see http://marlinfw.org/docs/development/boards.html)?

Also the wording is confusing as presented. I would delete "MOTHERBOARD 34" at the end of the comments because it sounds like you are saying the MKS Gen is compatible with MOTHERBOARD 34 rather than I believe that was the default value left at the end of the comment.