chiark / gitweb /
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bernhard Kubicek [Sun, 13 Nov 2011 20:43:26 +0000 (21:43 +0100)]
fixed bug with adjusting ki in realtime.
Bernhard Kubicek [Sun, 13 Nov 2011 18:58:09 +0000 (19:58 +0100)]
added 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 [Sat, 12 Nov 2011 23:48:55 +0000 (00:48 +0100)]
heater power repair.
Bernhard Kubicek [Sat, 12 Nov 2011 19:37:28 +0000 (20:37 +0100)]
re-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 [Wed, 9 Nov 2011 21:09:16 +0000 (22:09 +0100)]
minor changes and first not-well working version of autotemp
Bernhard Kubicek [Wed, 9 Nov 2011 19:30:41 +0000 (20:30 +0100)]
Streaming.h is gone. It conflicted with PROGMEM. And saving memory is more important than nicer code, imho
Bernhard Kubicek [Wed, 9 Nov 2011 19:28:40 +0000 (20:28 +0100)]
beautified the config. ordered it into thematic sections.
Bernhard Kubicek [Wed, 9 Nov 2011 19:27:15 +0000 (20:27 +0100)]
project progmem finished: total change with ultipanel: 2456 byte free ram initial. now: 4374 ram.
Bernhard Kubicek [Mon, 7 Nov 2011 21:33:13 +0000 (22:33 +0100)]
made progmem mainly, found one bug in cardreader, added a empty class for cardreader in case no sd support.
Bernhard Kubicek [Sun, 6 Nov 2011 22:34:40 +0000 (23:34 +0100)]
better visibility of public/private/imported variables
Bernhard Kubicek [Sun, 6 Nov 2011 22:21:33 +0000 (23:21 +0100)]
Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
Bernhard Kubicek [Sun, 6 Nov 2011 22:21:12 +0000 (23:21 +0100)]
made loop counters uint8_t most were int(16_t) before
Erik van der Zalm [Sun, 6 Nov 2011 22:20:01 +0000 (23:20 +0100)]
Thermistor name problem
Bernhard Kubicek [Sun, 6 Nov 2011 22:13:19 +0000 (23:13 +0100)]
preprocessor magic to have a single source principle
Bernhard Kubicek [Sun, 6 Nov 2011 21:48:36 +0000 (22:48 +0100)]
Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
Bernhard Kubicek [Sun, 6 Nov 2011 21:48:15 +0000 (22:48 +0100)]
made cardreader more selfsustained
Erik van der Zalm [Sun, 6 Nov 2011 21:37:43 +0000 (22:37 +0100)]
Corrected thermistor naming
Bernhard Kubicek [Sun, 6 Nov 2011 20:39:53 +0000 (21:39 +0100)]
first compile with the cardreader class
Bernhard Kubicek [Sun, 6 Nov 2011 18:49:04 +0000 (19:49 +0100)]
Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
Bernhard Kubicek [Sun, 6 Nov 2011 18:48:37 +0000 (19:48 +0100)]
static'ified Marlin.pde.
Erik van der Zalm [Sun, 6 Nov 2011 18:37:12 +0000 (19:37 +0100)]
Fixed some arc bugs
Bernhard Kubicek [Sun, 6 Nov 2011 18:36:29 +0000 (19:36 +0100)]
made many possible variables static, so they cannot be used extern.
Erik van der Zalm [Sun, 6 Nov 2011 18:30:04 +0000 (19:30 +0100)]
Added teensylu pins
Bernhard Kubicek [Sun, 6 Nov 2011 18:23:08 +0000 (19:23 +0100)]
reformating and some minor bugs/things found on the way.
Bernhard Kubicek [Sun, 6 Nov 2011 16:33:09 +0000 (17:33 +0100)]
overworked the serial responses. Quite difficult, since many texts are Pronterface protocol.
Bernhard Kubicek [Sun, 6 Nov 2011 14:10:29 +0000 (15:10 +0100)]
correcting commit errors.
Bernhard Kubicek [Sun, 6 Nov 2011 13:58:12 +0000 (14:58 +0100)]
wrong file location
Bernhard Kubicek [Sun, 6 Nov 2011 13:22:15 +0000 (14:22 +0100)]
watchdog into dedicated file
Bernhard Kubicek [Sun, 6 Nov 2011 13:03:41 +0000 (14:03 +0100)]
refactured temperature.cpp so that there are now abstract functions to access temperatures.
Erik van der Zalm [Sun, 6 Nov 2011 11:39:00 +0000 (12:39 +0100)]
First arcs version. (Arcs not working ok)
Erik van der Zalm [Sat, 5 Nov 2011 19:21:09 +0000 (20:21 +0100)]
Corrected temp variables.
Erik van der Zalm [Sat, 5 Nov 2011 19:03:38 +0000 (20:03 +0100)]
Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1
Conflicts:
Marlin/Configuration.h
Marlin/EEPROMwrite.h
Marlin/Marlin.h
Marlin/Marlin.pde
Marlin/temperature.cpp
Marlin/temperature.h
Marlin/thermistortables.h
Erik van der Zalm [Sat, 5 Nov 2011 18:21:36 +0000 (19:21 +0100)]
Temperature changes
Bernhard Kubicek [Sat, 5 Nov 2011 15:53:37 +0000 (16:53 +0100)]
moved the variables in the ISR, thats the most normal use case of static.
Bernhard Kubicek [Sat, 5 Nov 2011 15:49:29 +0000 (16:49 +0100)]
Revert "this is not working. Do you maybe know why?"
This reverts commit
8bcdb9f5f062fe68d90e31752453e1d662b3f0e2.
Bernhard Kubicek [Sat, 5 Nov 2011 15:43:44 +0000 (16:43 +0100)]
this is not working. Do you maybe know why?
Bernhard Kubicek [Sat, 5 Nov 2011 13:19:57 +0000 (14:19 +0100)]
changed end of line to windows, which seems to be the majority of developers main platform.
Bernhard Kubicek [Sat, 5 Nov 2011 13:13:20 +0000 (14:13 +0100)]
merge from the branch bkubicek/Marlin/zalmmerge
Erik van der Zalm [Sat, 5 Nov 2011 10:18:52 +0000 (11:18 +0100)]
Added M42, M80 and M81
Erik van der Zalm [Fri, 4 Nov 2011 22:38:25 +0000 (23:38 +0100)]
M109 now equal to sprinter
Erik van der Zalm [Fri, 4 Nov 2011 21:51:14 +0000 (22:51 +0100)]
Added thermistor tables
Erik van der Zalm [Fri, 4 Nov 2011 17:02:56 +0000 (18:02 +0100)]
Merged Marlin, Marlin non gen6 and Ultimaker changes
Erik van der Zalm [Tue, 18 Oct 2011 17:13:30 +0000 (19:13 +0200)]
Fixed crashes.
Erik van der Zalm [Thu, 15 Sep 2011 15:37:58 +0000 (17:37 +0200)]
Software endstps added
Erik van der Zalm [Wed, 14 Sep 2011 16:57:32 +0000 (18:57 +0200)]
Merge branch 'master' of github.com:ErikZalm/Marlin
Erik van der Zalm [Wed, 14 Sep 2011 16:56:45 +0000 (18:56 +0200)]
Sync with non-gen6 version
ErikZalm [Sun, 28 Aug 2011 21:09:18 +0000 (00:09 +0300)]
Edited README via GitHub
Erik van der Zalm [Sun, 21 Aug 2011 16:29:47 +0000 (18:29 +0200)]
Fixed small feedrate bug.
Copied Camiels comments in the Configuration.h file
Erik van der Zalm [Mon, 15 Aug 2011 17:26:40 +0000 (19:26 +0200)]
Fixed lookup table bug.
Erik van der Zalm [Sun, 14 Aug 2011 20:15:33 +0000 (22:15 +0200)]
Fix M109
Erik van der Zalm [Sat, 13 Aug 2011 08:09:54 +0000 (10:09 +0200)]
first-commit
Erik van der Zalm [Fri, 12 Aug 2011 20:31:59 +0000 (22:31 +0200)]
Signed-off-by: Erik van der Zalm <erik@vdzalm.eu>
Erik van der Zalm [Fri, 12 Aug 2011 20:28:35 +0000 (22:28 +0200)]
first commit
Erik van der Zalm [Fri, 12 Aug 2011 20:23:37 +0000 (22:23 +0200)]
first commit