projects
/
bbctrl-firmware
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e6a30
)
Removed debug code
author
Joseph Coffland
<joseph@cauldrondevelopment.com>
Mon, 17 Jul 2017 01:31:45 +0000
(18:31 -0700)
committer
Joseph Coffland
<joseph@cauldrondevelopment.com>
Mon, 17 Jul 2017 01:31:45 +0000
(18:31 -0700)
avr/src/machine.c
patch
|
blob
|
history
diff --git
a/avr/src/machine.c
b/avr/src/machine.c
index 73fde299b080224e4d540ccc4622c39ebae435f7..5c5be2c0d4d38188c6cf9a93b2fc063ad7f6844a 100644
(file)
--- a/
avr/src/machine.c
+++ b/
avr/src/machine.c
@@
-674,11
+674,6
@@
stat_t mach_seek(float target[], bool flags[], motion_mode_t mode) {
}
if (!switch_is_enabled(sw)) return STAT_SEEK_SWITCH_DISABLED;
-
- STATUS_DEBUG("Axis target %f, position %f, planner %f, runtime %f",
- target[axis], mach.position[axis],
- mp_get_axis_position(axis),
- mp_runtime_get_axis_position(axis));
}
if (sw == SW_PROBE) return STAT_SEEK_MISSING_AXIS;