Skip to content

Commit b81ff51

Browse files
committed
fixed TEST_RESONNANCES override bug
fix #153 : Existing command 'TEST_RESONANCES' not found in gcode_macro rename when no accelerometers are defined
1 parent 5fe6459 commit b81ff51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/machine.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ resolution: 0.1
4444

4545
[include ../macros/calibration/calib*.cfg]
4646

47-
[include ../macros/helpers/*.cfg]
47+
[include ../macros/helpers/filament_swap.cfg]
48+
[include ../macros/helpers/heaters_ctrl.cfg]
49+
[include ../macros/helpers/heatsoak.cfg]
50+
[include ../macros/helpers/nozzle_cleaning.cfg]
51+
[include ../macros/helpers/temp_check.cfg]
4852

4953
[include ../macros/miscs/compatibility.cfg]
5054
[include ../macros/miscs/debugging.cfg]

0 commit comments

Comments
 (0)