MaikStohn
bd1ad7c76a
explicit includes to make it compile with AVRStudio/Eclipse
il y a 13 ans
MaikStohn
060b38de5c
delete obsolete and wrong code
"i" runs from 0 to 4 but "add_homeing" array size is 3 only. On the
other hand the calculated value gets overwritten by either one of the
if choice.
il y a 13 ans
MaikStohn
789ba02d43
fixed typo in comment
il y a 13 ans
Erik van der Zalm
1874cb71a6
Added option to increase the FAN PWM frequency.
il y a 13 ans
Erik van der Zalm
6a5a34e0ff
Small cleanup
il y a 13 ans
Erik van der Zalm
02af69911e
Added temperature window to M109. This is needed for systems with no overshoot PID.
il y a 13 ans
sefi
c27081aa4a
Fix to allow M120/M121
il y a 13 ans
sefi
e11e072eca
adding M120 and 121 for turning on and off the endstops only for homing function
il y a 13 ans
Daid
8e68c6cf89
Show proper temperature for extruder 2
il y a 13 ans
Daid
8503b78876
Added support for 2nd extruder temperature to UltraLCD
il y a 13 ans
Logan Bowers
3eacb4c16d
Wrap the call to turn off the bed heater in a #if to prevent a compile error on boards that do not have a bed heater
il y a 13 ans
Bernhard
e4d2138dbd
reinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can confused by electrical discharges from time to time.
Since a removal or insert of the sd card takes a long time in firmware, just reinitializing the lcd does not hurt.
actually, it solves a problem with the UltiControlle
il y a 13 ans
Bernhard
464b755918
added support for the UltiController
il y a 13 ans
Bernhard
44fd8d46d2
fixed quickhome
il y a 13 ans
Bernhard
33bb044d7c
fixed catsting to (int)e in serial error messages.
see https://github.com/ErikZalm/Marlin/issues/148
il y a 13 ans
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.
il y a 13 ans
Erik van der Zalm
8aee9d51b6
Disabled disable_heater in PID_autotune.
il y a 13 ans
Daid
414408b2d0
Fix for wrong systax in #ifdef.
il y a 13 ans
Michael Moon
77d503fa13
Fix Makefile
il y a 13 ans
Erik van der Zalm
cf7c8c458f
Fixed MAX6675
il y a 13 ans
grrf
03b0850e63
This breaks temperature readout for pronterface!
il y a 13 ans
tgiphil
ad8bc71d3e
- Fixed a typo
il y a 13 ans
Erik van der Zalm
46feae79c6
Fixed typo in arc
il y a 13 ans
Erik van der Zalm
4ca2f336f0
Changed default MINIMUM_PLANNER_SPEED -> 0.05
Fixed small bug in arcs
M105 prints now actual_temp/target_temp
il y a 13 ans
Erik van der Zalm
ae0bf8068b
Fixed arc offset.
il y a 13 ans
Erik van der Zalm
0c1b863755
Ignore ":" in comments.
il y a 13 ans
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
il y a 13 ans
Tommy Cheng
520f1a54a8
Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined.
il y a 13 ans
Michel Pollet
5550e893d5
New board variant, Open Motion Controller
Open Hardware board currently used by the group build of http://tvrrug.org.uk
The board can be found at http://solderpad.com/folknology/open-motion-controller/
Signed-off-by: Michel Pollet <buserror@gmail.com >
il y a 13 ans
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 >
il y a 13 ans
Bernhard
0183e6332a
made prepare->autostart independent of current folder.
il y a 13 ans
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
il y a 13 ans
Erik van der Zalm
b985e4a134
Fixed compile errors in ultralcd when no ultra_lcd is selected.
il y a 13 ans
Erik van der Zalm
2e749d60c3
Added DISABLE_MAX_ENDSTOPS
il y a 13 ans
Erik van der Zalm
33f5697888
PPID tune exports more constants.
il y a 13 ans
Erik van der Zalm
f5eae52098
Added more manage_inactivity checks
il y a 13 ans
Erik van der Zalm
910f4e77a2
Added 20MHz support.
il y a 13 ans
Erik van der Zalm
87ff2f8867
Added CONTROLLERFAN. (Controlling a fan to cool down the steppper drivers)
il y a 13 ans
Erik van der Zalm
387fe51a56
Do not disable steppers when there are moves in the queue.
il y a 13 ans
Erik van der Zalm
421264e58a
Fixed typo
il y a 13 ans
Erik van der Zalm
15ad923310
Removed !!!. Stupid arduino bootloader can't handle this.
il y a 13 ans
Erik van der Zalm
61e09e6be2
Added FAN_PIN -1 checks
il y a 13 ans
Erik van der Zalm
87c4e06c24
Corrected active_extruder when autotemp is used.
il y a 13 ans
Erik van der Zalm
c077316b2b
Added PID autotune. (experimental)
M303 Starts autotune. Wait till the Kp Ki and Kd constants are printed.
Put these values in Configuration.h
il y a 13 ans
Ben Gamari
49b228c4b3
Add instructions to regenerate speed_lookuptable when changing F_CPU
il y a 13 ans
Ben Gamari
96509494f0
stepper: Clarify comment on timer-counter configuration
il y a 13 ans
Ben Gamari
6d7e6a11fc
Add create_speed_lookup
il y a 13 ans
Tommy Cheng
ce07c9186d
While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.
il y a 13 ans
Erik van der Zalm
116dc86b8a
Fixed type in e-jerk
il y a 13 ans
Blair Thompson
02ee9e3d30
Changed Pin Assignment for the RAMPS motherboard so that LCD and Rotary encoder are all wired to AUX-4
This simplifies wiring for those with RAMPS 1.3 and 1.4 boards.
il y a 13 ans