fdf9dbb6fe
added link to google hangout
2015-01-08 18:54:06 +01:00
da192c521f
Merge pull request #1333 from andrewsil1/development
...
Fix grammar/typos in new Configuration.h option
2015-01-08 00:34:01 +01:00
0f5cccca4f
Merge pull request #1334 from MarlinFirmware/revert-1311-Development
...
Revert "issue 968 for dev branch"
2015-01-07 23:41:10 +01:00
3a30d45c2e
Revert "issue 968 for dev branch"
2015-01-07 23:40:17 +01:00
269ec9f87f
Fix grammar/typos in new Configuration.h option
...
(For the SLOW_PWM_HEATERS option)
2015-01-07 12:41:09 -08:00
3d2b471c1a
added link to google hangout
2015-01-07 21:05:28 +01:00
506353892e
Rambo Pin documentation and servo support
...
Updated pins reference and servo support.
cross referenced between Rambo 1.1, 1.2, and 1.3
2015-01-07 11:02:05 -06:00
72912851b8
Merge pull request #1331 from stv0g/Development
...
moved/renamed documentation stuff to top-level directory
2015-01-07 15:50:24 +01:00
8d7bfd03d8
moved/renamed documentation stuff to top-level directory
2015-01-07 15:33:50 +01:00
3c9e6b7b62
added link for pic to hex converter
2015-01-07 14:28:51 +01:00
0e760274bd
changed reprap logo to marlin logo
2015-01-07 14:27:51 +01:00
b291a422e9
added square png version of logo
...
406*406 pixels
2015-01-07 13:00:37 +01:00
8813978766
Merge pull request #1330 from avluis/feature-request
...
Update Marlin Firmware URL
2015-01-07 12:48:21 +01:00
7ae548cf34
Update Marlin Firmware URL
2015-01-07 05:26:47 -06:00
8f9067faa6
Added marlin logos. (Designed by Ahmet Cem TURAN)
2015-01-07 12:21:16 +01:00
addf52fd4a
Merge pull request #1328 from DinoMesina/development
...
Some corrections and new features
2015-01-06 23:52:32 +01:00
e9ddd21aef
Update README.md
2015-01-06 22:22:35 +01:00
2d7d43b64c
Merge pull request #1 from DinoMesina/master
...
Master
2015-01-06 21:59:51 +01:00
5cfe13f240
Correct some mistakes
2015-01-06 21:55:08 +01:00
9852252bca
Update README.md
2015-01-06 21:52:57 +01:00
1c33310363
Update README.md
2015-01-06 21:41:06 +01:00
380c9abf16
removed note on Ramps
...
ramps do have power for the servos, the power comes from the power connector, not sure why this note was even made
2015-01-06 21:15:46 +01:00
501fe97c00
changed some stuff near IDE
2015-01-06 21:12:21 +01:00
5de8cce7bf
Merge pull request #2 from MarlinFirmware/development
...
Dev-Pull
2015-01-06 21:07:47 +01:00
c7e2d73039
Merge branch 'development'
...
ok
2015-01-06 20:18:03 +01:00
422a958a34
Fix CoreXY speed calculation
...
For cartesian bots, the X_AXIS is the real X movement and same for
Y_AXIS.
But for corexy bots, that is not true. The "X_AXIS" and "Y_AXIS" motors
(that should be named to A_AXIS
and B_AXIS) cannot be used for X and Y length, because A=X+Y and B=X-Y.
So we need to create other 2 "AXIS", named X_HEAD and Y_HEAD, meaning
the real displacement of the Head.
Having the real displacement of the head, we can calculate the total
movement length and apply the desired speed.
2015-01-06 16:39:48 -02:00
038fccd7a1
I have added some code in the "temperature.cpp" for have the possibility of control the time of the states with the heater drived by relays, with this feature now it is possible use PID function in conjunction with relay to control the temperature. I have made some tests and the temperature stay always in the range of +-1°C from the setted temp.
...
There is the possibility of turn on this features adding "#define SLOW_PWM_HEATERS" in Configuration.h
2015-01-06 18:32:17 +01:00
6730335657
Update Configuration.h
2015-01-06 18:06:02 +01:00
1a57644b0c
Update README.md
2015-01-06 17:12:17 +01:00
80afded132
Update README.md
2015-01-06 17:10:05 +01:00
028fe129a5
Update README.md
2015-01-06 17:09:19 +01:00
d7a2dd676e
Update README.md
2015-01-06 15:45:51 +01:00
b3f2b30347
Update README.md
2015-01-06 15:44:26 +01:00
4ffecdbf7d
Merge pull request #1313 from wgm4321/Development
...
Re-enable filament menu with recalc fix when enabling/disabling mm3
2015-01-06 13:47:49 +01:00
2dfdf4b55c
Merge pull request #1320 from stv0g/Development
...
replaced ASCII GPL v3 license by markdown version
2015-01-06 12:30:54 +01:00
358759cb52
Update README.md
2015-01-06 12:02:42 +01:00
93c8b2a40b
added irc channel
2015-01-06 11:59:11 +01:00
672f764b4d
replaced ASCII GPL v3 license by markdown version
...
moved new COPYING file to top-level directory to make it more visible and remove clutter from Marlin subduer
2015-01-06 11:49:05 +01:00
5a5b95edbf
Merge pull request #1319 from stv0g/Development
...
Cleanup and refactoring of termistor LUT generator (fixes bug #1305 )
2015-01-06 11:25:07 +01:00
f25e793cff
rename stepper lookup table scipt to be consistent with termistor lookup table script
2015-01-06 10:30:20 +01:00
df17a6a1b4
fix #1305 by proposed workaround (thanks gaby64)
2015-01-06 10:29:26 +01:00
f7e65935fb
make use of power operator
2015-01-06 10:28:43 +01:00
4e02aff9b5
automatically determine min/max temp for terminator
2015-01-06 10:28:19 +01:00
81363bc441
more cleanups
2015-01-06 10:27:40 +01:00
95f4a55820
refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
2015-01-06 08:24:59 +01:00
21205cc3d8
more cleanups in the termistorTable generation script
2015-01-06 08:23:51 +01:00
fb0996b5db
improved output aligment and precision
2015-01-06 08:20:52 +01:00
538231edfd
cosmetic whitespace cleanup and comments added/updated
2015-01-06 08:20:20 +01:00
067b509479
Re-enable filament menu with recalc fix when enabling/disabling mm3
2015-01-05 22:29:29 -05:00
a19f2f8ae7
Disable volumetric menu item due to missing recalc of of multipliers when enabled/disabled
2015-01-04 22:15:16 -05:00