- Apr 15, 2013
- Apr 12, 2013
-
-
daid authored
Fix: Build error when EEPROM_SETTINGS is defined and PIDTEMP is undefined
-
Stefanowicz authored
-
daid303 authored
-
Simon Oliver authored
-
Simon Oliver authored
Allow Edit menu to call fn after edit; Fix PID Ki and Kd display in menus; Actually use changed PID and Max Accel values Add new 'callback' edit-menu types that call a function after the edit is done. Use this to display and edit Ki and Kd correctly (removing the scaling first and reapplying it after). Also use it to reset maximum stepwise acceleration rates, after updating mm/s^2 rates via menus. (Previously, changes did nothing to affect planner unless saved back to EEPROM, and the machine reset). Add calls to updatePID() so that PID loop uses updated values whether set by gcode (it already did this), or by restoring defaults, or loading from EEPROM (it didn't do those last two). Similarly, update the maximum step/s^2 accel rates when the mm/s^2 values are changed - whether by menu edits, restore defaults, or EEPROM read. Refactor the acceleration rate update logic, and the PID scaling logic, into new functions that can be called from wherever, including the callbacks. Add menu items to allow the z jerk and e jerk to be viewed/edited in the Control->Motion menu, as per xy jerk. Conflicts: Marlin/language.h
-
- Apr 01, 2013
-
-
ErikZalm authored
Fixed cardreader.h to resolve issue #440 (Pull Request #425 missing file)
-
- Mar 31, 2013
-
-
Bart K authored
-
Erik van der Zalm authored
-
- Mar 30, 2013
-
-
ErikZalm authored
Removed GIT fragments from language.h
-
Dirk Eichel authored
Seems that there was something wrong while merging
-
ErikZalm authored
M928 logging
-
ErikZalm authored
Add support for M300: Play beep sound
-
ErikZalm authored
Final task of the 128x64dots GLCD implementation
-
- Mar 28, 2013
-
-
ErikZalm authored
-
- Mar 26, 2013
-
-
Dirk Eichel authored
Pull requests: #414 #433 #432 #428
-
Dirk Eichel authored
-
- Mar 25, 2013
-
-
ErikZalm authored
regenerated thermistor table 7
-
ErikZalm authored
Separate PID_MAX from BANG_MAX
-
ErikZalm authored
HTML removed, Rumba added
-
Colin Edwards authored
The LARGE_FLASH flag allows superfluous features to be excluded on boards with less memory
-
Colin Edwards authored
-
Colin Edwards authored
-
- Mar 23, 2013
-
-
whosawhatsis authored
This allows PID_FUNCTIONAL_RANGE to use a maximum duty cycle higher than PID_MAX. This is useful for powerful heaters to heat quickly in bang-bang mode, but use a lower duty cycle that is easier to stabilize in PID mode.
-
- Mar 22, 2013
- Mar 19, 2013
-
-
Dirk Eichel authored
-
Dirk Eichel authored
-
Dirk Eichel authored
-
Dirk Eichel authored
-
Dirk Eichel authored
This code selects between the routines for the GLCD or the char. display.
-
Dirk Eichel authored
A new variable was introduced to allow fan animation on the GLCD. Add additional float to string conversion routine without sign character. This is used for the coordinates visualisation on the GLCD.
-
Dirk Eichel authored
-
Dirk Eichel authored
This contains the menues, status screen etc...
-
Dirk Eichel authored
1. Marlin welcome screen 2. Status screen symbols 3 Extruders, heated bed, animated fan logo 1 3. Status screen symbols 3 Extruders, heated bed, animated fan logo 2
-
Dirk Eichel authored
Makes the lib compatible with most LCDs
-
Dirk Eichel authored
Font size 6x10 with feedrate symbol & Font size 6x9.
-