1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 14:24:34 +00:00
MarlinFirmware/Marlin/src/module
silentninja1 6dafb90c01 [2.0.x]Idex and bl touch fixes (#11395)
* Fix BLTouch homing

Deploy at start, dont call generic stow function at finish or raise goes too high before setting 0

* Update tool_change.cpp

* Update motion.cpp

* Update motion.cpp

* Update motion.cpp

* Update motion.cpp

* Change brackets to be more in align of Marlin coding standards
2018-07-28 10:33:31 -05:00
..
thermistor Add Einstart-S support (#11219) 2018-07-26 05:52:22 -05:00
configuration_store.cpp Simplify stepper driver per-axis selection 2018-07-25 02:47:43 -05:00
configuration_store.h Unsigned eeprom mesh addresses 2018-06-15 15:51:57 -05:00
delta.cpp Followup to float maths patch 2018-07-06 21:34:09 -05:00
delta.h Optimize delta kinematics 2018-07-04 22:28:56 -05:00
endstops.cpp report_state > event_handler 2018-07-11 21:08:07 -05:00
endstops.h report_state > event_handler 2018-07-11 21:08:07 -05:00
motion.cpp [2.0.x] fix bltouch homing (#11379) 2018-07-27 18:30:08 -05:00
motion.h Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
planner_bezier.cpp Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
planner_bezier.h Implement BEZIER_JERK_CONTROL 2018-04-07 21:03:28 -05:00
planner.cpp Fix get_period_inverse(0) so it doesn't crash (#11334) 2018-07-25 01:58:40 -05:00
planner.h Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
printcounter.cpp Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
printcounter.h Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
probe.cpp Add Z_CLEARANCE_MULTI_PROBE 2018-07-12 22:46:34 -05:00
probe.h [2.0.x] different bltouch init (#11135) 2018-07-26 05:04:09 -05:00
scara.cpp Move get_axis_position_mm to Planner (#10718) 2018-05-12 09:59:11 -05:00
scara.h Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
servo.cpp Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
servo.h Z Endstop Servo => Z Probe Servo 2018-04-01 23:54:21 -05:00
speed_lookuptable.h Module updates 2017-09-21 16:26:42 -05:00
stepper_indirection.cpp Simplify stepper driver per-axis selection 2018-07-25 02:47:43 -05:00
stepper_indirection.h Simplify stepper driver per-axis selection 2018-07-25 02:47:43 -05:00
stepper.cpp Eliminate stepper.* signed/unsigned warnings 2018-06-27 23:10:51 -05:00
stepper.h Eliminate stepper.* signed/unsigned warnings 2018-06-27 23:10:51 -05:00
temperature.cpp Ensure ADC conversion is complete before reading (#11336) 2018-07-26 03:59:19 -05:00
temperature.h Ensure ADC conversion is complete before reading (#11336) 2018-07-26 03:59:19 -05:00
tool_change.cpp [2.0.x]Idex and bl touch fixes (#11395) 2018-07-28 10:33:31 -05:00
tool_change.h Fix switching extruder 2018-05-19 17:05:15 -05:00