0e0e4945d8Removed ISR overtaken message from ISR routine
Erik van der Zalm
2011-11-25 13:59:58 +01:00
c0f8c9fd72Seperate ENDSTOP_INVERTING for X Y and Z Added simple endstop filter. Corrected M114 count display.
Erik van der Zalm
2011-11-25 13:43:06 +01:00
a9c7da06e3and changed ultipanel to have the mm/sec and not mm/min Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
Bernhard Kubicek
2011-11-15 22:50:43 +01:00
02b9eceeadshow sd%
Bernhard Kubicek
2011-11-15 20:55:00 +01:00
7919a40d06watchdog,percent done,
Bernhard Kubicek
2011-11-15 20:54:40 +01:00
805d37f77bFixed some small planner bugs
Erik van der Zalm
2011-11-15 18:14:00 +01:00
5fd41ae872Some fixes in planner
Erik van der Zalm
2011-11-14 23:57:34 +01:00
95126c09c0Added slowdown
Erik van der Zalm
2011-11-14 20:04:29 +01:00
331e82dcd3Buffer size > 16
Erik van der Zalm
2011-11-14 18:53:09 +01:00
2643ae93d6Added modified Sanguino files
Erik van der Zalm
2011-11-14 18:27:47 +01:00
c00eefb824Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1
Erik van der Zalm
2011-11-14 18:26:57 +01:00
1d0452f10c250000 baud
Erik van der Zalm
2011-11-14 18:24:02 +01:00
c57906b627fixed bug with adjusting ki in realtime.
Bernhard Kubicek
2011-11-13 21:43:26 +01:00
ac82411c73Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1
Erik van der Zalm
2011-11-13 20:46:44 +01:00
65934eee9cA lot of changes in the planner code
Erik van der Zalm
2011-11-13 20:42:08 +01:00
9980ceb4a3added a m400, that finished all moves, and the mechanism so that if an endstop is hit it the ISR, the steps_to_be_taken are stored, and some current_block data that will be deleted in the next move If the normal loop() then finds such an event, the position is calculated (floats would have taken too long in the ISR) A serial message is generated.
Bernhard Kubicek
2011-11-13 19:58:09 +01:00
ff592b056aheater power repair.
Bernhard Kubicek
2011-11-13 00:48:55 +01:00
e9adfa27b5re-enabled heaterpower as storage for the current storage of the heater PWM duty cycle. the M301 now returns the current PID settings of the machine. M105 returns heating pwm duty cylce as "@:"
Bernhard Kubicek
2011-11-12 20:37:28 +01:00
36958ee305minor changes and first not-well working version of autotemp
Bernhard Kubicek
2011-11-09 22:09:16 +01:00
ba8a53a40fStreaming.h is gone. It conflicted with PROGMEM. And saving memory is more important than nicer code, imho
Bernhard Kubicek
2011-11-09 20:30:41 +01:00
27361e7cd0beautified the config. ordered it into thematic sections.
Bernhard Kubicek
2011-11-09 20:28:40 +01:00
ab154d5592project progmem finished: total change with ultipanel: 2456 byte free ram initial. now: 4374 ram.
Bernhard Kubicek
2011-11-09 20:27:15 +01:00
7b70caab7cmade progmem mainly, found one bug in cardreader, added a empty class for cardreader in case no sd support.
Bernhard Kubicek
2011-11-07 22:33:13 +01:00
72ace55e6abetter visibility of public/private/imported variables
Bernhard Kubicek
2011-11-06 23:34:40 +01:00