Skip to content

Commit 2b90ff9

Browse files
committed
Update sv06.ini
1 parent 7e14b18 commit 2b90ff9

File tree

1 file changed

+61
-40
lines changed

1 file changed

+61
-40
lines changed

Marlin/sv06.ini

+61-40
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,15 @@ z_current_home = (Z_CURRENT - 20)
396396
;improve_homing_reliability = on
397397

398398
# print
399-
s_curve_acceleration = on
399+
s_curve_acceleration = off
400400

401401
probing_tool = off
402402

403403
# new marlin enable this by default turning this off need disable warning
404-
;edge_stepping = off
405-
;no_edge_stepping_warning = on
404+
edge_stepping = off
405+
no_edge_stepping_warning = on
406406

407-
x_axis_twist_compensation = on
407+
x_axis_twist_compensation = off
408408

409409
# Space and memory
410410
show_bootscreen = off
@@ -418,8 +418,9 @@ status_hotend_inverted = off
418418
status_hotend_anim = off
419419
status_bed_anim = off
420420
status_chamber_anim = off
421-
arc_support = on
422-
;not_extended_iso10646_1_5x7 = on
421+
422+
;arc_support = off
423+
423424
lcd_info_menu = off
424425
print_progress_show_decimals = off
425426
show_progress_percent = off
@@ -437,23 +438,57 @@ marlin_small_build = on
437438
;disable_m503 = on
438439
use_watchdog = on
439440

441+
disable_idle_z = off
442+
443+
# Bilinear Bed Leveling (BBL) relate
444+
abl_bilinear_subdivision = on
445+
bilinear_subdivisions = 3
446+
447+
# filament runout sensor disable by default
448+
# you can turn this on here or at printer lcd config
449+
fil_runout_enabled_default = false
450+
451+
default_max_feedrate = { 300, 300, 10, 100 }
452+
453+
printjob_timer_autostart = off
454+
440455
# Mr.Pond config maybe specific to user/printer
441456
[config:pond]
442-
eeprom_init_now = on
443-
457+
;eeprom_init_now = on
458+
preheat_before_leveling = off
444459
# I'm rarely plug computer to play with gcode.. like these youtuber
445-
tmc_debug = off
460+
tmc_debug = on
446461
debug_leveling_feature = off
447462

448-
disable_idle_x = off
449-
disable_idle_y = off
450-
disable_idle_z = off
451-
disable_idle_e = off
463+
;disable_idle_x = off
464+
;disable_idle_y = off
465+
;disable_idle_e = off
452466

453467
# hillsoftware, my nozzle offset also look like this
454468
nozzle_to_probe_offset = { 28, -20, 0 }
455469

456-
default_max_feedrate = { 300, 300, 10, 100 }
470+
;default_max_acceleration = { 3000, 3000, 30, 5000 }
471+
advance_k = 0.02
472+
default_axis_steps_per_unit = { 80, 80, 800, 692.5 }
473+
474+
classic_jerk = on
475+
# I prefer jerk is 8mm/s
476+
default_acceleration = 2500
477+
default_retract_acceleration = 1000
478+
default_travel_acceleration = 2500
479+
# (0.4 * 8 * 8) / DEFAULT_ACCELERATION
480+
;junction_deviation_mm = 0.010
481+
482+
default_xjerk = 8.0
483+
default_yjerk = 8.0
484+
default_zjerk = 0.4
485+
default_ejerk = 5.0
486+
487+
fwretract = on
488+
retract_length = 1.5
489+
retract_feedrate = 25
490+
retract_zraise = 0.0
491+
retract_recover_length = 0.0
457492

458493
# Extruder PID
459494
default_kp = 22.4
@@ -465,28 +500,12 @@ default_bedkp = 164.1
465500
default_bedki = 28.45
466501
default_bedkd = 631.4
467502

468-
# Bilinear Bed Leveling (BBL) relate
469-
abl_bilinear_subdivision = on
470-
bilinear_subdivisions = 3
471-
472-
# filament runout sensor disable by default
473-
# you can turn this on here or at printer lcd config
474-
fil_runout_enabled_default = false
475-
476503
# Share between Bilinear Bed Leveling (BBL), Unified Bed Leveling (UBL)
477504
# 7 * 7 = 49, I think it enough
478505
;grid_max_points_x = 7
479506
;grid_max_points_y = GRID_MAX_POINTS_X
480507

481-
default_axis_steps_per_unit = { 80, 80, 800, 692.5 }
482-
483-
printjob_timer_autostart = off
484-
485-
486-
;default_xjerk = 5.0
487-
;default_yjerk = 5.0
488-
;default_zjerk = 0.4
489-
;default_ejerk = 10.0
508+
;arc_segments_per_sec = 25
490509

491510
# Filament profile config
492511
[config:profile]
@@ -516,6 +535,12 @@ preheat_4_temp_chamber = off
516535

517536
# untest config
518537
[config:untest]
538+
539+
;nonlinear_extrusion = on
540+
# can't get it working, layer shift...
541+
;adaptive_step_smoothing = on
542+
543+
519544
;no_sd_autostart = on
520545
;one_click_print = on
521546

@@ -529,20 +554,16 @@ preheat_4_temp_chamber = off
529554
;sensorless_stallguard_delay = 1000
530555

531556
# Probe offset LCD adjust wizard
532-
probe_offset_wizard = on
533-
probe_offset_wizard_start_z = 0.0
534-
probe_offset_wizard_xy_pos = { X_CENTER, Y_CENTER }
557+
;probe_offset_wizard = on
558+
;probe_offset_wizard_start_z = 0.0
559+
;probe_offset_wizard_xy_pos = { X_CENTER, Y_CENTER }
535560

536561
# slow as hell
537562
;multiple_probing = 2
538563
;extra_probing = 1
539564

540-
nonlinear_extrusion = on
541-
adaptive_step_smoothing = on
542-
classic_jerk = off
543-
544-
stealthchop_xy = off
545-
stealthchop_e = off
565+
;stealthchop_xy = off
566+
;stealthchop_e = off
546567

547568
; make lcd freeze when printing...
548569
;slowdown_divisor = 4

0 commit comments

Comments
 (0)