Steffen Vogel
4a1f34c522
added logo to README
10 years ago
Steffen Vogel
e351eec169
added logo for GitHub Readme
10 years ago
Steffen Vogel
6f137bbe3e
updated compilation/configuring instructions
10 years ago
Steffen Vogel
5db6ffc03e
fixed line endings
10 years ago
Steffen Vogel
abea094f90
fixed hyperlinks
10 years ago
Steffen Vogel
04eafe3d04
splitted huge README.md in several sections and moved them to the
Documentation directory
10 years ago
Erik van der Zalm
a06700a14b
Revert "issue 968 for dev branch"
10 years ago
andrewsil1
489b4fd3a5
Fix grammar/typos in new Configuration.h option
(For the SLOW_PWM_HEATERS option)
10 years ago
Bo Herrmannsen
fdf9dbb6fe
added link to google hangout
10 years ago
Steffen Vogel
8d7bfd03d8
moved/renamed documentation stuff to top-level directory
10 years ago
Bo Herrmannsen
3c9e6b7b62
added link for pic to hex converter
10 years ago
Bo Herrmannsen
0e760274bd
changed reprap logo to marlin logo
10 years ago
Bo Herrmannsen
b291a422e9
added square png version of logo
406*406 pixels
10 years ago
Bo Herrmannsen
8813978766
Merge pull request #1330 from avluis/feature-request
Update Marlin Firmware URL
10 years ago
Luis E Alvarado
7ae548cf34
Update Marlin Firmware URL
10 years ago
Erik van der Zalm
8f9067faa6
Added marlin logos. (Designed by Ahmet Cem TURAN)
10 years ago
Bo Herrmannsen
addf52fd4a
Merge pull request #1328 from DinoMesina/development
Some corrections and new features
10 years ago
Bo Herrmannsen
e9ddd21aef
Update README.md
10 years ago
DinoMesina
2d7d43b64c
Merge pull request #1 from DinoMesina/master
Master
10 years ago
Dino Del Favero
5cfe13f240
Correct some mistakes
10 years ago
Bo Herrmannsen
9852252bca
Update README.md
10 years ago
Bo Herrmannsen
1c33310363
Update README.md
10 years ago
Bo Herrmannsen
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
10 years ago
Bo Herrmannsen
501fe97c00
changed some stuff near IDE
10 years ago
Dino Del Favero
c7e2d73039
Merge branch 'development'
ok
10 years ago
Alex Borro
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.
10 years ago
Dino Del Favero
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
10 years ago
DinoMesina
6730335657
Update Configuration.h
10 years ago
Bo Herrmannsen
1a57644b0c
Update README.md
10 years ago
Bo Herrmannsen
80afded132
Update README.md
10 years ago
Bo Herrmannsen
028fe129a5
Update README.md
10 years ago
Bo Herrmannsen
d7a2dd676e
Update README.md
10 years ago
Bo Herrmannsen
b3f2b30347
Update README.md
10 years ago
Bo Herrmannsen
4ffecdbf7d
Merge pull request #1313 from wgm4321/Development
Re-enable filament menu with recalc fix when enabling/disabling mm3
10 years ago
Bo Herrmannsen
2dfdf4b55c
Merge pull request #1320 from stv0g/Development
replaced ASCII GPL v3 license by markdown version
10 years ago
Bo Herrmannsen
358759cb52
Update README.md
10 years ago
Bo Herrmannsen
93c8b2a40b
added irc channel
10 years ago
Steffen Vogel
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
10 years ago
Bo Herrmannsen
5a5b95edbf
Merge pull request #1319 from stv0g/Development
Cleanup and refactoring of termistor LUT generator (fixes bug #1305 )
10 years ago
Steffen Vogel
f25e793cff
rename stepper lookup table scipt to be consistent with termistor lookup table script
10 years ago
Steffen Vogel
df17a6a1b4
fix #1305 by proposed workaround (thanks gaby64)
10 years ago
Steffen Vogel
f7e65935fb
make use of power operator
10 years ago
Steffen Vogel
4e02aff9b5
automatically determine min/max temp for terminator
10 years ago
Steffen Vogel
81363bc441
more cleanups
10 years ago
Steffen Vogel
95f4a55820
refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
10 years ago
Steffen Vogel
21205cc3d8
more cleanups in the termistorTable generation script
10 years ago
Steffen Vogel
fb0996b5db
improved output aligment and precision
10 years ago
Steffen Vogel
538231edfd
cosmetic whitespace cleanup and comments added/updated
10 years ago
wgm4321
067b509479
Re-enable filament menu with recalc fix when enabling/disabling mm3
10 years ago
wgm4321
a19f2f8ae7
Disable volumetric menu item due to missing recalc of of multipliers when enabled/disabled
10 years ago