MaikStohn
032df0b2c6
Moved LCD initialization out of constructor
Since the class "MainMenu" was used within a static variable the
initialization of the object (constructor call) was done before Arduino
library startup. It always caused a crash when using AVRStudio with
JTAG debugger (caused from calling the LCD initialization / the lot of
I/O work / the stack used during this calls). By moving the LCD_INIT
out of the constructor and using an explicit call inside of Arduino
setup() implementation immediately fixed all problems and the JTAG
debugger runs fine.
před 13 roky
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.
před 13 roky
MaikStohn
789ba02d43
fixed typo in comment
před 13 roky
Erik van der Zalm
1874cb71a6
Added option to increase the FAN PWM frequency.
před 13 roky
Erik van der Zalm
02af69911e
Added temperature window to M109. This is needed for systems with no overshoot PID.
před 13 roky
sefi
e11e072eca
adding M120 and 121 for turning on and off the endstops only for homing function
před 13 roky
Bernhard
44fd8d46d2
fixed quickhome
před 13 roky
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.
před 13 roky
grrf
03b0850e63
This breaks temperature readout for pronterface!
před 13 roky
Erik van der Zalm
4ca2f336f0
Changed default MINIMUM_PLANNER_SPEED -> 0.05
Fixed small bug in arcs
M105 prints now actual_temp/target_temp
před 13 roky
Erik van der Zalm
ae0bf8068b
Fixed arc offset.
před 13 roky
Erik van der Zalm
0c1b863755
Ignore ":" in comments.
před 13 roky
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
před 13 roky
Erik van der Zalm
f5eae52098
Added more manage_inactivity checks
před 13 roky
Erik van der Zalm
87ff2f8867
Added CONTROLLERFAN. (Controlling a fan to cool down the steppper drivers)
před 13 roky
Erik van der Zalm
387fe51a56
Do not disable steppers when there are moves in the queue.
před 13 roky
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
před 13 roky
Tommy Cheng
ce07c9186d
While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.
před 13 roky
Erik van der Zalm
e056bf8081
Added E-Jerk
před 13 roky
Erik van der Zalm
aac7aa3bf0
Queued fan control. Issue #90
před 13 roky
Christian Thalhammer
fde51084f3
set SD file delete to M30; switch printime output to M31
před 13 roky
Erik van der Zalm
21e2bae063
Changed (corrected?) SD_card comment handling.
před 13 roky
Erik van der Zalm
ed951b1977
Fixed RAMPS 1.2 support (Found and fixed by rrhb)
před 13 roky
Blair Thompson
046a8e0039
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file. Still got some hunting down to do to complete this task.
před 13 roky
Christian Thalhammer
5f3a422e68
added M31 - delete file from sd card
před 13 roky
Christian Thalhammer
10bf2bb8e1
-
před 13 roky
Erik van der Zalm
b4833d55c2
Fixed HOME_POS in combination with G28 X0 or G28 Y0
před 13 roky
Erik van der Zalm
c6f2ec3c82
remove stop_heating_wait
před 13 roky
Erik van der Zalm
b48d67ce10
Fixed homing
před 13 roky
Phil Hord
09469add55
Add board reset reporting (from Repetier-Firmware)
před 13 roky
Erik van der Zalm
27f595a444
Changed version => RC2
před 13 roky
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.
před 13 roky
Erik van der Zalm
5aa9c41ab1
Changed comment mode for detection.
Added M221 extuder multiply factor.
před 13 roky
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
před 13 roky
Erik van der Zalm
df1437bd86
Changed display format for some numbers.
před 13 roky
Erik van der Zalm
a0a1f81913
various changes
před 13 roky
Blair Thompson
fe940a142d
Added a structure that will allow easy translations/modifications to the LCD menu.
Signed-off-by: Blair Thompson <mail@justblair.co.uk >
před 13 roky
Christian Thalhammer
0e3631ff4b
smaller changes
před 13 roky
Erik van der Zalm
7699f250e3
Fixed small merge bug
před 13 roky
Erik van der Zalm
b447815de5
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time
před 13 roky
Erik van der Zalm
13e185d330
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time
před 13 roky
daid
2a77c84c8f
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
před 13 roky
Erik van der Zalm
f87c80889f
Fixed M109 timer overflow (reported by triffid)
před 13 roky
Erik van der Zalm
154de69c02
Print configuration.h version during startup (thanks hairykiwi)
před 13 roky
Erik van der Zalm
598eb1d4f1
Fixed compilation for gcc-4.6.2 with avr-lib-1.8.0 (thanks daid)
před 13 roky
Erik van der Zalm
9173a5713b
Teensylu support.
před 13 roky
Erik van der Zalm
5113513cb2
RC 1
před 13 roky
Erik van der Zalm
d8a0c6450f
Split the configuration file in two parts.
One for common settings.
One for advanced settings.
před 13 roky
Christian Thalhammer
b5fae1104b
fixed sUICIDE_PIN disable
před 13 roky
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 >
před 13 roky