Skip to content

Commit

Permalink
V1.15.0
Browse files Browse the repository at this point in the history
* READ ME updates, major change to "What Steps To Take After Installing This Firmware"
* Enabled LCD_BED_LEVELING
* Updated all PRE BUILTS to latest version
* Added 'XY-Steps' in CUSTOMIZE PRINTER sections
  * For special case / custom motors
* Added 'Z-Steps' in CUSTOMIZE PRINTER sections
  * For special case / custom motors
* Added HAS_MICRO_SWISS_BOWDEN_DUEL_GEAR
* Removed ENDER_3_427_CR_BL_TOUCH_WITH_THERMISTOR_61
  * This was a special case and can easily be customized now
* Removed ENDER_3_422_CR_BL_TOUCH_WITH_THERMISTOR_61
  * This was a special case and can easily be customized now
* Removed ENDER_3_427_Z_SWITCH
  * People on total stock hardware tend not to update the firmware
* Removed ENDER_3_422_Z_SWITCH
  * People on total stock hardware tend not to update the firmware
* Removed ENDER_3_422_CR_BL_TOUCH_SPRITE_EXTRUDER
  * Special case, can be done in customizer now
* Removed ENDER_3_427_CR_BL_TOUCH_SPRITE_EXTRUDER
  * Special case, can be done in customizer now
* Added PINS section for "Customize Printer" section
  * This is for special board cases who don't like the default
  • Loading branch information
ADeliciousMan committed Oct 26, 2023
1 parent 1fcadcb commit 1f9d58d
Show file tree
Hide file tree
Showing 33 changed files with 7,729 additions and 383 deletions.
357 changes: 68 additions & 289 deletions Configuration.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
* Multiple extruders can be assigned to the same pin in which case
* the fan will turn on when any selected extruder is above the threshold.
*/
#define E0_AUTO_FAN_PIN -1
//#define E0_AUTO_FAN_PIN -1
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Marlin Firmware
# config.ini - Options to apply before the build
#
# Generated by Marlin build on 2023-09-28 at 02:27:58
# Generated by Marlin build on 2023-10-26 at 04:29:06
#

[config:base]
Expand Down Expand Up @@ -55,7 +55,9 @@ disable_z = false
display_charset_hd44780 = JAPANESE
dummy_thermistor_998_value = 25
dummy_thermistor_999_value = 100
e0_auto_fan_pin = -1
e0_driver_type = A4988
eeprom_auto_init = on
eeprom_boot_silent = on
eeprom_chitchat = on
eeprom_settings = on
Expand All @@ -80,9 +82,11 @@ invert_y_dir = false
invert_z_dir = true
jd_handle_small_segments = on
junction_deviation_mm = 0.08
lcd_bed_leveling = on
lcd_bed_tramming = on
lcd_info_screen_style = 0
lcd_language = en
lcd_probe_z_range = 4
leveled_segment_length = 5.0
limited_max_accel_editing = on
max_accel_edit_values = { 6000, 6000, 200, 20000 }
Expand All @@ -91,6 +95,7 @@ max_software_endstops = on
max_software_endstop_x = on
max_software_endstop_y = on
max_software_endstop_z = on
mesh_edit_z_step = 0.025
mesh_inset = 0
min_software_endstops = on
min_software_endstop_x = on
Expand Down Expand Up @@ -168,6 +173,7 @@ use_ymin_plug = on
use_zmin_plug = on
validate_homing_endstops = on
xy_probe_feedrate = (200*60)
xy_steps_default = = 80
x_bed_size = 220
x_driver_type = A4988
x_enable_on = 0
Expand Down Expand Up @@ -204,6 +210,7 @@ z_probe_offset_range_min = -20
z_safe_homing = on
z_safe_homing_x_point = X_CENTER
z_safe_homing_y_point = Y_CENTER
z_steps_default = = 400

[config:advanced]
advanced_pause_feature = on
Expand Down Expand Up @@ -232,13 +239,13 @@ chamber_auto_fan_temperature = 30
chamber_check_interval = 5000
config_menu_item_1_confirm = on
config_menu_item_1_desc = "PID E C10 TEMP 190"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 180 DONE"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_confirm = on
config_menu_item_2_desc = "PID E C10 TEMP 200"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_confirm = on
config_menu_item_3_desc = "PID E C10 TEMP 210"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 210 DONE"
config_menu_item_4_confirm = on
config_menu_item_4_desc = "PID E C10 TEMP 260"
config_menu_item_4_gcode = "M106 S255\nM303 E0 C10 S260 U\nM500\nM106 S0\nM117 PID E TEMP 260 DONE"
Expand Down Expand Up @@ -272,7 +279,6 @@ disable_inactive_e = true
disable_inactive_x = true
disable_inactive_y = true
disable_inactive_z = true
e0_auto_fan_pin = -1
encoder_100x_steps_per_sec = 80
encoder_10x_steps_per_sec = 30
encoder_rate_multiplier = on
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Marlin Firmware
# config.ini - Options to apply before the build
#
# Generated by Marlin build on 2023-09-28 at 02:30:20
# Generated by Marlin build on 2023-10-26 at 04:32:02
#

