Bernhard
729cde4475
fix autostart failure if in wrong directory
il y a 13 ans
Bernhard
57f9359a41
simplified the includes, makefile now works with arduino23
il y a 13 ans
Bernhard
3c1a4aac2b
header file simplification
il y a 13 ans
Bernhard
415aadf704
lcd panel bed support
advance and ultipanel not any more in default config
il y a 13 ans
Bernhard
06411d5c9e
ultralcd can now also stop the wait loop for the hot-end m109 heating when stopping sd prints.
il y a 13 ans
Bernhard
82c99625fa
instant stop of sd prints from the panel.
il y a 13 ans
Bernhard
5b4625f79c
added a partial release option to "m84" aka "stepper release". If you do tiny layers, you might want to keep the z-axis powered to not loose height positioning after homeing.
il y a 13 ans
Bernhard
cc4a9cdb69
added autostart procedure trigger to the ultralcd menu
il y a 13 ans
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
il y a 13 ans
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.
il y a 13 ans
Bernhard
dfd240b260
overworked autotemp, removed one layer of nesting from the ultralcd.
il y a 13 ans
Bernhard
6d6f323535
make an option if sd-card stop should release the steppers.
il y a 13 ans
Bernhard Kubicek
379ea642e1
make tuneing sub-menu.
il y a 13 ans
Bernhard Kubicek
b21d5193f2
made ultralcd compatible with folders.
il y a 13 ans
Bernhard Kubicek
5ad1d19384
make it compile without sd_support
il y a 13 ans
Bernhard Kubicek
f0154de5b3
found bug that disabled printing from root.
il y a 13 ans
Bernhard Kubicek
869cee74e6
host-based sd card printing seems now to work with folders
il y a 13 ans
Bernhard Kubicek
70abca195a
overworked cardreader for folder support; not finished yet.
il y a 13 ans
Bernhard Kubicek
ab154d5592
project progmem finished: total change with ultipanel: 2456 byte free ram initial. now: 4374 ram.
il y a 13 ans
Bernhard Kubicek
7b70caab7c
made progmem mainly, found one bug in cardreader, added a empty class for cardreader in case no sd support.
il y a 13 ans
Bernhard Kubicek
907daa49af
made loop counters uint8_t most were int(16_t) before
il y a 13 ans
Bernhard Kubicek
fc0064e525
made cardreader more selfsustained
il y a 13 ans
Bernhard Kubicek
01df04e02c
first compile with the cardreader class
il y a 13 ans