Scott Lahteine
5c29fda167
Add a warning for DISABLE_[XYZ] options
9 years ago
AnHardt
3a27a78f9e
Commented REPRAP_DISCOUNT_SMART_CONTROLLER again
and removed some tabs.
9 years ago
AnHardt
064f2b37d0
More Beeper clean up.
Centralised beep code to lcd_buzz().
From gcode_M300() and lcd_quick_feedback().
Enforced max. duration for M300 to 5 seconds.
Corrected description in 'Configuration.h'
LCD_FEEDBACK_FREQUENCY_HZ 0 gives now a silent delay of
LCD_FEEDBACK_FREQUENCY_DURATION_MS.
9 years ago
Scott Lahteine
74e4b42f7e
Default MACHINE_NAME to "3D Printer"
9 years ago
Scott Lahteine
ccbe2c4ea3
Apply CUSTOM_MACHINE_NAME to configurations
- Replace “Mendel” with “RepRap”
9 years ago
Edward Patel
7dc64efe67
Added sanity check for MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS
9 years ago
Scott Lahteine
4788b59300
Thermistor values for configurator
9 years ago
Scott Lahteine
eb6e3886f4
Set version to "1.0.3 dev"
9 years ago
Edward Patel
a9ed39b12d
Moved checks into SanityCheck.h + removed previous added checks.
9 years ago
Scott Lahteine
967db181d0
Latest upstream commits
9 years ago
Edward Patel
d27c82a450
Added check for Delta printers in Mesh, #error not yet supported.
9 years ago
Edward Patel
9a093b2e8f
Added #error + mention not to enable ABL and Mesh at the same time
9 years ago
Richard Wackerbarth
46474cf2f2
Incorporate @section headers from configurator
9 years ago
Edward Patel
d24ea7c03f
Added Comment in hope of github seeing these updates
9 years ago
quillford
b02a55e60f
Fixed scara directions
Config said for a delta instead of for a scara
9 years ago
Scott Lahteine
c065da52ec
Spacing and spelling
9 years ago
Scott Lahteine
e0d4368cb5
Minor code cleanup, move NUM_AXIS out of config
9 years ago
Scott Lahteine
a469d796e1
Add cleanups needed for #1772
9 years ago
Scott Lahteine
0e8182bbf2
Additional pin tests, cleanup
9 years ago
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
9 years ago
Chris Roadfeldt
a57862e29f
Cleaning up code in prep for merge with upstream.
9 years ago
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.
9 years ago
Scott Lahteine
cda4bd4ad9
Correct the comment about M206
9 years ago
Scott Lahteine
935592cf6a
offsets off by default
9 years ago
Scott Lahteine
2a45922afe
Restore extruder_offset, init more simply
9 years ago
Scott Lahteine
ba2c7cb467
Update configs with all the latest
9 years ago
Chris Roadfeldt
3175c70c79
Manually synching back up with MarlinFirmware/Development.
9 years ago
Scott Lahteine
5e82ed4f30
Restore ENDSTOPPULLUPS in Configuration.h
9 years ago
Chris Roadfeldt
80285251cc
More config cleanup work for Z_PROBE_AND_ENDSTOP.
9 years ago
Chris Roadfeldt
fe4549cd83
Config file Z_PROBE_AND_ENDSTOP description clean up.
9 years ago
Chris Roadfeldt
6125124d6c
Config file cleanup for Z_PROBE_AND_ENDSTOP support.
9 years ago
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
9 years ago
Chris Roadfeldt
fd823449ad
Added serial message for Z Probe trigger.
9 years ago
Chris Roadfeldt
44b88b41a2
Added credit for code.
9 years ago
Chris Roadfeldt
2979b40a7a
Fixed typo in Z Probe and Endstop section.
9 years ago
Chris Roadfeldt
9f3ff14008
Enabled separate Z Probe and Z Axis endstop use at same time.
Typo fixes in comments in existing code.
9 years ago
Scott Lahteine
78090275a9
Fix probe range editing
- Increase the probe offset range to -20…20
- Apply the range limits to the menu item
9 years ago
Christian Bohn
eab5fad539
code formatting
9 years ago
Scott Lahteine
5261d35737
Fix custom m-code behavior
Don’t set CUSTOM_M_CODE_SET_Z_PROBE_OFFSET if there’s no Z probe
9 years ago
chris-bo
2dfd0e5ce7
Update Configuration.h
documentation how to disable buzzer feedback
9 years ago
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'
9 years ago
Scott Lahteine
7717e1ce33
Fix bad insert in configuration
9 years ago
Scott Lahteine
146501215f
Fix mangled probe_pt calls
- Address issue #1669
- Remove the TOPO_ORIGIN configuration setting
9 years ago
Scott Lahteine
2c9bd15625
Move LCD items to `Conditionals.h`
- `Conditionals.h` is included twice, setting LCD values the first time
9 years ago
Scott Lahteine
b6d381f863
Divide up Conditionals to get LCD items early
9 years ago
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
9 years ago
AnHardt
1883e1bb60
Applied thinkyheads corrections from 2015-03-17
9 years ago
Edward Patel
e983a5ab92
Disable option. Enable for use/test.
9 years ago
Edward Patel
f34b9c83d1
Added comment about MESH_NUM axis points.
9 years ago
Scott Lahteine
a686c9878f
Move TOPO_ORIGIN define to Configuration.h
- Addressing issue #1608
9 years ago