If you mean the babystepping for Z offset It is in configuration_adv.h #define BABYSTEP_MULTIPLICATOR_Z 25 // (steps or mm) Steps or millimeter distance for each Z babystepby obewan - Firmware - Marlin
the print head will always home until it hits the end-stop, i think the only option is to re-adjust the end-stop position. sorry if i am stating the obviousby obewan - Prusa i3 and variants
in configuration.h uncomment this define // Turn off the display blinking that warns about possible accuracy reduction #define DISABLE_REDUCED_ACCURACY_WARNINGby obewan - Firmware - Marlin
might help if you post your config.h that you are using atmby obewan - Firmware - mainstream and related support
M303 S temperature C cycles Try M303 E0 S210 C8by obewan - Firmware - Marlin
You need to set the X max to 300 And set X min to -20 This should set the x0 y0 position to the front left corner of the bed.by obewan - Firmware - Marlin
Sometimes the plugs on the end of the cables are reversed,so you have to turn one by 180by obewan - Firmware - Marlin
Simplest way is with 2 resistors probe wireingby obewan - Reprappers
Ok i must be going blind!!! Found option in config.h to stop it flashing.by obewan - Firmware - Marlin
After homing al axis, after a short period of inactivity the X Y Z start flashing as if they are no longer homed, I have 1 mm single start lead screws on Z axis so i get no movement after Z motors are turned off. Question, where in the marlin code can i increase the time period before they start flashing. thanksby obewan - Firmware - Marlin
Z safe homing is not enabled,you need to remove the // in front of the defineby obewan - Firmware - Marlin
Sharing your config.h file might help.by obewan - Reprappers
What firmware are you using. I know mk4duo uses M123 Z0 orZ1 to reverse endstop logicby obewan - General
Easiest option is probably to add a BIGTREETECH TFT35 ( or TFT24) display that has the SD card slot already on it.by obewan - Firmware - Marlin
With Cura you do file/save this saves the stl and all printer settings in a .3mf fileby obewan - Firmware - Marlin
Have you fitted the 3 micro stepping links under each stepper driver on the ramps boardby obewan - RAMPS Electronics
Did you install the 3 links under the Z driver board to set the micro steppingby obewan - Firmware - Marlin
Have you installed the 3 jumpers under each stepper driverby obewan - Reprappers
Try changing this #define MIN_PROBE_EDGE 7 to #define MIN_PROBE_EDGE 30by obewan - Firmware - Marlin
In your configuration.h Z probing section many of the needed #Defines have // in front of the line, this this turns the line into a comment instead of a definition.by obewan - Reprappers
I run a RPI 3 on repetier server,maybe try that.by obewan - Firmware - Marlin
with the bltouch connected to the Z min input, you should be able to adjust the Z zero with the probe Z offset (negative value) If you set this in the configuration.h then you need to update the eeprom value by sending M502 M500 to the printerby obewan - Firmware - Marlin
Make sure you have the 3 jumpers installed under the driver modules to set the micro steppingby obewan - RAMPS Electronics
ABL is controlled by the firmware so no you will not see any minor fluctuations in the pronteface Z value,but you should see the Z motor move slightly as the X Y traverse the bed, but only for the 1st few layers as ABL has a fade value where it determines the print is levelled.by obewan - Firmware - Marlin
If you unplugged the motor connection while power was still on, you may have destroyed 1 or more stepper drivers, remove drivers from the ramps board and see if it now works with 110 and usb connected.by obewan - Prusa i3 and variants
You need to put the heating placeholders in the machine settings start g code otherwise cura will auto insert them before the start g code during slicing something like G4 P50000 M104 S{default_material_print_temperature} M140 S{default_material_bed_temperature} ;Start heating bed M190 S{material_bed_temperature_layer_0} ;Wait for bed to reach temp before proceeding M109 S{material_print_tby obewan - Firmware - Marlin
I dont think the 3dtouch needs the pullup resistor enabled as it uses a hall effect sensor. Try disabling it with // Enable pullup for all endstops to prevent a floating state //#define ENDSTOPPULLUPS #if DISABLED(ENDSTOPPULLUPS) // Disable ENDSTOPPULLUPS to set pullups individually #define ENDSTOPPULLUP_XMAX #define ENDSTOPPULLUP_YMAX #define ENDSTOPPULLUP_ZMAX #define ENDSTOPPULLUP_Xby obewan - Firmware - Marlin
what do you have in your slicers start code atmby obewan - Firmware - Marlin
can you attach your complete configuration.h plsby obewan - Firmware - Marlin