Skip to content

Commit

Permalink
Update Sublime files
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 23, 2018
1 parent a4cdffd commit a2b0260
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion Marlin/src/lcd/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
#include "../feature/leds/leds.h"
#endif

// For i2c define BUZZ to use lcd_buzz
#if DISABLED(LCD_USE_I2C_BUZZER)
#include "../libs/buzzer.h"
#endif
Expand Down
6 changes: 2 additions & 4 deletions Marlin/src/module/probe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,8 @@ bool set_probe_deployed(const bool deploy) {

do_probe_raise(Z_CLEARANCE_DEPLOY_PROBE);

#if PIN_EXISTS(BEEPER) || ENABLED(LCD_USE_I2C_BUZZER)
BUZZ(100, 659);
BUZZ(100, 698);
#endif
BUZZ(100, 659);
BUZZ(100, 698);

const char * const ds_str = deploy ? PSTR(MSG_MANUAL_DEPLOY) : PSTR(MSG_MANUAL_STOW);
lcd_setalertstatusPGM(ds_str);
Expand Down
21 changes: 11 additions & 10 deletions buildroot/share/sublime/MarlinFirmware.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@
"folders":
[
{
"file_exclude_patterns":
[
"Marlin/platformio.ini",
"Marlin/.travis.yml",
"Marlin/.gitignore",
"Marlin/*/platformio.ini",
"Marlin/*/.travis.yml",
"Marlin/*/.gitignore"
],
"folder_exclude_patterns":
[
".pio*",
"MarlinFirmware/lib",
"Marlin/lib",
"src/lib",
"datatmp",
"Marlin/*/src",
".vscode"
],
"binary_file_patterns":
[ "*.png", "*.jpg", "*.jpeg", "*.bdf", "*.patch", "avrdude_5.*", "*.svg" ],
"file_exclude_patterns":
[
"Marlin/platformio.ini",
"Marlin/.travis.yml",
"Marlin/.gitignore",
"Marlin/*/platformio.ini",
"Marlin/*/.travis.yml",
"Marlin/*/.gitignore"
],
"path": "../../.."
}
]
Expand Down
1 change: 1 addition & 0 deletions buildroot/share/sublime/RepRapTools/G-Code.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
#
# G-Code (RepRap, not ISO-6983)
# Author: @thinkyhead
#
# RapRap G-Code is very simple.
#
Expand Down

0 comments on commit a2b0260

Please sign in to comment.