daid303
b6ff45254e
Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
12 years ago
daid303
7e348fcb5f
By mistake enabled the watchdog by default. This should be off by default.
12 years ago
daid303
06b58a9c4f
First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions.
12 years ago
Mark Finn
04631d2250
cleanup for pull
12 years ago
ZetaPhoenix
c6caa45ae2
Limit Switch locations based on MIN/MAX limits and homing direction
fixes #246
Added statements to set the limit switch positions to the maximum travel if homing in the positive direction as well as bed center at (0,0) if defined.
Relocated code based on feedback.
12 years ago
tonokip
1c1fddc7ac
Added support for the Rambo reprap electronics board. Added Mcodes to set
motor current and microstepping pins.
12 years ago
Enchiridion
50cde90324
Added support for dual Z axis stepper drivers
12 years ago
daid
12de8fff81
Support step motor controllers with active low step pins.
13 years ago
Bernhard
0c123950e9
__ header file replace
13 years ago
Bernhard
bf077125b9
added firmware retract. disabled by default
13 years ago
Erik van der Zalm
67cf105bc6
Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
Changed SLOWDOWN. IF this does not work ok OLD_SLOWDOWN is the old algo.
13 years ago
Erik van der Zalm
4ca2f336f0
Changed default MINIMUM_PLANNER_SPEED -> 0.05
Fixed small bug in arcs
M105 prints now actual_temp/target_temp
13 years ago
Bernhard
1532200435
found error in filenames.
One array was too short. This had nothing to do with long filenames, other than if they were 12 characters exactly, which could only happen if the extension and the text before were filled completely
13 years ago
Erik van der Zalm
87ff2f8867
Added CONTROLLERFAN. (Controlling a fan to cool down the steppper drivers)
13 years ago
Erik van der Zalm
c6f2ec3c82
remove stop_heating_wait
13 years ago
Erik van der Zalm
018c567abf
Moved SLOWDOWN function. (jetty840)
Included AD595 calibration options. (daid)
13 years ago
Blair Thompson
d9f2f509d5
Added new menu items under the prepare submenu.
Instead of a single pre-heat, now there is pre-heat ABS and PLA options
Added defines to the configuration file to adjust preheat temperatures for both
13 years ago
Erik van der Zalm
8816ef1c64
Small fixes after merge
13 years ago
Erik van der Zalm
b447815de5
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time
13 years ago
Erik van der Zalm
13e185d330
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time
13 years ago
Erik van der Zalm
5113513cb2
RC 1
13 years ago
Erik van der Zalm
d8a0c6450f
Split the configuration file in two parts.
One for common settings.
One for advanced settings.
13 years ago