Skip to content

Minor Polarshield fixes (#USE_LCD!)

Compare
Choose a tag to compare
@euphy euphy released this 10 Nov 23:15
· 35 commits to master since this release

polargraphcontroller 2.1.1

  • Fixed: The fit-machine-to-window sometimes backfires, and ends up with a
    negative machine size. There is now something to catch that.
  • Updated: Set default motor setup to be like PolargraphSD
    (200 steps / 8x stepMultiplier).

polargraph_server_polarshield 1.2.2

  • Fixed: euphy/polargraph_server_polarshield#8:
    Pen width is no longer "nan" after startup. This was an EEPROM loading issue.
  • Updated: Visibility of "calibrate" button can be controlled by a boolean.
    More suitable for general consumption.
  • Fixed: Uncommented #USE_LCD so ... it uses the LCD touch. This might have
    caused a lot of problems, so thanks to Erea for harrassing me into looking
    more closely at it.
  • Discovered: Doesn't work in Arduino IDE 1.6.6 (BOO!). DOES work in 1.6.5.