1
- [include mmu/base/*.cfg]
1
+ # [include mmu/base/*.cfg]
2
2
# [include mmu/addons/blobifier.cfg]
3
3
# [include mmu/addons/mmu_erec_cutter.cfg]
4
4
15
15
path: /home/pi/printer_data/gcodes
16
16
on_error_gcode: CANCEL_PRINT
17
17
18
+ [save_variables]
19
+ filename: ~/printer_data/config/saved_variables.cfg
18
20
19
- # #######################################
20
- # # pushed to github 11-6-21
21
- # #######################################
22
21
23
22
# skew correction
24
23
[skew_correction]
@@ -42,8 +41,6 @@ on_error_gcode: CANCEL_PRINT
42
41
[include config/*.cfg]
43
42
44
43
# other configs like res testing, klipper expander board, pico's, etc.
45
- [include config-other/knomi.cfg]
46
- [include config-other/SB2209.cfg]
47
44
# [include config-other/skirt-buttons.cfg] # skirt button pcb
48
45
# [include config-other/nitehawk-sb.cfg]
49
46
# [include config-other/klipper_expander.cfg]
@@ -59,13 +56,17 @@ on_error_gcode: CANCEL_PRINT
59
56
# [include filament-dryer/dehydrator.cfg] # Si7021 sensor
60
57
61
58
# include these last, they can override things as needed.
59
+ #
60
+ # in file /etc/network/interfaces.d/can0
61
+ # allow-hotplug can0
62
+ # iface can0 can static
63
+ # bitrate 1000000
64
+ # up ifconfig $IFACE txqueuelen 1024
65
+
62
66
[include config-other/u2c.cfg]
63
67
[include config-other/knomi.cfg]
64
68
[include config-other/SB2209.cfg]
65
69
66
- [save_variables]
67
- filename: ~/printer_data/config/saved_variables.cfg
68
-
69
70
[exclude_object]
70
71
71
72
[force_move]
0 commit comments