Commit Graph

29 Commits

Author SHA1 Message Date
Michael Moon e94482c00c move defines from Makefile to config.h.dist 2010-11-20 13:12:29 +11:00
Michael Moon 8e4b35b0da defines for PT100 sensors- actual code to come later 2010-11-20 12:23:38 +11:00
Michael Moon dfb5de7b33 list temp sensor types in config 2010-11-11 15:03:51 +11:00
Michael Moon cac3cb7221 add comments re mcu type, minor changes to arduino.h 2010-11-11 10:06:59 +11:00
Michael Moon e2063137b5 add GEN3 and HOST defines to config.h 2010-11-11 09:51:46 +11:00
Michael Moon 7dc8f8d8ff make sensor and heater structs visually smaller 2010-11-11 00:55:07 +11:00
Michael Moon cb4e157d62 move TICK_TIME to config.h, add TICK_TIME_MS 2010-11-11 00:52:14 +11:00
Michael Moon 2b1fbe38db preliminary heater sanity check code, disabled by default until tested 2010-11-11 00:51:25 +11:00
Michael Moon 983308a892 specify units for feedrate limits 2010-11-10 23:25:18 +11:00
Michael Moon 37f6dbff23 preliminary DC motor extruder support 2010-11-09 10:59:13 +11:00
Michael Moon 98882e1c69 add temporal step algorithm for testing 2010-11-08 22:13:50 +11:00
Michael Moon a064ea8e37 major rearranging of config.h.dist, hopefully easier to follow for first-timers 2010-11-08 18:27:34 +11:00
Michael Moon 1e287dd6c3 changes by jv4779 via pull request 14 2010-11-08 10:55:15 +11:00
Michael Moon 38cf934594 further integration of gen3 logic 2010-11-08 10:55:15 +11:00
Michael Moon 7aa99095ff exclude code for no-ooze if disabled 2010-11-08 10:55:15 +11:00
Michael Moon 4bdb97c3b7 merge gen3 stuff 2010-11-08 10:55:15 +11:00
Michael Moon d93dcff378 merge multi_temp stuff 2010-11-08 10:54:58 +11:00
dps.lwk a565f31dbb Resend Request changed from "Resend:" to "rs "
As of reprap-mendel-20100806, the RepRap java host expects resend requests using the new "rs " format only, the version before this only excepted "Resend:"

Repsnapper as of SVN 348 accepts both formats.

Also fixed typo in config.h.dist

Traumflug: to avoid breaking compatibility with earlier host versions, I took the chance to additionally introduce a sort of rudimentary version compatibility system.
2010-10-11 23:46:51 +02:00
Markus Hitter 91eb11bd1e Raise precision of STEP_PER_MM_x by factor 1000. 2010-10-10 18:51:39 +02:00
Markus Hitter 2aa98b3131 Fix a typo. 2010-10-10 18:37:19 +02:00
dps.lwk d83c80e383 Added ATmega1280 pin map for Arduino Mega 2010-10-10 13:51:00 +01:00
Markus Hitter 2391dc2901 If there's no HEATER_PIN, there's no heater, so disable the
heater code. Also remove the temp_achieved() declaration
in heater.h, which has no definition in heater.c.

If you wonder about what might be the use of not having a heater,
think about a paste dispenser or an externally heated extruder :-)

Having no heater removes a whopping 1200 bytes of program size.
2010-10-07 23:43:46 +02:00
Markus Hitter 9839ac9fff Move heater macros from config.h to heater.h, as they're
not meant to be user configurable.
2010-10-07 23:43:22 +02:00
Markus Hitter 468b212077 Move micrometer conversion from config.h(.dist) to
dda.c, where it's used.
2010-10-07 21:34:38 +02:00
Markus Hitter e0ffa134bf Move mm -> inch conversion macros from config.h(.dist) to gcode.c,
as this isn't meant to be user configurable.
2010-10-07 21:34:36 +02:00
Markus Hitter da5194a54e Tidy up config.h.dist a bit. 2010-10-07 21:34:34 +02:00
Markus Hitter 4bddf3452f Move stepper macros from config.h(.dist) to dda.c, as they're not
meant to be configured by the user.
2010-10-07 21:34:29 +02:00
Markus Hitter f29c675fcc Wrap the watchdog in #ifdefs and disable it for now. My poor imagination
can't think of a situation where resetting the controller in the middle
of a build would be useful. Even hanging ist better :-/

The difference in program size is just 238 bytes.
2010-10-02 16:15:29 +02:00
Michael Moon e78381c56d Move configuration to config.h.dist 2010-09-27 09:20:07 +10:00