1781031f2d
Update LCD Menu Tree with current options, based on ultralcd.cpp and language.h.
Cylindric
2014-02-07 01:52:44 +00:00
d485988bec
fix typo
Jim Morris
2014-02-05 14:39:45 -08:00
8a1fd25363
Default is to not define digipot_i2c
Jim Morris
2014-02-05 14:28:23 -08:00
5097c57d3a
Added pins for Azteeg X3 Pro under motherboard 68
Jim Morris
2014-02-05 14:25:42 -08:00
b819fc53ca
Add Azteeg X3 Pro as motherboard 68 Add digipot i2c control for MCP4451 Allow M907 to set i2c digipot currents in amps Fix Makefile to allow Azteeg motherboards Fix Makefile to allow Wire libraries only Add beeper pin for Azteeg X3 Pro
Jim Morris
2014-02-05 01:47:12 -08:00
f0b8d5ba3d
createTemperatureLookupMarlin.py: Change comment to refer to actual program name.
David Forrest
2014-01-29 23:34:22 -05:00
50f44d9249
createTemperatureLookupMarlin.py: Truncate to short after application of OVERSAMPLENR for improved resolution.
David Forrest
2014-01-29 23:23:18 -05:00
f5b5dd8038
createTemperatureLookupMarlin.py: Add output of Steinhart-Hart coefficients.
David Forrest
2014-01-29 22:45:10 -05:00
76cf07c3f7
Configuration.h: Use OVERSAMPLENR in dT_PID definition.
David Forrest
2014-01-21 23:25:51 -05:00
476c7193d8
temperature.cpp: Use OVERSAMPLENR in oversampling calculation.
David Forrest
2014-01-21 16:49:03 -05:00
05932e4458
Add Z Probe Offset to EEPROM and Ultra LCD
Alex Borro
2014-01-16 18:13:46 -02:00
7216583b8b
createTemperatureLookupMarlin.py: Add resolution comments and format for Marlin.
David Forrest
2014-01-16 12:40:15 -05:00
e8e0697e48
fastio.h: Add AT90USBxx_TEENSYPP_ASSIGNMENTS for teensyduino/Lincomatic/Printrboard compatibility.
David Forrest
2014-01-16 11:23:29 -05:00
75f39fadfc
Makefile: Update for Arduino 1.0.5 and Teensyduino dependent boards (HARDWARE_MOTHERBOARD=={8,81,82,83,84})
David Forrest
2014-01-16 10:58:35 -05:00
df194f75e1
Added PT100 support for Ultiboard2
daid
2014-01-06 11:20:03 +01:00
380144c20f
Add Ultiboard2 electronics. With PWM current settings. For the few people that have this new board as experiment in their UM-Original.
daid
2014-01-06 11:05:02 +01:00
eed053dffb
Revert "Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs"
-
2013-12-16 12:22:06 +01:00
d29615dc0c
Z and Y dual stepper drivers error
RicardoGA
2013-12-11 14:37:43 -06:00
5bde7fcb28
Minor code and comment polishing
fsantini
2013-12-11 21:27:43 +01:00
20faff5935
Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry
-
2013-12-08 21:35:57 +01:00
e5d3044801
Added posibility to set ENCODER_STEPS_PER_MENU_ITEM in Configuration.h like ENCODER_PULSES_PER_STEP as it depends on it for usability
-
2013-12-08 21:34:56 +01:00
b7eadb9f37
Made numbering of heat bed thermistor more logical as D8 is bed, D9 is Extruder 2 and D10 is Extruder 1, so T0 should be E1, T1 E1 and T2 bed to be sequential as MOSFET-Outputs
-
2013-12-08 21:30:42 +01:00
e8786bf110
Added support for Cheaptronic v1 electronic
Michal Dyntar
2013-12-07 13:29:47 +01:00
cc2925b705
Implemented a least squares fit of the bed equation for auto bed leveling.
fsantini
2013-12-06 21:46:25 +01:00
b64661070e
Fixed the plane vector equation to a simpler one (only dependent on the normal)
fsantini
2013-12-06 21:32:21 +01:00
5c44f6c434
Bed Heater monitoring in Controller Fan
Alex Borro
2013-11-27 23:23:06 -02:00
b33375d438
Z Axis Safe Homing when using Z Probe
Alex Borro
2013-11-27 22:37:35 -02:00
35905ea4f9
Allow heaters to stay full On when PWM=127
Alex Borro
2013-11-27 18:13:38 -02:00
ad588e8990
Added new board for those of us with sanguinololu boards with ceramic resonators
hcker2000
2013-11-18 15:49:36 -05:00
a94e588765
Changed slow buttons behavior.
Erik van der Zalm
2013-11-17 17:41:30 +01:00
69af392554
Added HEATERS_PARALLEL (Request from reifsnyderb) This allows a hot end with two heaters and a FET for each heater. This is useful if the FET is not capable of heating two heaters.
Erik van der Zalm
2013-11-17 13:29:02 +01:00
48a185d004
Fixed compile errors from bad commits.
Erik van der Zalm
2013-11-10 16:36:37 +01:00