@@ -396,15 +396,15 @@ z_current_home = (Z_CURRENT - 20)
396
396
; improve_homing_reliability = on
397
397
398
398
# print
399
- s_curve_acceleration = on
399
+ s_curve_acceleration = off
400
400
401
401
probing_tool = off
402
402
403
403
# 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
406
406
407
- x_axis_twist_compensation = on
407
+ x_axis_twist_compensation = off
408
408
409
409
# Space and memory
410
410
show_bootscreen = off
@@ -418,8 +418,9 @@ status_hotend_inverted = off
418
418
status_hotend_anim = off
419
419
status_bed_anim = off
420
420
status_chamber_anim = off
421
- arc_support = on
422
- ; not_extended_iso10646_1_5x7 = on
421
+
422
+ ; arc_support = off
423
+
423
424
lcd_info_menu = off
424
425
print_progress_show_decimals = off
425
426
show_progress_percent = off
@@ -437,23 +438,57 @@ marlin_small_build = on
437
438
; disable_m503 = on
438
439
use_watchdog = on
439
440
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
+
440
455
# Mr.Pond config maybe specific to user/printer
441
456
[config:pond]
442
- eeprom_init_now = on
443
-
457
+ ; eeprom_init_now = on
458
+ preheat_before_leveling = off
444
459
# I'm rarely plug computer to play with gcode.. like these youtuber
445
- tmc_debug = off
460
+ tmc_debug = on
446
461
debug_leveling_feature = off
447
462
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
452
466
453
467
# hillsoftware, my nozzle offset also look like this
454
468
nozzle_to_probe_offset = { 28, -20, 0 }
455
469
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
457
492
458
493
# Extruder PID
459
494
default_kp = 22.4
@@ -465,28 +500,12 @@ default_bedkp = 164.1
465
500
default_bedki = 28.45
466
501
default_bedkd = 631.4
467
502
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
-
476
503
# Share between Bilinear Bed Leveling (BBL), Unified Bed Leveling (UBL)
477
504
# 7 * 7 = 49, I think it enough
478
505
; grid_max_points_x = 7
479
506
; grid_max_points_y = GRID_MAX_POINTS_X
480
507
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
490
509
491
510
# Filament profile config
492
511
[config:profile]
@@ -516,6 +535,12 @@ preheat_4_temp_chamber = off
516
535
517
536
# untest config
518
537
[config:untest]
538
+
539
+ ; nonlinear_extrusion = on
540
+ # can't get it working, layer shift...
541
+ ; adaptive_step_smoothing = on
542
+
543
+
519
544
; no_sd_autostart = on
520
545
; one_click_print = on
521
546
@@ -529,20 +554,16 @@ preheat_4_temp_chamber = off
529
554
; sensorless_stallguard_delay = 1000
530
555
531
556
# 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 }
535
560
536
561
# slow as hell
537
562
; multiple_probing = 2
538
563
; extra_probing = 1
539
564
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
546
567
547
568
; make lcd freeze when printing...
548
569
; slowdown_divisor = 4
0 commit comments