Bo Herrmannsen
590caafa2d
changed ver info
10 년 전
Bo Herrmannsen
3bb9b31515
changed boot logo a bit to test if fat wall goes away
10 년 전
Bo Herrmannsen
47881574ed
Merge pull request #1336 from stv0g/Documentation
Documentation restructuring
10 년 전
Steffen Vogel
26337a56cc
Merge branch 'Documentation' of github.com:stv0g/Marlin into Documentation
10 년 전
Steffen Vogel
eaa462279e
Merge branch 'Development' of github.com:MarlinFirmware/Marlin into Documentation
Conflicts:
README.md
10 년 전
Steffen Vogel
6712179502
updated milestone link
10 년 전
Steffen Vogel
6dc9e87b68
added missing bracket
10 년 전
Steffen Vogel
38669a56cb
updated credits
10 년 전
Steffen Vogel
49b759b804
added credits
10 년 전
Steffen Vogel
6388be0731
reformatting
10 년 전
Steffen Vogel
c98d87935a
reformatting
10 년 전
Steffen Vogel
11a42c3215
fixed formatting issue
10 년 전
Steffen Vogel
d19ef56199
started hardware list
10 년 전
Steffen Vogel
bc91167363
moved licence to Documentation (its linked from the frontpage) to get a cleaner top level dir
10 년 전
Steffen Vogel
fd68d0074b
added missing gcodes description
10 년 전
Steffen Vogel
cf88d61c20
added links to reprap.org and the license
10 년 전
Steffen Vogel
4a1f34c522
added logo to README
10 년 전
Steffen Vogel
e351eec169
added logo for GitHub Readme
10 년 전
Steffen Vogel
6f137bbe3e
updated compilation/configuring instructions
10 년 전
Steffen Vogel
5db6ffc03e
fixed line endings
10 년 전
Steffen Vogel
abea094f90
fixed hyperlinks
10 년 전
Steffen Vogel
04eafe3d04
splitted huge README.md in several sections and moved them to the
Documentation directory
10 년 전
Erik van der Zalm
a06700a14b
Revert "issue 968 for dev branch"
10 년 전
andrewsil1
489b4fd3a5
Fix grammar/typos in new Configuration.h option
(For the SLOW_PWM_HEATERS option)
10 년 전
Bo Herrmannsen
fdf9dbb6fe
added link to google hangout
10 년 전
Steffen Vogel
da192c521f
Merge pull request #1333 from andrewsil1/development
Fix grammar/typos in new Configuration.h option
10 년 전
Erik van der Zalm
0f5cccca4f
Merge pull request #1334 from MarlinFirmware/revert-1311-Development
Revert "issue 968 for dev branch"
10 년 전
Erik van der Zalm
3a30d45c2e
Revert "issue 968 for dev branch"
10 년 전
andrewsil1
269ec9f87f
Fix grammar/typos in new Configuration.h option
(For the SLOW_PWM_HEATERS option)
10 년 전
Bo Herrmannsen
3d2b471c1a
added link to google hangout
10 년 전
Todd Swindoll
506353892e
Rambo Pin documentation and servo support
Updated pins reference and servo support.
cross referenced between Rambo 1.1, 1.2, and 1.3
10 년 전
Steffen Vogel
72912851b8
Merge pull request #1331 from stv0g/Development
moved/renamed documentation stuff to top-level directory
10 년 전
Steffen Vogel
8d7bfd03d8
moved/renamed documentation stuff to top-level directory
10 년 전
Bo Herrmannsen
3c9e6b7b62
added link for pic to hex converter
10 년 전
Bo Herrmannsen
0e760274bd
changed reprap logo to marlin logo
10 년 전
Bo Herrmannsen
b291a422e9
added square png version of logo
406*406 pixels
10 년 전
Bo Herrmannsen
8813978766
Merge pull request #1330 from avluis/feature-request
Update Marlin Firmware URL
10 년 전
Luis E Alvarado
7ae548cf34
Update Marlin Firmware URL
10 년 전
Erik van der Zalm
8f9067faa6
Added marlin logos. (Designed by Ahmet Cem TURAN)
10 년 전
Bo Herrmannsen
addf52fd4a
Merge pull request #1328 from DinoMesina/development
Some corrections and new features
10 년 전
Bo Herrmannsen
e9ddd21aef
Update README.md
10 년 전
DinoMesina
2d7d43b64c
Merge pull request #1 from DinoMesina/master
Master
10 년 전
Dino Del Favero
5cfe13f240
Correct some mistakes
10 년 전
Bo Herrmannsen
9852252bca
Update README.md
10 년 전
Bo Herrmannsen
1c33310363
Update README.md
10 년 전
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 년 전
Bo Herrmannsen
501fe97c00
changed some stuff near IDE
10 년 전
Wurstnase
5de8cce7bf
Merge pull request #2 from MarlinFirmware/development
Dev-Pull
10 년 전
Dino Del Favero
c7e2d73039
Merge branch 'development'
ok
10 년 전
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 년 전