Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new param in FeatureSettings menu + toggle ACK in Terminal menu… #1563

Merged
merged 15 commits into from
Jan 30, 2021
Merged
379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_am.ini

Large diffs are not rendered by default.

381 changes: 201 additions & 180 deletions Copy to SD Card root directory to update/Language Packs/language_ca.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_cn.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_cz.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_de.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_du.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_en.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_es.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_fr.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_gr.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_hu.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_it.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_jp.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_pl.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_pt.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_ru.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_sk.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_sl.ini

Large diffs are not rendered by default.

380 changes: 200 additions & 180 deletions Copy to SD Card root directory to update/Language Packs/language_tc.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_tr.ini

Large diffs are not rendered by default.

379 changes: 200 additions & 179 deletions Copy to SD Card root directory to update/Language Packs/language_uk.ini

Large diffs are not rendered by default.

39 changes: 27 additions & 12 deletions Copy to SD Card root directory to update/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,38 @@
# ensure that the following options are enabled in Marlin firmware.
#
# General options:
# EEPROM_SETTINGS (in Configuration.h)
# AUTO_REPORT_TEMPERATURES (in Configuration_adv.h)
# M115_GEOMETRY_REPORT (in Configuration_adv.h)
# M114_DETAIL (in Configuration_adv.h)
# REPORT_FAN_CHANGE (in Configuration_adv.h)
# EMERGENCY_PARSER (in Configuration_adv.h)
# SERIAL_FLOAT_PRECISION 4 (in Configuration_adv.h)
# HOST_ACTION_COMMANDS (in Configuration_adv.h)
#
# Options to support printing from onboard SD:
# SDSUPPORT (in Configuration.h)
# AUTO_REPORT_TEMPERATURES (in Configuration_adv.h)
# AUTO_REPORT_SD_STATUS (in Configuration_adv.h)
# LONG_FILENAME_HOST_SUPPORT (in Configuration_adv.h)
# AUTO_REPORT_SD_STATUS (in Configuration_adv.h)
# SDCARD_CONNECTION ONBOARD (in Configuration_adv.h)
#
# Options to support (Un)Load menu:
# Options to support dialog with host:
# EMERGENCY_PARSER (in Configuration_adv.h)
# SERIAL_FLOAT_PRECISION 4 (in Configuration_adv.h)
# HOST_ACTION_COMMANDS (in Configuration_adv.h)
# HOST_PROMPT_SUPPORT (in Configuration_adv.h)
#
# Options to support M600 with host & (Un)Load menu:
# Options to support dialog with host (as pre requisite)
# NOZZLE_PARK_FEATURE (in Configuration.h)
# ADVANCED_PAUSE_FEATURE (in Configuration_adv.h)
# FILAMENT_LOAD_UNLOAD_GCODES (in Configuration_adv.h)

#
# Options to support Babystep menu:
# BABYSTEPPING (in Configuration_adv.h)
#
# Options to support repeatibility test to test probe accuracy (M48):
# Z_MIN_PROBE_REPEATABILITY_TEST (in Configuration.h)
#
# Options to support aligment of multiple Z steppers using a bed probe (G34):
# Z_STEPPER_AUTO_ALIGN (in Configuration_adv.h)

#--------------------------------------------------------------------
# General Settings
Expand Down Expand Up @@ -187,7 +202,7 @@ marlin_fullscreen:0

#### Marlin Mode Type
# Select Marlin Mode type.
# Options: [LCD12864: 1, LCD2004: 0]
# Options: [LCD2004: 0, LCD12864: 1]
marlin_type:1

#### Marlin Mode Title
Expand Down Expand Up @@ -274,7 +289,7 @@ auto_load_leveling:1

#### TouchMI Settings (on ABL menu)
# Enable this option for settings TouchMI sensor on ABL Menu (Init, Z Offset, Save, Test).
# Options: [enable:1, disable:0]
# Options: [enable: 1, disable: 0]
touchmi_sensor:0

#### Onboard / Printer SD Card Support
Expand Down Expand Up @@ -407,11 +422,11 @@ preheat_temp6:T250 B90
#--------------------------------------------------------------------

#### Default Power Supply Mode
# Options: [OFF: 0, ON: 1, AUTO: 2]
# Options: [enable: 1, disable: 0, auto-detect: 2]
ps_on:0

#### Power Supply Active HIGH
# Options: [HIGH: 1, LOW: 0]
# Options: [enable: 1, disable: 0]
ps_on_active_high:1

#### Power Supply Auto Shutdown Temperature
Expand All @@ -426,7 +441,7 @@ auto_shutdown_temp:50
#--------------------------------------------------------------------

#### Default Filament Runout Sensor
# Options: [NONE: 0, NORMAL: 1, SMART: 2]
# Options: [enable: 1, disable: 0, smart: 2]
fil_runout:0

#### Inverted Filament Runout Logic
Expand Down
Loading