[config:base]
Expand Down Expand Up @@ -55,7 +55,9 @@ disable_z = false
display_charset_hd44780 = JAPANESE
dummy_thermistor_998_value = 25
dummy_thermistor_999_value = 100
e0_auto_fan_pin = -1
e0_driver_type = A4988
eeprom_auto_init = on
eeprom_boot_silent = on
eeprom_chitchat = on
eeprom_settings = on
Expand All @@ -80,9 +82,11 @@ invert_y_dir = false
invert_z_dir = true
jd_handle_small_segments = on
junction_deviation_mm = 0.08
lcd_bed_leveling = on
lcd_bed_tramming = on
lcd_info_screen_style = 0
lcd_language = en
lcd_probe_z_range = 4
leveled_segment_length = 5.0
limited_max_accel_editing = on
max_accel_edit_values = { 6000, 6000, 200, 20000 }
Expand All @@ -91,6 +95,7 @@ max_software_endstops = on
max_software_endstop_x = on
max_software_endstop_y = on
max_software_endstop_z = on
mesh_edit_z_step = 0.025
mesh_inset = 0
min_software_endstops = on
min_software_endstop_x = on
Expand Down Expand Up @@ -168,6 +173,7 @@ use_ymin_plug = on
use_zmin_plug = on
validate_homing_endstops = on
xy_probe_feedrate = (200*60)
xy_steps_default = = 80
x_bed_size = 220
x_driver_type = A4988
x_enable_on = 0
Expand Down Expand Up @@ -204,6 +210,7 @@ z_probe_offset_range_min = -20
z_safe_homing = on
z_safe_homing_x_point = X_CENTER
z_safe_homing_y_point = Y_CENTER
z_steps_default = = 400

[config:advanced]
advanced_pause_feature = on
Expand Down Expand Up @@ -232,13 +239,13 @@ chamber_auto_fan_temperature = 30
chamber_check_interval = 5000
config_menu_item_1_confirm = on
config_menu_item_1_desc = "PID E C10 TEMP 190"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 180 DONE"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_confirm = on
config_menu_item_2_desc = "PID E C10 TEMP 200"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_confirm = on
config_menu_item_3_desc = "PID E C10 TEMP 210"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 210 DONE"
config_menu_item_4_confirm = on
config_menu_item_4_desc = "PID E C10 TEMP 260"
config_menu_item_4_gcode = "M106 S255\nM303 E0 C10 S260 U\nM500\nM106 S0\nM117 PID E TEMP 260 DONE"
Expand Down Expand Up @@ -272,7 +279,6 @@ disable_inactive_e = true
disable_inactive_x = true
disable_inactive_y = true
disable_inactive_z = true
e0_auto_fan_pin = -1
encoder_100x_steps_per_sec = 80
encoder_10x_steps_per_sec = 30
encoder_rate_multiplier = on
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Marlin Firmware
# config.ini - Options to apply before the build
#
# Generated by Marlin build on 2023-09-29 at 02:19:24
# Generated by Marlin build on 2023-10-26 at 04:33:52
#

[config:base]
Expand Down Expand Up @@ -55,7 +55,9 @@ disable_z = false
display_charset_hd44780 = JAPANESE
dummy_thermistor_998_value = 25
dummy_thermistor_999_value = 100
e0_auto_fan_pin = -1
e0_driver_type = A4988
eeprom_auto_init = on
eeprom_boot_silent = on
eeprom_chitchat = on
eeprom_settings = on
Expand All @@ -80,9 +82,11 @@ invert_y_dir = false
invert_z_dir = true
jd_handle_small_segments = on
junction_deviation_mm = 0.08
lcd_bed_leveling = on
lcd_bed_tramming = on
lcd_info_screen_style = 0
lcd_language = en
lcd_probe_z_range = 4
leveled_segment_length = 5.0
limited_max_accel_editing = on
max_accel_edit_values = { 6000, 6000, 200, 20000 }
Expand All @@ -91,6 +95,7 @@ max_software_endstops = on
max_software_endstop_x = on
max_software_endstop_y = on
max_software_endstop_z = on
mesh_edit_z_step = 0.025
mesh_inset = 0
min_software_endstops = on
min_software_endstop_x = on
Expand Down Expand Up @@ -168,6 +173,7 @@ use_ymin_plug = on
use_zmin_plug = on
validate_homing_endstops = on
xy_probe_feedrate = (200*60)
xy_steps_default = = 80
x_bed_size = 220
x_driver_type = A4988
x_enable_on = 0
Expand Down Expand Up @@ -204,6 +210,7 @@ z_probe_offset_range_min = -20
z_safe_homing = on
z_safe_homing_x_point = X_CENTER
z_safe_homing_y_point = Y_CENTER
z_steps_default = = 400

