Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pins.h
00001 #define X_STEP_PIN p5 00002 #define X_DIR_PIN p6 00003 #define X_ENABLE_PIN p7 00004 #define X_MIN_PIN NC //p28 00005 #define X_MAX_PIN NC 00006 00007 00008 #define Y_STEP_PIN p10 00009 #define Y_DIR_PIN p9 00010 #define Y_ENABLE_PIN p8 00011 #define Y_MIN_PIN NC //p29 00012 #define Y_MAX_PIN NC 00013 00014 00015 #define Z_STEP_PIN p16 00016 #define Z_DIR_PIN p15 00017 #define Z_ENABLE_PIN p14 00018 #define Z_MIN_PIN NC //p30 00019 #define Z_MAX_PIN NC 00020 00021 #define E_STEP_PIN p11 00022 #define E_DIR_PIN p12 00023 #define E_ENABLE_PIN p13 00024 00025 #define LED_PIN NC 00026 00027 #define FAN_PIN NC 00028 00029 #define PS_ON_PIN NC 00030 #define KILL_PIN NC 00031 00032 #define HEATER_0_PIN p21 00033 00034 #define HEATER_1_PIN NC //p22 if you want to use a heated build platform 00035 00036 00037 #define TEMP_0_PIN p20 00038 #define TEMP_1_PIN NC //p19 if you want to use a heated build platform with thermistor
Generated on Tue Jul 19 2022 15:21:02 by
