279d00da9f
Fixed #if for Ultimaker.
Daid2012-05-09 10:50:44 +02:00
830972ce3c
Merge pull request #1 from ErikDeBruijn/Marlin_v1_Ultimaker-rc3
daid2012-05-09 01:35:59 -07:00
451f9cc6d1
Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer.
Bernhard Kubicek2012-05-09 08:05:13 +03:00
e3fe1f0d00
Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed.
Erik de Bruijn2012-05-08 17:27:45 +02:00
d88205d89d
Suggestion to improve (TODO), no actual code changed
Erik de Bruijn2012-05-08 17:18:31 +02:00
5aa80e6c05
Made language.h more flexible. Automatically do the right defines based on MOTHERBOARD == 7 ? "Ultimaker" : "Mendel"
Erik de Bruijn2012-05-08 17:32:50 +02:00
b657a18449
Revert "magic PROGMEM defines to avoid hundreds of wrong GCC warnings"
MaikStohn2012-05-04 12:24:07 +02:00
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
Logan Bowers2012-04-25 19:22:38 -07:00
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
Bernhard2012-04-22 21:12:17 +02:00
464b755918
added support for the UltiController
Bernhard2012-04-22 20:55:56 +02:00
c2557abc03
Merge pull request #138 from triffid/fix-makefile
ErikZalm2012-04-15 10:21:46 -07:00
67cf105bc6
Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp) Changed SLOWDOWN. IF this does not work ok OLD_SLOWDOWN is the old algo.
Erik van der Zalm2012-04-15 19:17:33 +02:00
4ca2f336f0
Changed default MINIMUM_PLANNER_SPEED -> 0.05 Fixed small bug in arcs M105 prints now actual_temp/target_temp
Erik van der Zalm2012-04-01 16:23:40 +02:00
0183e6332a
made prepare->autostart independent of current folder.
Bernhard2012-03-19 20:24:40 +01:00
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
Bernhard2012-03-19 20:06:58 +01:00
7b1e295f34
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm2012-03-08 21:48:06 +01:00
c077316b2b
Added PID autotune. (experimental) M303 Starts autotune. Wait till the Kp Ki and Kd constants are printed. Put these values in Configuration.h
Erik van der Zalm2012-03-08 21:43:21 +01:00
49b228c4b3
Add instructions to regenerate speed_lookuptable when changing F_CPU
Ben Gamari2012-03-07 18:05:10 -05:00
96509494f0
stepper: Clarify comment on timer-counter configuration
Ben Gamari2012-03-07 17:58:35 -05:00
f3095493b0
Merge pull request #100 from tommycheng/patch-1
ErikZalm2012-03-05 09:56:50 -08:00
ce07c9186d
While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.
Tommy Cheng2012-03-05 23:12:26 +08:00
02ee9e3d30
Changed Pin Assignment for the RAMPS motherboard so that LCD and Rotary encoder are all wired to AUX-4
Blair Thompson2012-03-04 21:34:20 +00:00
4879de08e8
The percent complete for the SD file statistic sits squint. Changed "lcd.Setcursor (7,2);" to "lcd.Setcursor (10,2);".
Blair Thompson2012-03-03 16:47:27 +00:00
f278e1c00f
This is in my opinion a much better way of dealing with SD cards than my previous fix.
Blair Thompson2012-03-03 16:30:31 +00:00
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.
Blair Thompson2012-03-03 15:51:47 +00:00
79a466ca26
make analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, complementing changes to analog2temp in d15f01ehaxar2012-03-02 17:15:21 -08:00