-
How i can manage a fan with chamber sensor?
by frguy ·I just found that with the #define FAN_BOARD_PIN of 0.92.3, the fan is on when the bed is heating, but also when stepper motors are active. This near what I want for protect my card, even if the venti -
How i can manage a fan with chamber sensor?
by Repetier ·Simplest solution currently would be either#define FAN_BOARD_PIN pinnumber -
Z-Speed too slow
by weeman ·//#define COMPAT_PRE1 -
Extruder motor won't go
by ajit_jain1 ·#define PDM_FOR_COOLER 0 -
mixing extruder feedrate
by Repetier ·#define DEBUG_QUEUE_MOVE -
Bed leveling - can't get nozzle close enough to bed surface
by schumsel293 ·(See Marlin,configuration.adv.h: #define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing) -
Bed leveling - can't get nozzle close enough to bed surface
by schumsel293 ·#define FEATURE_Z_PROBE 1 -
WRN-01 Sensor?
by Tapps ·#define EXT0_TEMPSENSOR_TYPE 97 -
v092: "use_advance" in combination with "drive_system 2"
by andin ·#define DRIVE_SYSTEM 2 -
serial com error system io ports
by Weedz ·#define UI_HAS_KEYS 1#define UI_HAS_BACK_KEY 0#if FEATURE_CONTROLLER == CONTROLLER_REPRAPDISCOUNT_GLCD#define UI_DISPLAY_TYPE DISPLAY_U8G#define U8GLIB_ST7920#define UI_LCD_WIDTH 128#define UI_LCD_HEI -
Firmware for CNC
by dentikhval ·#define FAN_BOARD_PIN -1 -
Machine freezes after autolevel in 0.92.2
by dentikhval ·#define FEATURE_Z_PROBE 1 -
AD595 or 597
by ta1dr ·hello AllI want to use termocupler for bed and I have AD595 board I used ths board merlin firmware and ramps connect aux1 A3 pin also change #define TEMP_1_PIN 3 -
Thermistor Definition
by Ironman51 ·* #define EXT0_TEMPSENSOR_TYPE 8 -
Z Probe not working with G30
by Paul ·#define FEATURE_Z_PROBE 1 -
Z Probe not working with G30
by Paul ·#define FEATURE_Z_PROBE 1 -
Question about Firmware Version .092
by str8up ·I have a home made Delta printer (Ardunio MEGA, Ramps 1.4) that was working well with .91. I could change the speed setting in Simplify3D and see the effect in the printer. This was after I upped the -
Auto level is not level
by Lars ·#define DISTORTION_CORRECTION 1 -
ui.cpp errors when verifying code in Arduino Ide
by andrewhg ·#define INCREMENT_MIN_MAX(a,steps,_min,_max) if ( (increment<0) && (_min>=0) && (a<_min-increment*steps) ) {a=_min;} else { a+=increment*steps; if(a<_min) a=_min; else if( -
Auto bed leveling does not update z-height
by frans87 ·#define ENDSTOP_PULLUP_X_MIN true