-
migrating from stable to dev, xyz delta axis fail
by neovin87 ·#define CONFIGURATION_H -
Using talking to my Ramps with Repetier-Server via Bluetooth
by shadowtec ·I wonder if it is something I have messed up in the firmware config file (I used both #define BLUETOOTH_SERIAL 2 (as well as -1) and I have changed "bluetoothSerial": 2 in the connection str -
Da Vinci Duo how do I change Filament Load/Unload carriage Location
by Repetier ·#define FILAMENTCHANGE_X_POS 0 -
Compile errors
by offler ·#define WRITE(IO, v) _WRITE(IO, v) -
Compile errors
by offler ·#define MASK(PIN) (1 << PIN) -
Compile errors
by offler ·#define SDCARDDETECT -1 -
fan PWM frequency
by Repetier ·Add#define COOLER_PWM_SPEED 2 -
XY Movement after limit switches
by Steelphil ·#define ENDSTOP_X_BACK_MOVE 5 -
Y-axis crashing
by Repetier ·if using dev version you could also test #define REDUCE_ON_SMALL_SEGMENTS -
Ramps 1.4 G7 command not sent to printer
by rakuhn ·Here's a link to the new commands & syntax: https://github.com/MarlinFirmware/Marlin/tree/devel-ubl#duplicate=0 -
tilting with servo
by Tanuki44 ·#define SERVO0_NEUTRAL_POS 1450 -
3 point Z Probe issue
by ST02CMC ·#define Z_PROBE_X1 0 -
Newbie compile problem.
by RickTwyman ·#define MACHINE_NAME CUSTOM_MENDEL_NAME -
Initial auto-leveling configuration probs
by SvdSinner ·// #################### Z-Probing ##################### #define Z_PROBE_Z_OFFSET 0.2 #define Z_PROBE_Z_OFFSET_MODE 0 #define UI_BED_COATING 1 #define FEATURE_Z_PROBE 1 #define Z_PROBE_BED_DISTA -
Z-probe won't home, etc.
by YP3002T ·#define ZHOME_X_POS 110 -
Z-probe won't home, etc.
by YP3002T ·#define Z_PROBE_SWITCHING_DISTANCE 1 <<<<<<set this to 3,to raise probe a bit more to untriger between probes -
Z-probe won't home, etc.
by MartinH ·#define Z_PROBE_SWITCHING_DISTANCE 1 <<<<<<set this to 3,to raise probe a bit more to untriger between probes -
BL Touch congif help needed
by MartinH ·#define Z_PROBE_HEIGHT 0.1 this is distance nozzle to bed when probe triggers -
BL Touch congif help needed
by cinpro ·#define Z_PROBE_Z_OFFSET 0 -
Multiple compile errors
by stefanb ·#define _WRITE(IO, v) do { if (v) {DIO ## IO ## _WPORT |= MASK(DIO ## IO ## _PIN); } else {DIO ## IO ## _WPORT &= ~MASK(DIO ## IO ## _PIN); }; } while (0)