Commit graph

10 commits

Author SHA1 Message Date
Jeff Epler
013bc037ca Fix compilation issues on Debian Wheezy
.. which uses Arduino 1.0.1 with gcc-avr 4.7.2-2.

SIG_USART0_RECV is forbidden to use, even in a #ifdef test.

PROGMEM data must additionally be const. (not all instances fixed,
for instance I didn't touch he NUM_EXTRUDER>2 case)

prog_char is deprecated but available by defining __PROG_TYPES_COMPAT__
before including pgmspace.h.
2013-07-14 16:25:09 -05:00
johnoly99
164f05e7ea Added new EZStruder steps per values 2013-06-12 12:59:30 -04:00
johnoly99
66834930fd Fixed merge of wrong versions
Getting compile errors from merging wrong versions, now fixed!
2013-05-01 15:45:11 -04:00
johnoly99
d0dcbeed3a minor edits
fixed links to fw github
2013-05-01 14:01:08 -04:00
johnoly99
10e5472383 Fixed jerkiness in rapid moves
Merged code fixes for jerky movements at fast speeds per Repetier
2013-05-01 13:38:27 -04:00
johnoly99
b9061ae98b pin fixes fro heated bed w/dual ext
changed pins
2013-04-25 12:53:49 -04:00
johnoly99
bb6b5d027d Adjusting PID temp settings and misc
Adjusted PID values for the hotend, and disabled ARC support so it will
ignore arc commands.
2013-04-24 12:12:48 -04:00
johnoly99
e0dcc46b8c Updating accel/links
Updated some accell settings for more reliable, skip free prints, and
changed the serial output to show the link to the actual firmware
location
2013-04-22 07:56:57 -04:00
johnoly99
4fdb58d2a0 labeling, wording changes
Misc. wording fixes, adjusted accel down a tad
2013-04-18 15:19:20 -04:00
johnoly99
46729d116b Initial upload
Initial uploading of firmware to seemecnc git
2013-04-17 13:36:51 -04:00