93529ad632Added max z feedrate configuration value, default to 120 mm/min. Solution suggested by cakeller98
Emanuele Caruso
2011-05-04 21:05:22 +0200
5a5818c109Made exponential acceleration optional with a #define in configuration.h
Emanuele Caruso
2011-05-04 20:44:50 +0200
51214e5d11Make sure M190 does nothing if no heated bed present. Fix report format to match repsnapper expectations
kliment
2011-05-03 06:49:55 -0700
b629bbafabMerge pull request #7 from sam-ward/master.
kliment
2011-05-03 06:43:28 -0700
b44c32eba4Added support for M190 - Wait for heated bed to reach target temp. Amended Gcode descriptions at top of file.
Sam Ward
2011-05-03 20:30:14 +0800
6566c02656Merge pull request #4 from ScribbleJ/master.
kliment
2011-05-03 00:29:00 -0700
f230275433Changed avrdude to use copy included in Arduino and to precisely match Arduino Env usage.
Christopher Jansen
2011-05-03 02:08:29 -0500
8121c06bc0Merge pull request #6 from kludgineer/master.
kliment
2011-05-02 23:38:20 -0700
bc8f7921c9Merge pull request #5 from sam-ward/master.
kliment
2011-05-02 23:34:20 -0700
61b732cca3Minor changes to comments and fix to upload target for arduino 0022
Christopher Jansen
2011-05-03 01:33:29 -0500
48dc731df4Edited Tonokip_Firmware/Tonokip_Firmware.pde via GitHub
kludgineer
2011-05-02 23:29:15 -0700
6f94a2f5daAdded comments for M28, M29 to list of implemented Gcodes
Sam Ward
2011-05-03 14:29:06 +0800
cc089f4a41Added Makefile and declared required functions in .pde to support it working. Tested on various configs with arduinio-0022. Note you have to edit the first few lines of the Makefile to match your config.
Christopher Jansen
2011-05-03 01:24:32 -0500
e243330338Fix trailing semicolon in #define
kliment
2011-05-02 23:19:36 +0200
eb3940fab4Added watchdog aand minimal temp for greater safety in the case of a disconnected thermistor
kliment
2011-05-01 16:31:46 +0200
3470a47a33Added configuration value for absolute delay microseconds, default to 1. This seems to work better than STEP_DELAY_RATIO and is enabled by default
Emanuele Caruso
2011-05-01 05:13:04 +0200
d8d592179eAdded min constant speed units configuration value for acceleration. Disabled manage_heating while accelerating or decelerating. Updated acceleration configuration values to better default values.
Emanuele Caruso
2011-04-22 21:10:10 +0200
218d454bf4Do not include max6675 functions if they are not in use
kliment
2011-04-22 12:21:59 +0200
f1a2e54b12Sane defaults when thermocouple support is present
kliment
2011-04-22 12:18:12 +0200
86e97c14faFix pin definitions for MAX6675 (SS)
kliment
2011-04-22 12:10:25 +0200
72e4ce1c2cGregfrost thermocouple support - still needs minor cleanup
kliment
2011-04-19 09:26:56 +0200
180f20a1cdUpdated README with important WARNING. Read it if you haven't already!
Emanuele Caruso
2011-04-19 17:05:31 +0200
25d00d4147Performance tweak: removed timediff calculations for extruder steps if the move has X or Y steps, since it is not used in that case
Emanuele Caruso
2011-04-05 16:58:58 +0200
2f151cff4bCode cleaning in linear_move(), no functional enhancement
Emanuele Caruso
2011-04-05 16:42:33 +0200
a71a1ee2abFixed SD card removal and reinsertion. Added support for bed temp reading in newer repsnapper.
kliment
2011-04-05 13:45:46 +0200
698e33c12dRemoved float calculations in the new extruder move algorithm
Emanuele Caruso
2011-04-05 00:48:48 +0200
dc53111a71Fixed extruder issue: the e-move was shorter than other axises
Emanuele Caruso
2011-04-04 21:18:02 +0200
fcd6fe728cCorrections to README from caru's commit
kliment
2011-04-03 20:28:55 +0200
646684a5e4Updated README with important information on how to configure thermistor table(s)
Emanuele Caruso
2011-04-03 20:15:18 +0200
0edb70a105Fixed geometry bug. Implemented Bresenham linear interpolation for X and Y axis. Added acceleration to X and Y axes.
Emanuele Caruso
2011-04-03 05:01:49 +0200
9d080f260bTimediff was not declared with SD disabled
kliment
2011-03-29 08:02:08 +0200
666671e306Fix potential very bad geometry bug
kliment
2011-03-29 07:34:08 +0200
254f42b118Attempt at geometry fix. Catches up to missed steps whenever it finds them.
kliment
2011-03-28 22:57:39 +0200
8562260f00Changed initialization order to enable Mega 2560 users to connect more reliably
kliment
2011-03-28 18:20:55 +0200
00fbfefd12Changed initialization order to enable Mega 2560 users to connect more reliably
kliment
2011-03-28 18:19:03 +0200
a3bd2c88b7Added temp tables to configuration. Made dual temp tables optional. Re-enabled min-z endstop in default config.
kliment
2011-03-28 18:15:38 +0200
6d4dae1115Added support for a heated bed thermistor that can be different from the hot-end thermistor
Emanuele Caruso
2011-03-26 16:48:50 +0100