-
V2 firmware endstop configuration
by phongshader ·never mind I found it. I don't see a pin 4 in variants.h, that is the pin defined in the delta rumba32 bltouch example: IO_OUTPUT(Servo1Pin, 4) I did see pin# for pd15 #define PD15 63 //D63 so I edit -
V2 firmware endstop configuration
by RAyWB ·#define PA3 3 //D3 -
V2 firmware endstop configuration
by phongshader ·src > boards > stm32f4 > boards > rumba32.h #define PWM2_PIN PD15 // TIM4_CH4 This is the pin on the board that the BLTouch servo is wired to. What would be/determine the pin number fo -
V2 firmware endstop configuration
by phongshader ·#define ZPROBE_ADDRESS &endstopZProbe -
M114 do not work
by luulac ·There is a hidden feature in Marlin called #define M114_REALTIME which gives the position in real-time - you'd need to use M114 R -
V2 firmware endstop configuration
by phongshader ·#define IO_INPUT_PULLUP(name, pin) > #define IO_INPUT_PULLUP(IOFilamentDetector1, ORIG_Z_MAX_PIN) ? -
V2 firmware endstop configuration
by Repetier ·#define IO_INPUT_PULLUP(IOFilamentDetector1, ORIG_Z_MAX_PIN) -
V2 firmware endstop configuration
by phongshader ·#define NUM_SERVOS 1 -
V2 firmware endstop configuration
by Repetier ·Sure z axis has #define ZAXIS_STEPS_PER_MM 3194.75 steps per mm? With 2mm/rotation pitch 3200 would be normal but if microsteps did not get set it would be way off. Try with lower speed as well and ch -
V2 firmware endstop configuration
by phongshader ·#define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000 -
V2 firmware endstop configuration
by phongshader ·#define MULTI_ZENDSTOP_HOMING 0 -
fan on startup
by Repetier ·#define STARTUP_GCODE "" -
Homing to X MAX behaves weird
by benecito ·#define Z_PROBE_BED_DISTANCE 0 -
Is version 0.60 of the Repetier Firmware available?
by darkjedi ·(I saw '#define REPETIER_VERSION "0.60"' on Configuration.h of its source code.) -
Homing to X MAX behaves weird
by Repetier ·#define Z_PROBE_BED_DISTANCE 0 -
Z probe too high one side
by Repetier ·#define SDSUPPORT 0 -
Z probe too high one side
by 3dnew ·#define CONFIGURATION_H -
downgrade from 1.0.3
by ariellarraburu ·#define ENDSTOP_X_BACK_MOVE 5 -
x-y offset of print due to z-probe offset
by frans87 ·#define NUM_EXTRUDER 1 -
Homing to X MAX behaves weird
by benecito ·#define Z_PROBE_FINISHED_SCRIPT "G1 X0 Y0 Z2 \n G4 P300 \n M226 P18 S0"