Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Wait for temperature to stabilize before signalling heating has finished #67

Open
wants to merge 38 commits into
base: 2_2_x
Choose a base branch
from

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    9ccac81 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Update index.rst

    Elias Bakken authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    be2e32a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    88ea35d View commit details
    Browse the repository at this point in the history
  2. Merge pull request intelligent-agent#52 from darylbond/missing-printer

    Add import of Printer to PruFirmware.py
    goeland86 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a1cc1ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d8ab93 View commit details
    Browse the repository at this point in the history
  4. modify SD printing to operate without buffering of the file before fe…

    …eding it to the path planner
    darylbond committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b35fd56 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    6847a09 View commit details
    Browse the repository at this point in the history
  2. Update index.rst

    Elias Bakken authored and unknown committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    dada4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d1a04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fed85e5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request intelligent-agent#55 from darylbond/octoprint_interop

    Add ok to end of heating message for better integration with OctoPrint
    Elias Bakken authored Jan 6, 2018
    Configuration menu
    Copy the full SHA
    9a2ced9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Configuration menu
    Copy the full SHA
    92789ea View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge pull request intelligent-agent#57 from jenschr/patch-1

    Better instructions for Fan settings
    Elias Bakken authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    c4bfa4b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Fan control scheme based on operational units defined in the config. …

    …Inspired by Richard Wackerbarth.
    darylbond committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    e812dec View commit details
    Browse the repository at this point in the history
  2. Fan control scheme based on operational units defined in the config. …

    …Inspired by Richard Wackerbarth.
    darylbond authored and unknown committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    fc6f82e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    374c4ef View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Working (minimal testing) implementation of nested config, with confi…

    …gurable allowed sandbox sections in which users can define custom sections. Fan control updated to allow non-linear initialisation as part of a multi-pass startup routine.
    darylbond committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    c50f805 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. First pass at migrating heating control to the user defined control s…

    …cheme. Runs with default settings, no further checks performed
    darylbond committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    2bf8b07 View commit details
    Browse the repository at this point in the history
  2. Added Safety units to the control scheme. Each safety unit is connect…

    …ed to one heater, however, multiple safety units can be attached to one heater. Runs with default settings but is otherwise completely untested.
    darylbond committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    7c7daa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47bb53c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Merge pull request intelligent-agent#54 from darylbond/sd_print

    SD printing: un-buffered
    goeland86 authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    68b3198 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. give feedback to user about any issues with generating the temperatur…

    …e control infrastructure
    darylbond committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    4abf5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455e3e6 View commit details
    Browse the repository at this point in the history
  3. Getting alarms to work with heating. Added delay time to slow temp ri…

    …se error so that a heater has time to warm up a bit first
    darylbond committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    80c9980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10967bc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. 2 Configuration menu
    Copy the full SHA
    85401de View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    89bafc2 View commit details
    Browse the repository at this point in the history
  2. changed import so that any fault throws an error that is caught in Re…

    …deem.py such that config reverts to default
    darylbond committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    5562d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e2697 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef057d2 View commit details
    Browse the repository at this point in the history
  5. really fixed it this time

    darylbond committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    08b5420 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Update default.cfg

    darylbond authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    8186c39 View commit details
    Browse the repository at this point in the history
  2. added on-off regime to PID control as a fix for temp overshoot. Fixed…

    … copy-paste error in default.cfg
    darylbond committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    0bf2760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c056c80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request intelligent-agent#58 from darylbond/fan_control

    User configurable thermal management
    Elias Bakken authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    41d063f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    e095146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc3af4b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    8fb218c View commit details
    Browse the repository at this point in the history