[config:advanced]
advanced_pause_feature = on
Expand Down Expand Up @@ -232,13 +239,13 @@ chamber_auto_fan_temperature = 30
chamber_check_interval = 5000
config_menu_item_1_confirm = on
config_menu_item_1_desc = "PID E C10 TEMP 190"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 180 DONE"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_confirm = on
config_menu_item_2_desc = "PID E C10 TEMP 200"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_confirm = on
config_menu_item_3_desc = "PID E C10 TEMP 210"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 210 DONE"
config_menu_item_4_confirm = on
config_menu_item_4_desc = "PID E C10 TEMP 260"
config_menu_item_4_gcode = "M106 S255\nM303 E0 C10 S260 U\nM500\nM106 S0\nM117 PID E TEMP 260 DONE"
Expand Down Expand Up @@ -272,7 +279,6 @@ disable_inactive_e = true
disable_inactive_x = true
disable_inactive_y = true
disable_inactive_z = true
e0_auto_fan_pin = -1
encoder_100x_steps_per_sec = 80
encoder_10x_steps_per_sec = 30
encoder_rate_multiplier = on
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Marlin Firmware
# config.ini - Options to apply before the build
#
# Generated by Marlin build on 2023-09-28 at 02:31:42
# Generated by Marlin build on 2023-10-26 at 04:38:10
#

[config:base]
Expand Down Expand Up @@ -48,7 +48,9 @@ disable_z = false
display_charset_hd44780 = JAPANESE
dummy_thermistor_998_value = 25
dummy_thermistor_999_value = 100
e0_auto_fan_pin = -1
e0_driver_type = A4988
eeprom_auto_init = on
eeprom_boot_silent = on
eeprom_chitchat = on
eeprom_settings = on
Expand Down Expand Up @@ -153,6 +155,7 @@ use_ymin_plug = on
use_zmin_plug = on
validate_homing_endstops = on
xy_probe_feedrate = (200*60)
xy_steps_default = = 80
x_bed_size = 220
x_driver_type = A4988
x_enable_on = 0
Expand Down Expand Up @@ -188,6 +191,7 @@ z_probe_offset_range_min = -20
z_safe_homing = on
z_safe_homing_x_point = X_CENTER
z_safe_homing_y_point = Y_CENTER
z_steps_default = = 400

[config:advanced]
advanced_pause_feature = on
Expand All @@ -213,13 +217,13 @@ chamber_auto_fan_temperature = 30
chamber_check_interval = 5000
config_menu_item_1_confirm = on
config_menu_item_1_desc = "PID E C10 TEMP 190"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 180 DONE"
config_menu_item_1_gcode = "M106 S255\nM303 E0 C10 S190 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_confirm = on
config_menu_item_2_desc = "PID E C10 TEMP 200"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 190 DONE"
config_menu_item_2_gcode = "M106 S255\nM303 E0 C10 S200 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_confirm = on
config_menu_item_3_desc = "PID E C10 TEMP 210"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 200 DONE"
config_menu_item_3_gcode = "M106 S255\nM303 E0 C10 S210 U\nM500\nM106 S0\nM117 PID E TEMP 210 DONE"
config_menu_item_4_confirm = on
config_menu_item_4_desc = "PID E C10 TEMP 260"
config_menu_item_4_gcode = "M106 S255\nM303 E0 C10 S260 U\nM500\nM106 S0\nM117 PID E TEMP 260 DONE"
Expand Down Expand Up @@ -253,7 +257,6 @@ disable_inactive_e = true
disable_inactive_x = true
disable_inactive_y = true
disable_inactive_z = true
e0_auto_fan_pin = -1
encoder_100x_steps_per_sec = 80
encoder_10x_steps_per_sec = 30
encoder_rate_multiplier = on
Expand Down
Binary file not shown.
Loading

0 comments on commit 1f9d58d

Please sign in to comment.