Erik van der Zalm
aa65fe22ed
decoupled axes sucessfully at least on pure x or y jog
12 years ago
Bernhard
0c123950e9
__ header file replace
13 years ago
Bernhard
0e5e249ab5
added individual pullup setting option to have finer control in case there is a special z-min sensor, for example
13 years ago
linagee
fbd282b3ba
Update Marlin/Configuration.h
13 years ago
linagee
c4490f5f3d
Update Marlin/Configuration.h
13 years ago
linagee
de2ca3b2e8
Grammar correction.
13 years ago
linagee
c2fc466e1b
Update Marlin/Configuration.h
13 years ago
linagee
9f9f498491
Update Marlin/Configuration.h
13 years ago
Guan Yang
602c8ee02b
Melzi support
13 years ago
Erik de Bruijn
e3fe1f0d00
Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed.
Turning off the protection might be beneficial to those who want to do fast and long reversals.
13 years ago
Erik van der Zalm
1874cb71a6
Added option to increase the FAN PWM frequency.
13 years ago
Erik van der Zalm
02af69911e
Added temperature window to M109. This is needed for systems with no overshoot PID.
13 years ago
Bernhard
464b755918
added support for the UltiController
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
63aec3c56e
Replaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart.
Moved the PID_dT in the Ki and Kd calculation from the configuration.h to temperature.cpp
13 years ago
Michel Pollet
aa6e6e914e
Makefile: Redone
+ Removed most explicit pathnames, use the standard make "VPATH" to let
make find the files for itself.
+ Added a "hardware variant" variable that allows compiging Sanguino and
Gen7 as well as "generic" arduino.
+ Allows overriding the MOTHERBOARD define from the Makefile
+ Removed the 'preprocessor' bit that wasn't needed, now just "include" the
files that are needed, since it allows gcc to show the right file/line
when displaying error/warnings.
+ Uses gcc's own dependency generator to generate the .d files, and
and include these instead of self-patching the makefile
Signed-off-by: Michel Pollet <buserror@gmail.com>
13 years ago
Erik van der Zalm
2e749d60c3
Added DISABLE_MAX_ENDSTOPS
13 years ago
Erik van der Zalm
910f4e77a2
Added 20MHz support.
13 years ago
Erik van der Zalm
e056bf8081
Added E-Jerk
13 years ago
Phil Hord
b65ef8d66c
Add support for upcoming Gen7 v1.4
V1.4 moves thermistor power to the always-on 5v line.
The BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE is no longer
needed on this board. Add a new motherboard type to
support this feature.
13 years ago
Erik van der Zalm
97d42ca2b2
SDSUPPORT default disabled
13 years ago
Erik van der Zalm
018c567abf
Moved SLOWDOWN function. (jetty840)
Included AD595 calibration options. (daid)
13 years ago
Erik van der Zalm
35e57bf149
Added gen6 deluxe.
13 years ago
Erik van der Zalm
84ea2d61e8
Moved gen7 boards to motherboard type 10, 11 and 12.
Split ramps1.3 in Sprinter like config and multiextruder config.
13 years ago
Erik van der Zalm
01d28c18ab
Fixed casting warning in sanguino
13 years ago
Blair Thompson
2fd8c248fe
Added Fan control to the pre-heat settings.
I find that the PID routine works better when the cooling fan is switched on
at the beginning of a warm up routine. Otherwise when you enable the fan
just before a print, you have a delay as the PIDre-adjusts.
This should also be safer as most cooling fans are directed at the hot -ends
thermal barrier!
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
ae3e7586c6
Added HOME_POS. This adds the posibility to make the center 0
Updated the Xsteps ... settings via the LCD menu
13 years ago
Erik van der Zalm
8816ef1c64
Small fixes after merge
13 years ago
Blair Thompson
a05a261b72
Added a workaround. Ramps SD card does not have sdcarddetect. My temporary solution is to add a momentary swtich
that pulls down the SDCARDDETECT pin and mimicking the pull and reinsert ofa a SD card
13 years ago
Blair Thompson
1b6765ed12
Updated the pin config for RAMPS 1.3 to include ultimaker new style LCD/Rotary Encoder interface
13 years ago
Christian Thalhammer
e661578c84
support for GEN7 1.1,1.2 and 1.3
13 years ago
Daid
73344e69c1
Added temperature offset/gain settings for AD595.
13 years ago
Christian Thalhammer
0e3631ff4b
smaller changes
13 years ago
Erik van der Zalm
fa2e1be0ca
changed default EXTRUDE_MINTEMP to 170.
13 years ago
Erik van der Zalm
154de69c02
Print configuration.h version during startup (thanks hairykiwi)
13 years ago
Erik van der Zalm
9173a5713b
Teensylu support.
13 years ago
Erik van der Zalm
bdb70c0509
Warning for 10k thermistor
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
Erik van der Zalm
f9c5333f97
Made "stop heating wait" optional.
Default off.
13 years ago
Christian Thalhammer
13e2ad2831
- added info for using GEN7 configuration
13 years ago
Erik van der Zalm
9f139d6e0e
Added MAX6675 support. (Thanks to gregfrost)
Needs some work to remove the blocking in read max6675.
13 years ago
Erik van der Zalm
e45e5c68bb
Added support for Gen3+ (Pins file only)
Added late z enable. (blddk request)
Only calculate look ahead if >2 moves in buffer.
Removed some FORCE_INLINE to save memory.
Signed-off-by: Erik van der Zalm <erik@vdzalm.eu>
13 years ago
Michael Moon
ab01658fd2
local configuration stuff- WATCHPERIOD causes breakage, disable. few other misc changes
13 years ago
Michael Moon
71dc82e0b4
my local configuration
13 years ago
Bernhard
212515148e
added m240 photography support. default off
13 years ago
Bernhard
415aadf704
lcd panel bed support
advance and ultipanel not any more in default config
13 years ago
Bernhard
f312216e97
Revert "untestest commit, so I don't loose code.. features runout prevention addons"
This reverts commit 651cde8b98
.
13 years ago
Bernhard
651cde8b98
untestest commit, so I don't loose code.. features runout prevention addons
13 years ago
Erik van der Zalm
e017228569
Merged multiple extruder support.
Soft PWM. (Sanguinololu can also have PID temperature control)
Interrupt save WRITE for addresses > 0x0FF
13 years ago