Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ability to rename SBC #131

Open
wants to merge 1 commit into
base: v2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions SBCs/cb1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# WARNING. DO NOT EDIT THIS FILE.
# To override settings from this file, you can copy and paste the relevant
# sections into your printer.cfg and change it there.

[temperature_sensor cb1]
sensor_type: temperature_host
6 changes: 6 additions & 0 deletions SBCs/orange-pi.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# WARNING. DO NOT EDIT THIS FILE.
# To override settings from this file, you can copy and paste the relevant
# sections into your printer.cfg and change it there.

[temperature_sensor orange_pi]
sensor_type: temperature_host
6 changes: 6 additions & 0 deletions SBCs/raspberry-pi.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# WARNING. DO NOT EDIT THIS FILE.
# To override settings from this file, you can copy and paste the relevant
# sections into your printer.cfg and change it there.

[temperature_sensor raspberry_pi]
sensor_type: temperature_host
6 changes: 6 additions & 0 deletions SBCs/rock-pi.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# WARNING. DO NOT EDIT THIS FILE.
# To override settings from this file, you can copy and paste the relevant
# sections into your printer.cfg and change it there.

[temperature_sensor rock_pi]
sensor_type: temperature_host
3 changes: 0 additions & 3 deletions printers/base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ gcode:
# 2 hour timeout
timeout: 7200

[temperature_sensor raspberry_pi]
sensor_type: temperature_host

[skew_correction]

[input_shaper]
Expand Down
10 changes: 10 additions & 0 deletions templates/custom-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html


#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/prusa-mini-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
# Read more about klipper here: https://www.klipper3d.org/Overview.html


#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/prusa-mk3s-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html

#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/v-core-3-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html

#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/v-core-pro-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html

#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/v-minion-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html

#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/voron-v01-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html

#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down
9 changes: 9 additions & 0 deletions templates/voron-v24-printer.template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

# Read more about klipper here: https://www.klipper3d.org/Overview.html

#############################################################################################################
### SINGLE BOARD COMPUTER
### Pick the computer you have installed and wired in your printer.
#############################################################################################################
[include RatOS/SBCs/raspberry-pi.cfg]
#[include RatOS/SBCs/cb1.cfg]
#[include RatOS/SBCs/orange-pi.cfg]
#[include RatOS/SBCs/rock-pi.cfg]

#############################################################################################################
### CONTROL BOARD
### Pick the board you have installed and wired in your printer.
Expand Down