Markus Hitter
03b52e0340
gcode_parse.c: don't double-initialize last_field or read_digit.
...
Saves 64 bytes binary size.
2011-03-06 23:30:15 +01:00
Michael Moon
c177756913
don't mess up return data stream if numbers have too much precision
2011-03-05 15:54:36 +11:00
Markus Hitter
5c0dde4e14
Changed M110 to match the description in the RepRap Wiki.
2011-03-03 09:40:55 +01:00
Markus Hitter
bdeb4827fc
gcode_parse.c: replace some ints by uints to double the range.
...
This is without accuracy or other losses and should finally make
decfloat_to_int() free of variable overflow within the decribed
ranges. Surprisingly, this costs 14 bytes program size.
2011-02-27 11:51:19 +01:00
Markus Hitter
f985de8a54
gcode_parse.c: make decfloat_to_int handle all uints.
...
This saves 10 bytes of binary size and possible headaches (negative factors).
2011-02-25 11:54:22 +01:00
Markus Hitter
758893c275
gcode_parse.c: ditch ASTERISK_IN_CHECKSUM_INCLUDED.
2011-02-25 11:49:51 +01:00
Markus Hitter
2c53dbe2a8
gcode_parse: limit decimal ranges by decfloat_to_int()'s demands.
...
Formerly, it was limited by variable bit ranges, which allowed
more than decfloat_to_int() can swallow.
2011-02-23 02:52:51 +01:00
Markus Hitter
0dc623d4eb
gcode_parse.c: added comments, which show possible variable overflows.
...
Stay tuned, the fix is just around the corner.
2011-02-23 02:52:27 +01:00
Michael Moon
72adba5a58
apparently repg expects N preceding line numbers in resend requests
2011-02-19 13:09:21 +11:00
Michael Moon
d06a365f54
G4 uses millisecond units now apparently, instead of seconds
2011-02-17 14:05:13 +11:00
Markus Amsler
3aa7fc83e4
M140: S value is a temperature
2011-02-15 13:21:45 +11:00
Michael Moon
79674da51b
try to make E behave
2011-02-12 22:20:18 +11:00
Stephan Walter
4febbea2f8
fix decfloat_to_int, Less divisions in decfloat_to_int.
...
Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
2011-01-11 19:20:17 +11:00
Michael Moon
1fa0036008
fix arithmetic error
2011-01-10 10:15:42 +11:00
Markus Hitter
719a9d32b5
gcode_parse.c: Limit the digits right of the decimal.
...
Previously, variables in decfloat_to_int() could overflow due to
excess precision, like Z2.0000000.
2011-01-08 12:15:13 +11:00
Michael Moon
56ce863024
fix typo
2011-01-07 23:13:00 +11:00
Michael Moon
096d7dfdf3
Merge release-candidate-triffid branch
2011-01-07 23:09:13 +11:00
Michael Moon
209dfe66bd
prepare for protocol changes ie responses after ok instead of separate line
2010-10-21 21:44:28 +11:00
Michael Moon
56c355c5bd
split gcode parse/process into separate files for readability
2010-10-20 17:51:49 +11:00