Erik van der Zalm
e017228569
Merged multiple extruder support.
Soft PWM. (Sanguinololu can also have PID temperature control)
Interrupt save WRITE for addresses > 0x0FF
преди 13 години
Bernhard
06411d5c9e
ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints.
преди 13 години
Bernhard
986f0ba76c
moved <stdio.h> to more dominant location.
преди 13 години
Denis B
4fd75dc813
Working version of multiple extruders (up to 3)
- The temperature control is pretty much complete
(not sure what to do w/ autotemp though)
Changed the pins assignment to clearly separate bed and extruder heaters
and temp sensors, changed a bit how termistor tables are handled.
- The steppers control is rudimentary
(only chanages what pins it uses depending on the active_extruder var,
but that's enough for switching extruder in the start.gcode in the
the profiles)
- Tested only w/ RAMPS 1.4
преди 13 години
Bernhard
7714b98da7
solved some compiler warnings that are now visible in arduino 1.0.
Found a couple of unused variables, that I commented.
Tried to solve the program memory warning message, and failed.
преди 13 години
Bernhard
0bc9daa4f7
make it compile with arduino 1.0 ; function is still untested.
преди 13 години
Bernhard
b0c3871750
more fixing of the sanguino math round problem
преди 13 години
Erik van der Zalm
f75f426dfa
Removed interrupt nesting in the stepper ISR.
Add serial checkRx in stepper ISR.
Copied HardwareSerial to MarlinSerial (Needed for checkRx).
преди 13 години
Bernhard
2d9a715655
first naive attempt to have a offset in the homeing procedure. Does not enable to move into regions not allowed by endstops.
преди 13 години
Bernhard
26a1de1e44
force inline
преди 13 години
Bernhard Kubicek
7919a40d06
watchdog,percent done,
преди 13 години
Bernhard Kubicek
9980ceb4a3
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.
преди 13 години
Bernhard Kubicek
36958ee305
minor changes and first not-well working version of autotemp
преди 13 години
Bernhard Kubicek
ba8a53a40f
Streaming.h is gone. It conflicted with PROGMEM. And saving memory is more important than nicer code, imho
преди 13 години
Bernhard Kubicek
ab154d5592
project progmem finished: total change with ultipanel: 2456 byte free ram initial. now: 4374 ram.
преди 13 години
Bernhard Kubicek
7b70caab7c
made progmem mainly, found one bug in cardreader, added a empty class for cardreader in case no sd support.
преди 13 години
Bernhard Kubicek
1d171e9e52
reformating and some minor bugs/things found on the way.
преди 13 години
Bernhard Kubicek
900e0c9bf2
overworked the serial responses. Quite difficult, since many texts are Pronterface protocol.
преди 13 години
Bernhard Kubicek
1740a83e11
correcting commit errors.
преди 13 години
Bernhard Kubicek
e8092898b1
watchdog into dedicated file
преди 13 години
Erik van der Zalm
d15f01e1b4
Temperature changes
преди 13 години
Bernhard Kubicek
b9ea0651ec
Revert "this is not working. Do you maybe know why?"
This reverts commit 8bcdb9f5f0 .
преди 13 години
Bernhard Kubicek
8bcdb9f5f0
this is not working. Do you maybe know why?
преди 13 години
Bernhard Kubicek
00674af3a8
merge from the branch bkubicek/Marlin/zalmmerge
преди 13 години
Erik van der Zalm
094afe7c10
Merged Marlin, Marlin non gen6 and Ultimaker changes
преди 13 години
Erik van der Zalm
8e017b81ab
Sync with non-gen6 version
преди 13 години
Erik van der Zalm
750f6c33e3
first commit
преди 13 години