1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 04:29:34 +00:00
MarlinFirmware/Marlin
alexborro 0ce3576685 New Feature: Z_DUAL_ENDSTOPS
Z_DUAL_ENDSTOPS is a feature to enable the use of 2 endstops for both Z
steppers - Let's call them Z stepper and Z2 stepper.
That way the machine is capable to align the bed during home, since both
Z steppers are homed.
There is also an implementation of M666 (software endstops adjustment)
to this feature.
After Z homing, this adjustment is applied to just one of the steppers
in order to align the bed.
One just need to home the Z axis and measure the distance difference
between both Z axis and apply the math: Z adjust = Z - Z2.
If the Z stepper axis is closer to the bed, the measure Z > Z2 (yes, it
is.. think about it) and the Z adjust would be positive.
Play a little bit with small adjustments (0.5mm) and check the
behaviour.
The M119 (endstops report) will start reporting the Z2 Endstop as well.
2015-03-24 14:06:44 -03:00
..
configurator Merge branch 'Development' into planner_oh_planner 2015-03-23 22:08:50 -07:00
example_configurations Merge branch 'Development' into planner_oh_planner 2015-03-23 22:08:50 -07:00
fonts Add new (cleaner) Marlin font 2015-03-17 10:33:02 +01:00
scripts
BlinkM.cpp
BlinkM.h
boards.h
cardreader.cpp Fix "Stop Print" function in the LCD menu 2015-03-19 14:16:18 -03:00
cardreader.h
Conditionals.h Include Conditionals.h file in update 2015-03-21 15:40:20 -07:00
Configuration_adv.h New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
Configuration.h Get upstream commits 2015-03-22 23:07:22 -07:00
ConfigurationStore.cpp New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
ConfigurationStore.h
digipot_mcp4451.cpp
dogm_font_data_ISO10646_1_Marlin.h Add new (cleaner) Marlin font 2015-03-17 10:33:02 +01:00
dogm_lcd_implementation.h Merge branch 'optimize_menu_code' of https://github.com/thinkyhead/Marlin into beautify 2015-03-19 22:51:22 +01:00
DOGMbitmaps.h
fastio.h
language_an.h
language_ca.h
language_de.h
language_en.h
language_es.h
language_eu.h
language_fi.h
language_fr.h
language_it.h
language_nl.h
language_pl.h
language_pt-br.h
language_pt.h
language_ru.h
language.h New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
LiquidCrystalRus.cpp
LiquidCrystalRus.h
Makefile
Marlin_main.cpp New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
Marlin.h New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
Marlin.ino
Marlin.pde
MarlinSerial.cpp
MarlinSerial.h
mesh_bed_leveling.cpp
mesh_bed_leveling.h
motion_control.cpp
motion_control.h
pins_3DRAG.h
pins_5DPRINT.h
pins_99.h
pins_AZTEEG_X1.h
pins_AZTEEG_X3_PRO.h
pins_AZTEEG_X3.h
pins_BAM_DICE_DUE.h
pins_BRAINWAVE.h
pins_CHEAPTRONIC.h
pins_DUEMILANOVE_328P.h
pins_ELEFU_3.h
pins_FELIX2.h
pins_GEN3_MONOLITHIC.h
pins_GEN3_PLUS.h
pins_GEN6_DELUXE.h
pins_GEN6.h
pins_GEN7_12.h
pins_GEN7_13.h
pins_GEN7_14.h
pins_GEN7_CUSTOM.h
pins_HEPHESTOS.h
pins_K8200.h
pins_LEAPFROG.h
pins_MEGATRONICS_1.h
pins_MEGATRONICS_2.h
pins_MEGATRONICS_3.h
pins_MEGATRONICS.h
pins_MELZI_1284.h
pins_MELZI.h
pins_OMCA_A.h
pins_OMCA.h
pins_PRINTRBOARD.h
pins_RAMBO.h
pins_RAMPS_13.h
pins_RAMPS_OLD.h
pins_RUMBA.h
pins_SANGUINOLOLU_11.h
pins_SANGUINOLOLU_12.h
pins_SAV_MKI.h
pins_SETHI.h
pins_STB_11.h
pins_TEENSY2.h
pins_TEENSYLU.h
pins_ULTIMAIN_2.h
pins_ULTIMAKER_OLD.h
pins_ULTIMAKER.h
pins_WITBOX.h
pins.h New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
planner.cpp Latest upstream commits, plus fixes 2015-03-21 16:12:57 -07:00
planner.h Latest upstream commits, plus fixes 2015-03-21 16:12:57 -07:00
qr_solve.cpp
qr_solve.h
SanityCheck.h Delta supports some auto bed leveling options 2015-03-20 04:04:45 -07:00
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h Divide up Conditionals to get LCD items early 2015-03-20 02:50:28 -07:00
SdBaseFile.cpp
SdBaseFile.h Pass sel to lcd_implementation_mark_as_selected 2015-03-19 13:40:36 -07:00
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp
Servo.h
speed_lookuptable.h
stepper_indirection.cpp
stepper_indirection.h
stepper.cpp New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
stepper.h New Feature: Z_DUAL_ENDSTOPS 2015-03-24 14:06:44 -03:00
temperature.cpp Merge branch 'Development' into config_testing 2015-03-23 21:13:04 -07:00
temperature.h
thermistortables.h
ultralcd_implementation_hitachi_HD44780.h Fix hiliting of edit items 2015-03-20 04:29:35 -07:00
ultralcd_st7920_u8glib_rrd.h
ultralcd.cpp Merge branch 'Development' into config_testing 2015-03-23 21:13:04 -07:00
ultralcd.h Divide up Conditionals to get LCD items early 2015-03-20 02:50:28 -07:00
vector_3.cpp
vector_3.h
watchdog.cpp
watchdog.h