-
MKS-Base problem and solution for two extruders...
by 3dGenie ·#ifndef MOSFET_A_PIN -
MKS-Base problem and solution for two extruders...
by Repetier ·Try assigning the pin number directly in configuration.h in case you changed it in wrong #ifdef section in pins.h and as said make sure no other function has same pin number. Only heaters and fans and -
ticking sounds
by Repetier ·#ifndef IGNORE_TMC5160_FEEDBACK -
ramps 1.4 issue with 3 extruder motors
by recoush ·#ifndef SDSUPPORTÂ // Some boards have sd support on board. These define the values already in pins.h -
Rotate Raspberry Pi screen image
by orion ·#if screen is rotated, you need to transform the touch-matrix as per the below: -
Make filament sensor work with Ender 5+
by vaporlock ·#if ENABLED(FILAMENT_RUNOUT_SENSOR) -
Z probing
by Repetier ·#if HOMING_ORDER != HOME_ORDER_XYZ && HOMING_ORDER != HOME_ORDER_YXZ && HOMING_ORDER != HOME_ORDER_ZXYTZ && HOMING_ORDER != HOME_ORDER_XYTZ -
Filament change
by Repetier ·#if FILAMENTCHANGE_REHOME -
Filament change
by Repetier ·#if FILAMENTCHANGE_REHOME -
Bed Coating Settings with Z-Probing and Z-Max Homing
by Repetier ·#if Z_PROBE_Z_OFFSET_MODE == 1 -
About SKR2 settings
by Repetier ·#if HAS_TMC_UART -
About SKR2 settings
by lmcbmai ·#if PRINTER_TYPE == 2 -
setting up tmc2209 drivers in DEV2
by Repetier ·#ifdef DEBUG_MOVES -
setting up tmc2209 drivers in DEV2
by JDS598 ·#if PRINTER_TYPE == 2 -
MKS GEN L V2.1 + DRV8825 + Smart controller full graphic
by HRIM ·#ifndef SERVO0_PIN -
MKS GEN L V2.1 + DRV8825 + Smart controller full graphic
by HRIM ·#if ENABLED(EEPROM_SETTINGS) -
MKS GEN L V2.1 + DRV8825 + Smart controller full graphic
by HRIM ·#if ENABLED(LIMITED_MAX_FR_EDITING) -
MKS GEN L V2.1 + DRV8825 + Smart controller full graphic
by HRIM ·#ifndef MOTHERBOARD -
Anycubic Vyper filament sensor
by _gio_ ·#if ENABLED(HOST_ACTION_COMMANDS) -
Anycubic Vyper filament sensor
by Repetier ·I guess. Inside the #if ENABLED you can add further options for hosts like adding prompt support. You could add that as we support prompts as well, but with that feature it is not necessary.