{ "id": "babystep_s", "type": "babystep", "enabled": true, "position": { "my": "left top", "at": "left+310 top+95", "of": "#files_refresh" }, "button_defaults": { "style": { "width": "5ch", "height": "1.6em", "padding": "1px", "margin": "1px", "font-size": "1.0em", "background": "orange" } }, "babystep_command": "M290 R0 S${step}", "values": [ [-.08,-.06,-.04,-.02,-.01,0.0,.01,.02,.04,.06,.08], [-.32,-.20,-.16,-.12,-.04,0.0,.04,.12,.16,.20,.32] ], "direction": "column", "step_change_event": "babystep_step", "mode_change_event": "babystep_mode", "step_button": { "position": "center", "style": { "background": "lightskyblue" } } }, { "id": "babystep_label", "type": "label", "enabled": true, "value": "BabyStep", "style": { "font-weight":"bold" }, "position": { "my": "left top", "at": "left-1 top-90", "of": "#babystep_s" } }, { "id": "babystep_abs", "type": "label", "enabled": true, "value": "ABS", "style": { "font-weight":"bold", "color":"orange" }, "position": { "my": "left top", "at": "left+1 top-60", "of": "#babystep_s" } }, { "id": "babystep_step", "type": "button", "enabled": true, "value": "+/-", "position": { "my": "left top", "at": "left top-35", "of": "#babystep_s" }, "style": { "height": "2em", "width": "5ch", "padding": "1px", "margin": "1px", "font-size": "1.0em" }, "actions": [ {"type": "event", "event": "babystep_step", "target": "#babystep_s"} ] }, { "id": "babystep_s_r", "type": "babystep", "enabled": true, "position": { "my": "left top", "at": "left+80 top", "of": "#babystep_s" }, "button_defaults": { "style": { "width": "5ch", "height": "2.22em", "padding": "1px", "margin": "1px", "font-size": "1.0em", "color": "black", "background": "bisque" } }, "babystep_command": "M290 R1 S${step}", "values": [ [-.04,-.03,-.02,-.01,.01,.02,.03,.04], [-.08,-.06,-.04,-.02,.02,.02,.06,.08] ], "direction": "column", "step_change_event": "babystep_step", "mode_change_event": "babystep_mode", "step_button": { "position": "center", "style": { "background": "lightskyblue" } } }, { "id": "babystep_rel", "type": "label", "enabled": true, "value": "REL", "style": { "font-weight":"bold", "color":"bisque" }, "position": { "my": "left top", "at": "left+1 top-60", "of": "#babystep_s_r" } }, { "id": "babystep_step_r", "type": "button", "enabled": true, "value": "+/-", "position": { "my": "left top", "at": "left top-35", "of": "#babystep_s_r" }, "style": { "height": "2em", "width": "5ch", "padding": "1px", "margin": "1px", "font-size": "1.0em" }, "actions": [ {"type": "event", "event": "babystep_step", "target": "#babystep_s_r"} ] },