diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 4454e85b..86de33ea 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -71,7 +71,7 @@ /** * Defines a generic printer name to be output to the LCD after booting Marlin. */ - #define MACHINE_NAME "Anycubic i3 MEGA S" + #define MACHINE_NAME "Knutwurst's Anycubic i3 MEGA" /** * The SOURCE_CODE_URL is the location where users will find the Marlin Source diff --git a/README.md b/README.md index ddd5f1b5..a61aee38 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Bekannte Bugs: --- +### Bilder + +![Manual Mesh Bed Leveling](images/Mesh_Level.jpg) + +![Ultra Fine mesh tuning](images/Fine_Tuning.jpg) + +![Enable or Disable Filament Runout Sensor](images/Filament_Sensor_on_off.jpg) + +--- + ### FAQ: >Knutwurst, wieso machst du auch noch so eine Firmware? Es gibt doch schon so viele? diff --git a/images/Filament_Sensor_on_off.jpg b/images/Filament_Sensor_on_off.jpg new file mode 100644 index 00000000..ca3fa8ff Binary files /dev/null and b/images/Filament_Sensor_on_off.jpg differ diff --git a/images/Fine_Tuning.jpg b/images/Fine_Tuning.jpg new file mode 100644 index 00000000..91da3948 Binary files /dev/null and b/images/Fine_Tuning.jpg differ diff --git a/images/Mesh_Level.jpg b/images/Mesh_Level.jpg new file mode 100644 index 00000000..2ddee075 Binary files /dev/null and b/images/Mesh_Level.jpg differ