- May 11, 2013
-
-
Robert F-C authored
The Viki LCD rotary encoder uses a different number of steps per rotation. This fixes the seeming "missed" steps when selecting a menu.
-
- Apr 29, 2013
-
-
Robert F-C authored
-
Robert F-C authored
Argument order of lcd_buzz was set to mirror that on tone(). Change default M300 frequency to something audible.
-
Robert F-C authored
Conflicts: Marlin/Marlin.pde Marlin/ultralcd.cpp Marlin/ultralcd_implementation_hitachi_HD44780.h
-
- Apr 24, 2013
-
-
ErikZalm authored
Add (as an option) slower SD transfer mode
-
Lukasz Stefanowicz authored
-
- Apr 23, 2013
-
-
ErikZalm authored
128x64 RepRapDiscount Full Graphic Smart Controller support
-
- Apr 16, 2013
- 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 24, 2013
-
-
Robert F-C authored
The new version of the library means that PANELOLU no longer needs to be defined in LiquidTWI.h (the library file can be used as is) and the new version of the library also enables the buzzer on the Panucatt VIKI panel.
-
- 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.
-