Edward Patel
d24ea7c03f
Added Comment in hope of github seeing these updates
10 vuotta sitten
quillford
b02a55e60f
Fixed scara directions
Config said for a delta instead of for a scara
10 vuotta sitten
Scott Lahteine
c065da52ec
Spacing and spelling
10 vuotta sitten
Scott Lahteine
e0d4368cb5
Minor code cleanup, move NUM_AXIS out of config
10 vuotta sitten
Scott Lahteine
a469d796e1
Add cleanups needed for #1772
10 vuotta sitten
Scott Lahteine
0e8182bbf2
Additional pin tests, cleanup
10 vuotta sitten
Edward Patel
6b91b7b411
Mesh bed leveling: Added G29 S3 + finer steps in manual probing.
* Use "G29 S3 Xn Yn Zn.nn" to modify bad probed point manually
* Changed manual Z steps from 0.05 to 0.025 and made brought it to Configuration.h
10 vuotta sitten
Chris Roadfeldt
a57862e29f
Cleaning up code in prep for merge with upstream.
10 vuotta sitten
Chris Roadfeldt
a508d835db
Changed Z_PROBE_AND_ENDSTOP to Z_PROBE_ENDSTOP.
Updated documentation in Configuration.h.
Cleaned up and commented some code relating to Z_PROBE_ENDSTOP.
Separated Z_MIN_ENDSTOP and Z_PROBE_ENDSTOP completely.
10 vuotta sitten
Scott Lahteine
cda4bd4ad9
Correct the comment about M206
10 vuotta sitten
Scott Lahteine
935592cf6a
offsets off by default
10 vuotta sitten
Scott Lahteine
2a45922afe
Restore extruder_offset, init more simply
10 vuotta sitten
Scott Lahteine
ba2c7cb467
Update configs with all the latest
10 vuotta sitten
Chris Roadfeldt
3175c70c79
Manually synching back up with MarlinFirmware/Development.
10 vuotta sitten
Scott Lahteine
5e82ed4f30
Restore ENDSTOPPULLUPS in Configuration.h
10 vuotta sitten
Chris Roadfeldt
80285251cc
More config cleanup work for Z_PROBE_AND_ENDSTOP.
10 vuotta sitten
Chris Roadfeldt
fe4549cd83
Config file Z_PROBE_AND_ENDSTOP description clean up.
10 vuotta sitten
Chris Roadfeldt
6125124d6c
Config file cleanup for Z_PROBE_AND_ENDSTOP support.
10 vuotta sitten
Chris Roadfeldt
324c14943b
Bug fixes for Z_PROBE_AND_ENDSTOP.
Code cleanup for Z_PROBE_AND_ENDSTOP.
Added Z_PROBE_PIN to pins_RAMPS_13.h
10 vuotta sitten
Chris Roadfeldt
fd823449ad
Added serial message for Z Probe trigger.
10 vuotta sitten
Chris Roadfeldt
44b88b41a2
Added credit for code.
10 vuotta sitten
Chris Roadfeldt
2979b40a7a
Fixed typo in Z Probe and Endstop section.
10 vuotta sitten
Chris Roadfeldt
9f3ff14008
Enabled separate Z Probe and Z Axis endstop use at same time.
Typo fixes in comments in existing code.
10 vuotta sitten
Scott Lahteine
78090275a9
Fix probe range editing
- Increase the probe offset range to -20…20
- Apply the range limits to the menu item
10 vuotta sitten
Christian Bohn
eab5fad539
code formatting
10 vuotta sitten
Scott Lahteine
5261d35737
Fix custom m-code behavior
Don’t set CUSTOM_M_CODE_SET_Z_PROBE_OFFSET if there’s no Z probe
10 vuotta sitten
chris-bo
2dfd0e5ce7
Update Configuration.h
documentation how to disable buzzer feedback
10 vuotta sitten
AnHardt
94330705c7
Move definition of PIDdT back to temperature.h
make it unconditional
remove all definitions in the 'Configuration.h's
remove form 'Conditionals.h'
10 vuotta sitten
Scott Lahteine
7717e1ce33
Fix bad insert in configuration
10 vuotta sitten
Scott Lahteine
146501215f
Fix mangled probe_pt calls
- Address issue #1669
- Remove the TOPO_ORIGIN configuration setting
10 vuotta sitten
Scott Lahteine
2c9bd15625
Move LCD items to `Conditionals.h`
- `Conditionals.h` is included twice, setting LCD values the first time
10 vuotta sitten
Scott Lahteine
b6d381f863
Divide up Conditionals to get LCD items early
10 vuotta sitten
Scott Lahteine
670006b919
Remove invariant code from Configurations
- Add `Conditionals.h` with calculated configuration values
- Add `SanityCheck.h` with checks for configuration errors
- Remove equivalent code from all configurations
- Move error checks from some sources to `SanityCheck.h` also
- Fix initialization of count_direction in stepper.cpp
10 vuotta sitten
AnHardt
1883e1bb60
Applied thinkyheads corrections from 2015-03-17
10 vuotta sitten
Edward Patel
e983a5ab92
Disable option. Enable for use/test.
10 vuotta sitten
Edward Patel
f34b9c83d1
Added comment about MESH_NUM axis points.
10 vuotta sitten
Scott Lahteine
a686c9878f
Move TOPO_ORIGIN define to Configuration.h
- Addressing issue #1608
10 vuotta sitten
Edward Patel
8005d22c81
Added menu option for bed leveling.
10 vuotta sitten
Edward Patel
0e51e53813
WIP. Adding bed leveling code.
10 vuotta sitten
AnHardt
2f374f1465
Removed Kanji.
10 vuotta sitten
AnHardt
96f8d20f2f
Change selection logic another time
Automatic selection was to unflexible.
Updated documentation
Updated language files to new logic and documentation.
Updated bdf2u8g.exe
10 vuotta sitten
AnHardt
5bafb1fe1f
Add user test to language_test.h and make it default.
Improve description in Configuration.h
10 vuotta sitten
alexborro
9157cbd8f3
Add Travel Acceleration and change the M204 options
Added option to set Travel Acceleration (non printing moves).
The M204 options was a non sense (S for printing moves and T for retract
moves).
It has been changed to:
P = Printing moves
R = Retract only (no X, Y, Z) moves
T = Travel (non
printing) moves
I will add this info o G-Code wiki in reprap.org. I also advise to put
this info in Marlin next version changelog.
10 vuotta sitten
AnHardt
817751d4b9
Added new languages, the Cyrillic display and a test language to find out your hardware.
10 vuotta sitten
alexborro
5bf42066fa
Fix typo in configuration.h
10 vuotta sitten
alexborro
8a4b62d081
Set more regular setup in configuration.h
10 vuotta sitten
alexborro
60ceca1bc1
Add speed configuration for home-bumping movement
10 vuotta sitten
Mehmet Sutas
cfc6a3a87a
Filament Runout Sensor Feature
With this change a mechanical or optical switch may be used to check the
availability of the filament and when the filament runs out an M600
(filament change) command is issued. This is only done while printing
with an SD card.
This feature was requested several times (issue #679 ), but the requests
were not accepted since it was believed that this situation should be
handled at host side. However during an SD print the control is totally
on firmware and I think that during an SD print it should be handled by
the firmware.
The original code was posted at reprap forum
(http://forums.reprap.org/read.php?1 ,297350) by Lazymonk. I have only
corrected some bugs of the code and improved it by adding definitions to
the configuration.h in order to make it more standardized.
10 vuotta sitten
maverikou
e6862700af
Add Z_RAISE_AFTER_PROBING to all config files
10 vuotta sitten
Scott Lahteine
0f3b7d5575
Update annotated configurations
- Also update base configs
10 vuotta sitten