Show all posts by user
Page 1 of 26
Pages: 12345
Results 1 — 30 of 758
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 babystep
by
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 obvious
by
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_WARNING
by
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 180
by
obewan
-
Firmware - Marlin
Simplest way is with 2 resistors
probe wireing
by
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.
thanks
by
obewan
-
Firmware - Marlin
Z safe homing is not enabled,you need to remove the // in front of the define
by
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 logic
by
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
Post your configuration.h file or a link to it
by
obewan
-
Reprappers
With Cura you do file/save this saves the stl and all printer settings in a .3mf file
by
obewan
-
Firmware - Marlin
Have you fitted the 3 micro stepping links under each stepper driver on the ramps board
by
obewan
-
RAMPS Electronics
Did you install the 3 links under the Z driver board to set the micro stepping
by
obewan
-
Firmware - Marlin
Have you installed the 3 jumpers under each stepper driver
by
obewan
-
Reprappers
Try changing this #define MIN_PROBE_EDGE 7
to
#define MIN_PROBE_EDGE 30
by
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
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 printer
by
obewan
-
Firmware - Marlin
Make sure you have the 3 jumpers installed under the driver modules to set the micro stepping
by
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_t
by
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_X
by
obewan
-
Firmware - Marlin
Page 1 of 26
Pages: 12345