Commit Graph

424 Commits (01655603330b67319fa5dc4be27819099857a006)

Author SHA1 Message Date
AnHardt 3a27a78f9e Commented REPRAP_DISCOUNT_SMART_CONTROLLER again
and removed some tabs.
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.
Scott Lahteine 74e4b42f7e Default MACHINE_NAME to "3D Printer"
Scott Lahteine ccbe2c4ea3 Apply CUSTOM_MACHINE_NAME to configurations
- Replace “Mendel” with “RepRap”
Edward Patel 7dc64efe67 Added sanity check for MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS
Scott Lahteine 4788b59300 Thermistor values for configurator
Scott Lahteine 7431ef7e2d Merge branch 'Development' into dev_version
Latest upstream commits
Scott Lahteine eb6e3886f4 Set version to "1.0.3 dev"
Edward Patel a9ed39b12d Moved checks into SanityCheck.h + removed previous added checks.
Edward Patel 002340f32c Merge branch 'Development-Marlin' into Development
Scott Lahteine 967db181d0 Latest upstream commits
Edward Patel d27c82a450 Added check for Delta printers in Mesh, #error not yet supported.
Edward Patel 9a093b2e8f Added #error + mention not to enable ABL and Mesh at the same time
Richard Wackerbarth 46474cf2f2 Incorporate @section headers from configurator
Edward Patel d24ea7c03f Added Comment in hope of github seeing these updates
Edward Patel ea10601406 Merge branch 'Development-Marlin' into Development
Conflicts:
	Marlin/Configuration.h
	Marlin/Marlin_main.cpp
quillford b02a55e60f Fixed scara directions
Config said for a delta instead of for a scara
Scott Lahteine c065da52ec Spacing and spelling
Scott Lahteine e0d4368cb5 Minor code cleanup, move NUM_AXIS out of config
Scott Lahteine a469d796e1 Add cleanups needed for
Scott Lahteine c0ca26cd50 Merge branch 'Development' into fixup_probing
Latest upstream commits
Scott Lahteine 0e8182bbf2 Additional pin tests, cleanup
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
Chris Roadfeldt a57862e29f Cleaning up code in prep for merge with upstream.
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.
Chris Roadfeldt c89b8368ee Merge remote-tracking branch 'MarlinFirmware/Development' into Development
Conflicts:
	Marlin/Marlin_main.cpp
Scott Lahteine 6ff1620fcb Merge pull request from thinkyhead/fix_extruder_offset
Fix EXTRUDER_OFFSET compiler error
Scott Lahteine cda4bd4ad9 Correct the comment about M206
Scott Lahteine 935592cf6a offsets off by default
Scott Lahteine 2a45922afe Restore extruder_offset, init more simply
Chris Roadfeldt 45ece5afb1 Merge remote-tracking branch 'MarlinFirmware/Development' into Development
Scott Lahteine ba2c7cb467 Update configs with all the latest
Chris Roadfeldt 3175c70c79 Manually synching back up with MarlinFirmware/Development.
Chris Roadfeldt 3be00cce6f Merge remote-tracking branch 'MarlinFirmware/Development' into Development
Conflicts:
	Marlin/Configuration.h
Scott Lahteine 5e82ed4f30 Restore ENDSTOPPULLUPS in Configuration.h
Chris Roadfeldt 80285251cc More config cleanup work for Z_PROBE_AND_ENDSTOP.
Chris Roadfeldt fe4549cd83 Config file Z_PROBE_AND_ENDSTOP description clean up.
Chris Roadfeldt 6125124d6c Config file cleanup for Z_PROBE_AND_ENDSTOP support.
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
Chris Roadfeldt fd823449ad Added serial message for Z Probe trigger.
Chris Roadfeldt 44b88b41a2 Added credit for code.
Chris Roadfeldt 2979b40a7a Fixed typo in Z Probe and Endstop section.
Chris Roadfeldt 9f3ff14008 Enabled separate Z Probe and Z Axis endstop use at same time.
Typo fixes in comments in existing code.
Scott Lahteine bc2f249cc6 Merge pull request from AnHardt/tm-utf-minus-kanji
The big Language Pack
Scott Lahteine abfcbd793f Merge pull request from chris-bo/rework_lcd_beeper
use only one implementation for beeper feedback
Scott Lahteine 78090275a9 Fix probe range editing
- Increase the probe offset range to -20…20
- Apply the range limits to the menu item
AnHardt 20f909567a Merge https://github.com/MarlinFirmware/Marlin into tm-utf-minus-kanji
Conflicts:
	README.md
Solved
Christian Bohn eab5fad539 code formatting
Scott Lahteine 5eff15c409 Merge branch 'Development' into fixup_leveling
Latest upstream commits
Scott Lahteine 5261d35737 Fix custom m-code behavior
Don’t set CUSTOM_M_CODE_SET_Z_PROBE_OFFSET if there’s no Z probe