Status on Lowrider 4

Haven’t published it yet. Just working on that docs upload.

I am not sure why the defaults are loaded and the reset works, just the initial load is jacked.

// Set these up the first time.
$(window).on('load', function(){
  // Get back to mm
  $("input[value=mm]").prop('checked', true);
  $("input[value=inches]").prop('checked', false);

  to_mm();

  reset_work();
});

Pretty sure this used to trigger a reload on initial load, no idea why it isn;t now.

No, it doesn’t really work that way for me. The second I do a release I am thinking about changes for the next one. I doodle new ideas all the time. Sometimes I will play with an idea in CAD a few times, when something clicks I just can’t stop.

6 Likes