Jordi Gauchía

Results 116 comments of Jordi Gauchía

OK, thank you Maybe I'll try to add this feature.

Can't view the file. In my printer, with 4.2.8 firmware the servo works well.

In my firmware was: #define Z_ENDSTOP_SERVO_ANGLES {70,155}

@RicardoGA ok, but I'll see tomorrow, here is too late :P

Hi , I saw in your video servo moves when power up the power supply? Are you send a GCODE to move servo, like M280 (M340) to set angle of...

The same error: #error DEPENDENCY ERROR: Missing or invalid definitions for DUAL_X_CARRIAGE mode.

Hi, first of all , sorry for my english In pins.h _/***************************************************************************************_/ #include "../Configuration_Pins.h" /**_*************************************************************************************/ _#if X_HOME_DIR > 0 // Home X to MAX #undef X_MIN_PIN #define X_MIN_PIN -1 #elif...

With new version and changed X_MIN_PIN and X_MAX_PIN something like (to test it): _#if DISABLED(DUAL_X_CARRIAGE) #if X_HOME_DIR > 0 // Home X to MAX #undef X_MIN_PIN #define X_MIN_PIN -1 #elif...

@MagoKimbra seems to definition of extruder_offset like original marlin wasn't created. _// Extruder offsets #if EXTRUDERS > 1 #ifndef EXTRUDER_OFFSET_X #define EXTRUDER_OFFSET_X { 0 } // X offsets for each...