João Brázio
62d96d72f3
Renamed timestamp_t to duration_t
9年前
Scott Lahteine
bb93b6822a
Use set_current_from_steppers_for_axis
9年前
AnHardt
96a162beda
Use implications from #4370 in run_z_probe()
See also https://github.com/MarlinFirmware/Marlin/pull/4370#issuecomment -234713680
9年前
Scott Lahteine
4e67a85a5d
Macros to loop over axes
9年前
esenapaj
784be56e99
Follow-up the PR #4353 (General cleanup: enum)
・Update description of M111
9年前
esenapaj
3c11977558
Update Japanese translation
・Add translation
・Change translation
・Remove translation
9年前
Scott Lahteine
08459a003f
Undo the self-sabotage that is do_blocking_move_to_axis_pos
9年前
esenapaj
d32c4056ad
Fix for the PR #4379 (Additional logging of do_blocking_move_to)
・Remove unneeded PSTR()
9年前
Scott Lahteine
ad16d5019e
Additional logging of do_blocking_move_to
9年前
Scott Lahteine
bb9da6ebdd
Document DEBUG_LEVELING_FEATURE
9年前
João Brázio
9e5dbf67e8
Update the stats menu to include longest job and extruded filament
9年前
João Brázio
86d9311495
Rework LCD implementation to use timestamp_t
9年前
Scott Lahteine
b3eb0c8569
Add LOGICAL_POSITION macro, apply to kinematics
9年前
Scott Lahteine
35a610abf9
const arg to inverse_kinematics
9年前
João Brázio
b4aad85c9a
Rework stats menu to use timestamp_t
9年前
João Brázio
ecd48027fa
Adds short timestamp format to timestamp_t
9年前
Scott Lahteine
b6afa028f4
Don't call adjust_delta on SCARA
9年前
Scott Lahteine
d5e2d523c7
Generalize kinematics function names
9年前
Scott Lahteine
9c4ad7d7ef
Clean up delta declarations in Marlin_main.cpp
9年前
Scott Lahteine
4b1725628b
Move kinematic functions to "private" scope
9年前
Scott Lahteine
cde068ea42
Use set_current_from_steppers in quickstop_stepper
9年前
Scott Lahteine
9f30cc84ce
Use set_current_from_steppers for other kinematics
9年前
AnHardt
5db9b940ee
Use forwardKinematics in DELTA run_z_probe()
9年前
Scott Lahteine
b5a9647fec
Use `ENABLED` in `stepper_indirection.h`
9年前
Scott Lahteine
cbc7f22ad9
Implement DUAL_NOZZLE_DUPLICATION_MODE
9年前
Scott Lahteine
91777dd76c
Add DUAL_NOZZLE_DUPLICATION_MODE option
9年前
Scott Lahteine
260bbb3109
Fix a couple of simple typos
9年前
AnHardt
499e404fbf
forwardKinematics for Delta printers
9年前
João Brázio
23043a1e05
Rework some code to use timestamp_t struct (saves 72 bytes)
9年前
João Brázio
9388dcfa49
Implements timestamp_t structure
9年前
Scott Lahteine
311c7dadb6
Cleanup do_blocking_move_to for DELTA
9年前
Scott Lahteine
b78590e63d
Patch and cleanup run_z_probe
9年前
João Brázio
2f7716987d
Fix minor gcc warning
9年前
João Brázio
efd3aabda8
Adds missing documentation to the point_t structure
9年前
AnHardt
376a57232e
DELTA do_blocking_move_to() more like the Chartesian one
9年前
Scott Lahteine
976c31235d
inline to fix warnings, smaller build size (sometimes)
9年前
AnHardt
6ef26a85d8
Back to the differences method in run_z_probe()
9年前
Scott Lahteine
4226f56f53
Revert the planner acceleration logic somewhat
9年前
Scott Lahteine
209f5c03d0
Fewer temporary vars in planner accel limit
9年前
Scott Lahteine
62ecd107ba
Patch ultralcd_impl header conditional names
9年前
Scott Lahteine
d2e9a9c188
Always switch to tool 0 for G28
9年前
Scott Lahteine
4a6ed5e221
Use HOMING_FEEDRATE_Z for Z_PROBE_SPEED_FAST
9年前
AnHardt
09a3cc33e6
Unify run_z_probe
Unify run_z_probe
Add double touch for DELTAs.
Introduce Z_PROBE_SPEED_FAST and Z_PROBE_SPEED_SLOW
defaulting to homing_feedrate_mm_m[Z_AXIS] and homing_feedrate_mm_m[Z_AXIS]/2
9年前
Scott Lahteine
0432613ad7
use enabled macro for mapper setting
9年前
Scott Lahteine
e44b37cdc2
motion section marker below homing speeds
9年前
Scott Lahteine
204fd6ec44
Set homing feedrates individually
9年前
Scott Lahteine
2bad02e60d
Reprapworld Keypad: F1 opens the Move Axis menu
9年前
Scott Lahteine
eaa6f568ee
Prevent re-entrant call of Reprapworld Keypad handler
9年前
Scott Lahteine
6abf916575
Reprapworld Keypad move step is 1mm
9年前
Scott Lahteine
06ac1f3bcf
Reduce Reprapworld Keypad move code size
9年前