Commit graph

726 commits

Author SHA1 Message Date
dc42
910eca596b Rename Reprap.h to RepRap.h 2017-03-23 19:45:31 +00:00
dc42
cc2fa8d4b7 Rename Reprap.cpp to RepRap.cpp 2017-03-23 19:45:06 +00:00
dc42
c0536d76b2 Update WHATS_NEW.md 2017-03-16 17:15:21 +00:00
David Crocker
18411b92f3 Version 1.18beta2
Fixed homing on CoreXY printers
Added firmware file sanity check
Fixed reply from M290 with no parameters
Limit the number of X grid points so that we can read in height map
files without getting line overflow
If there are too many grid points in a M557 grid definition, suggest a
suitable spacing ti the user
Fix network on Duet Ethernet
Bug fix for FTP directory listing on Duet Ethernet
Limit the rate at which some warning messages are generated
Support VSSA fault detection on new prototype board
2017-03-16 16:55:03 +00:00
dc42
c9e3c69000 Update WHATS_NEW.md 2017-03-16 12:57:24 +00:00
dc42
85d424eaef Update WHATS_NEW.md
Fixed typos
2017-03-16 12:34:40 +00:00
dc42
fffdaf55fe Updated whatsnew for 1.18beta3 2017-03-16 11:59:51 +00:00
dc42
74d0c6cba3 Rename BuildInstructions.txt to BuildInstructions.md 2017-03-13 13:55:09 +00:00
dc42
70c22aef18 Update WHATS_NEW.md 2017-03-13 12:07:14 +00:00
dc42
e1f64f3ba3 Changes to WHATS_NEW.md for 1.18beta2 2017-03-13 12:01:06 +00:00
David Crocker
850760230f Verison 1.18beta2
Temperatures now default to 0C instead of -273C
Handle G2 ande G3 in simulation mode
Implemented M586
Removed support for M557 P parameter. Use a bed.g file instead.
2017-03-13 11:49:07 +00:00
David Crocker
f42a0f9b95 Correction and tidy-up of ChristophPech's PR
Moved call to ExtrapolateMissing in grid.cpp to what I believe is the
correct place
Tidied up code to fix compiler warnnigs and confirm to style guidelines
2017-03-08 17:26:27 +00:00
Christoph Pech
21afa80314 - HeightMap grid extrapolation of missing probe points by linear least squares (#83)
- reduced complexity of interpolation due to consistent grid
2017-03-08 14:49:09 +00:00
Christoph Pech
ed9b895275 Grid leveling bugfixes (#82)
* calculate recipSpacing while loading heightmap.csv

* HeightMap::Interpolate2 was the wrong way around

* Grid interpolation bounds checks
2017-03-06 18:40:34 +00:00
dc42
28f708087c Update BuildInstructions.txt 2017-02-25 16:44:09 +00:00
dc42
512e113f99 Update BuildInstructions.txt 2017-02-25 16:43:36 +00:00
David Crocker
95bb295716 1.18beta1 for Duet Ethernet
Reduced SPI speed to avoid data corruption when uploading files
FTP directory listings now work on Duet Ethernet. File transfers still
don't work.
2017-02-24 13:50:57 +00:00
dc42
b226c7262f Update WHATS_NEW.md 2017-02-21 20:32:32 +00:00
dc42
0f66e3784c Update WHATS_NEW.md 2017-02-21 20:31:13 +00:00
dc42
14e98d578a Fixed typos in whatsnew 2017-02-21 20:30:00 +00:00
David Crocker
7724eed928 Version 1.18betas1
- Baby stepping is now implemented using the M290 command. The
accumulated baby stepping amount is reported in M408 replies.
- Faster
and easier-to-use auto tune algorithm with more consistent dead time
measurement
- M109, M190 and M191 commands now send the temperatures
ponce a second if the command cam form the USB port and Marlin emulation
is chosen
- The name of the firmware file to load is now passed to IAP,
so that iap4e.bin cab be used on both the Duet WiFi and the Duet
Ethernet
- Reduced the Duet WiFi VIN over-voltage detection threshold
from 29.5V to 29.0V

Bug fixes
- On the Duet WiFi, if you sent command
M122 while the machine was printing then occasionally it would stop and
reset due to a watchdog timeout
- If multiple input sources sent
overlapping G4 (dwell) commands, either or both of them wold not be
executed correctly
2017-02-21 20:16:26 +00:00
dc42
c4d3b9eb8d Version 1.18beta1 2017-02-21 20:15:11 +00:00
David Crocker
7df2717ebd Version 1.18alpha2
Initial implementation of babysteppnig
Fixed some issues with file upload and FTP networking on Duet Ethernet
(but FTP notr working yet)
Pass the name of the firmware file to IAP
Duet Ethernet and Duet 085 now each have their own Webserver modules
2017-02-17 09:04:02 +00:00
David Crocker
8e5c83a186 Release 1.17e
Fixed divide by zero bug in LWIP (affected Duet 085 build only)
G29 S1 now clears bed transform before loading height map
M122 software reset data now includes a stack dump if the reason was a
hard fault
M122 now reports the type of bed compensation in use
2017-02-10 17:34:06 +00:00
David Crocker
8f6d8e9da7 Version 1.17d+1
Save several words of stsck after a hard fault and print them in the
M122 software reset report
Increased the maximum step frequency before the firmware switches to
double stepping
Added diagnostic test for timing the square root calculation
Minor firmware optimisations
2017-02-08 10:45:37 +00:00
dc42
f35c8cb759 Update WHATS_NEW.md 2017-01-28 22:51:32 +00:00
dc42
2521b9870d Update WHATS_NEW.md 2017-01-28 18:00:22 +00:00
David Crocker
2984b6ac32 Version 1.17d
Fixed bug with resetting extruder position introduced at version 1.17c+1
G2, G3 and M206 now take account of the mm/inches setting
Fixed bug with second SD card on Duet085 and RADDS builds
M102 command generated by D3D is now sliently ignored
2017-01-28 17:59:09 +00:00
dc42
dff384dcc7 Update WHATS_NEW.md 2017-01-28 17:57:36 +00:00
dc42
87208e3ec8 Version 1.17d 2017-01-28 17:39:22 +00:00
dc42
0d2a7b0508 Update WHATS_NEW.md 2017-01-26 15:43:26 +00:00
dc42
9ef3ab4c4f Updated WHATS_NEW for version 1.17c+2 2017-01-26 14:51:46 +00:00
David Crocker
0bef35d58f Added Duet 085 and RADDS builds of version 1.17c
Also corrected compiler settings for Duet 085 and RADDS builds
2017-01-26 13:32:58 +00:00
David Crocker
af25fb286e Version 1.17c+2
Fixed bug in G2 and G3 commands (I and J parameters were not always
being assumed to be relative to current X and Y)
Hard fauld handler now stores the faulting PC and status registers in
the software reset data
2017-01-24 15:56:11 +00:00
David Crocker
8963082a38 Version 1.17c+1
Removed O3 optimisation pragmas because they inhibited function
inlining, making performance worse
Implemented G2 and G3 commands, inclusing corkscrew moves
Firmware retraction/unretraction now defaults to 2.0/2.0 instead of
1.0/2.0
Bug fix: absolute extrusion didn't work when using a mixing tool
2017-01-20 21:00:38 +00:00
David Crocker
120987ff63 Version 1.17c+1
Implemented G2 and G3
Fixed bug: couldn't update WiFi server or DWC on Duet WiFi after sending
M997 S3
Disable the uart used to update the WiFi module during normal WiFi
operation
2017-01-19 20:11:04 +00:00
David Crocker
d5e7dfba41 Added RADDS build of 1.17c 2017-01-17 17:50:42 +00:00
David Crocker
efcb1e5ce6 Version 1.17c
New features:

The layer height comment in gcode files produced by Matter Control is
now recognised
M101 and M103 (firmware retraction commands generated by Simplify3D) are
now recognised
G20 bed probing now prints the mean height error and RMS deviation to 3
decimal places

Bug fixes:

G30 with no parameters now sets the machine position to the Z probe
trigger height instead of the user position. This means that running G28
(home) and G29 (bed probe) alternately no longer causes the bed height
map to creep up or down in average height when Z homing uses the Z
probe. However, it means that the Z height displayed after a G30 command
is no longer always the same as the Z probe trigger height.
In firmware 1.17 the speed change command by the M220 command got
delayed until the next G1 or G0 command with an F parameter was read.
In firmware 1.16 and 1.17 the acceleration used in G11 un-retraction
commands was sometimes incorrectly reduced if pressure advance was
configured on a different extruder.
In firmware 1.16 and 1.17 when pressure advance was configured, the
extruder acceleration limit implied by pressure advance used the
pressure advance value for the wrong extruder.
Firmware retraction did not work if additional axes had been configured
e.g. for an IDEX printer.
G29 commands using the P parameter with an upper case M in the filename
were recognised as M commands instead
2017-01-14 18:52:12 +00:00
dc42
15114700f0 Update WHATS_NEW.md
Added changed for release 1.17c
2017-01-14 18:14:31 +00:00
dc42
2f2b163d52 Update WHATS_NEW.md 2017-01-11 20:48:10 +00:00
David Crocker
34aaad24a3 Renamed WHATS_NEW to WHAT_NEW.md
...so that it soft-wraps when displayed.
2017-01-07 20:21:56 +00:00
dc42
2c0fa403d8 Update WHATS_NEW 2017-01-07 20:19:36 +00:00
dc42
f142f8f16e Update WHATS_NEW for version 1.17b 2017-01-07 19:34:05 +00:00
David Crocker
8326ef9413 Version 1.17b
Fixed bug with M226
Addede new "T" (tool change) status in web server and M408 responses
2017-01-07 19:30:15 +00:00
David Crocker
f9bdece077 Implemented 'T' printer status code in M408 and web response 2017-01-07 12:37:46 +00:00
David Crocker
0ae1b2ecd8 Preparation for release 1.17b (no binaries included)
Fixed bug in M226 handling (thanks chrishamm)
Z probe modulation signal is now driven high only during probing move
for Z probe types 4 upwards
Updated DuetWebCobtrol to 1.14
2017-01-07 10:44:44 +00:00
dc42
983271f403 Update README.md 2017-01-05 15:18:32 +00:00
dc42
9ed1548619 Update README.md 2017-01-05 15:18:11 +00:00
David Crocker
660e9c7d1c Version 1.17a
Homing speed:
- The speed factor (M220 command, or speed control in DWC and PanelDue)
no longer affects the speed of homing moves or other special moves (i.e.
G1 commands with S1 or S2 parameter)

Bug fixes:
- Fixed the M120 (Push)
command
- Setting relative extruder movement (M83) or a feed rate (G1
Fxxx) in config.g now works again
- The F (feed rate) parameter is now
processed correctly on a G1 command with the R parameter
- If you used
M106 to change a fan PWM frequency, the change did not take place until
you next changed the speed
- On boards with SAM3X processors, due to a
chip bug the fan speed was sometimes incorrect if you changed the PWM
frequency
- If an http client requested a non-existent file that was not
an HTML file, the server incorrectly returned a 404 HTML page
2017-01-03 09:50:33 +00:00
dc42
8533302849 Update WHATS_NEW 2017-01-03 09:47:53 +00:00