-
Is there a way to enter distortion values manually in unrechable Z-Probing areas
by Repetier ·#if DRIVE_SYSTEM == DELTA -
Piezo Z-probe with separate Z endstops - can't go bellow Z0
by Repetier ·#if (Z_MIN_PIN > -1) && MIN_HARDWARE_ENDSTOP_Z -
I have a problem with M108 or M600
by ioktem ·#if ENABLED(DUAL_X_CARRIAGE) -
I have a problem with M108 or M600
by ioktem ·#if DISABLED(EMERGENCY_PARSER) -
I have a problem with M108 or M600
by ioktem ·#if ENABLED(SDSUPPORT) -
Filament Change
by ioktem ·#if ENABLED(ADVANCED_PAUSE_FEATURE) -
I have a problem with M108 or M600
by ioktem ·#if ENABLED(ADVANCED_PAUSE_FEATURE) -
DaVinci Thermister table issue
by Repetier ·comes from. Could it prevent that table from being used at all? There must be a #if before and only if that is true the table will be included. And without correct table anything will be possible. -
Change Z probe pin between probe tests
by Repetier ·#if FEATURE_Z_PROBE -
BL touch doen't stop (RAMPs 1.6)
by Galney ·#ifndef SDSUPPORT // Some boards have sd support on board. These define the values already in pins.h -
Jam filament Sensor
by Repetier ·#if EXTRUDER_JAM_CONTROL -
Rostock Max: HE280 accelerometer z probe & filament runout sensors
by few ·#ifndef CONFIGURATION_H -
Problem with probe setting in firmware repeater.
by bartez81 ·<http://www.gnu.org/licenses/>. */ #ifndef CONFIGURATION_H #define CONFIGURATION_H /**************** READ FIRST ************************ This configuration file was created with -
Repetier Creality CR10s PRO V2 Farm and runout detection
by sbouli ·#if ENABLED(FILAMENT_RUNOUT_SENSOR) if ((IS_SD_PRINTING || print_job_timer.isRunning()) && (READ(FIL_RUNOUT_PIN) == FIL_RUNOUT_INVERTING)) handle_filament_runout(); #endif -
Core XY - one axis is always wrong
by Repetier ·#if Z_HOME_DIR < 0 && MIN_HARDWARE_ENDSTOP_Z && FEATURE_Z_PROBE && Z_PROBE_PIN == Z_MIN_PIN -
Core XY - one axis is always wrong
by Repetier ·#if DISTORTION_CORRECTION -
Core XY - one axis is always wrong
by Repetier ·#if DISTORTION_CORRECTION -
Core XY - one axis is always wrong
by Bastik ·#if DISTORTION_CORRECTION -
Core XY - one axis is always wrong
by Repetier ·#if BED_CORRECTION_METHOD != 1 -
Dual Y- Motor
by Bastik ·#ifdef RAMPS_V_1_3