MIGHT BE WAY OFF BASE BUT.....
I'm not too familiar with Azteeg but was going through the firmware and noticed the BEEPER, Light & Fan pins that are defined in the PINS.H, are you sure you have all connected properly? Reason I ask... When I was testing the VIKI LCD with the SANG board I was getting similar "xx COMMANDS" pending when I was trying to test changes without the actual VIKI LCD connected... and it would never completely connect.
#ifdef AZTEEG_X3
#define SDSUPPORT true
#define SDCARDDETECTINVERTED false
#define SDCARDDETECT -1
#define FAN_PIN 4
#define FAN2_PIN 5
#define LIGHT_PIN 6
#define BEEPER_PIN 33 // Activate beeper on extension shield
#define BEEPER_TYPE 1
#endif
Also, Was looking at the sample code (Attached from Panucatt website) and noticed some pin differences from their defines to ones you have. MIN + MAX pins seem to be inverted for X + Y.
#ifdef RAMPS_V_1_3
#define X_STEP_PIN 54
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38
#define X_MIN_PIN 2 // SAMPLE CODE SHOWS 3
#define X_MAX_PIN 3 // SAMPLE CODE SHOWS 2
#define Y_STEP_PIN 60
#define Y_DIR_PIN 61
#define Y_ENABLE_PIN 56
#define Y_MIN_PIN 15 // SAMPLE CODE SHOWS 14
#define Y_MAX_PIN 14 //SAMPLE CODE SHOWS 15
#define Z_STEP_PIN 46
#define Z_DIR_PIN 48
#define Z_ENABLE_PIN 62
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24
#define E1_STEP_PIN 36
#define E1_DIR_PIN 34
#define E1_ENABLE_PIN 30
#define SDPOWER -1
#define SDSS 53
#define SDCARDDETECT 49 //??
#define LED_PIN 13
#define FAN_PIN 9
#define PS_ON_PIN 12
#define KILL_PIN -1
#define HEATER_0_PIN 10
#define HEATER_1_PIN 8
#define HEATER_2_PIN 9 //??
#define TEMP_0_PIN 13 // ANALOG NUMBERING
#define TEMP_1_PIN 14 // ANALOG NUMBERING
#define TEMP_2_PIN 15 //??
Post's attachmentsX3_test_code.zip 922 b, file has never been downloaded.
You don't have the permssions to download the attachments of this post.