From cc5150d7ac0b69214da8ef6d0bd57c340cd91fb7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 27 Aug 2010 16:21:09 -0400 Subject: [PATCH] Added Hooke-update.mdwn and tags/hooke --- posts/Hooke-update.mdwn | 22 ++++++++++++++++++++++ tags/hooke.mdwn | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 posts/Hooke-update.mdwn create mode 100644 tags/hooke.mdwn diff --git a/posts/Hooke-update.mdwn b/posts/Hooke-update.mdwn new file mode 100644 index 0000000..6c3df10 --- /dev/null +++ b/posts/Hooke-update.mdwn @@ -0,0 +1,22 @@ +Minor tweaks to Hooke's [command +stacks](http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/rev/8c0882dfbaf5). I can now execute the GUI alternative of + + ./bin/hk.py + -c 'new_playlist' + -c 'glob_curves_to_playlist *' + -c 'start_command_capture' + -c 'zero_surface_contact_point --block retract' + -c 'stop_command_capture' + -c 'apply_command_stack_to_playlist' + -c 'curve_info' + -p + +Issues resolved today: + +1) GUI-generated commands clogging the command stack instead of + being executed. Fixed with CommandMessage.explicit_user_call. +2) Playlist._loaded desyncronization from old 'apply command stack + to playlist'. Fixed with Playlist.unload(). + +[[!tag tags/hooke]] +[[!tag tags/programming]] diff --git a/tags/hooke.mdwn b/tags/hooke.mdwn new file mode 100644 index 0000000..0ae6e2e --- /dev/null +++ b/tags/hooke.mdwn @@ -0,0 +1,3 @@ +This feed contains pages related to [Hooke](http://code.google.com/p/hooke/). + +[[!inline pages="link(tags/hooke)" show=10 actions=yes]] -- 2.26.2