Skip to content

Commit

Permalink
Autocommit from 2025-01-08 11:53:41
Browse files Browse the repository at this point in the history
Klipper on commit: 383b83d

Moonraker on commit: ccfe32f

Mainsail version: v2.13.1
  • Loading branch information
tchleb committed Jan 8, 2025
1 parent 46c6016 commit 7e9f5f8
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .moonraker.conf.bkp
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,12 @@ primary_branch = main
managed_services = sonar
install_script = tools/install.sh

[update_manager KlipperScreen]
type = git_repo
path = ~/KlipperScreen
origin = https://github.com/KlipperScreen/KlipperScreen.git
virtualenv = ~/.KlipperScreen-env
requirements = scripts/KlipperScreen-requirements.txt
system_dependencies = scripts/system-dependencies.json
managed_services = KlipperScreen

15 changes: 15 additions & 0 deletions KlipperScreen.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# theme = material-darker
#~# screen_blanking = 900
#~# screen_blanking_printing = 900
#~# font_size = small
#~# show_heater_power = True
#~# print_sort_dir = date_desc
#~# language = en
#~#
#~# [graph Printer]
#~# extruder = False
#~#
2 changes: 1 addition & 1 deletion bigtreetech-ebb-sb-rp2040-canbus-v1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pid_Ki: 0.976
pid_Kd: 89.919
max_power: 1.0
min_temp: 10
max_temp: 270
max_temp: 285

## Try to keep pressure_advance below 1.0
pressure_advance: 0.04
Expand Down
26 changes: 24 additions & 2 deletions macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ gcode:
STATUS_HOMING ; Setze LED auf Homing
G28 ; home all axes (Original)
M109 S150 ; set & wait for hotend temp
CLEAN_NOZZLE
#CLEAN_NOZZLE
SILICON_WHIPER
G28 Z ; home Z only, for
STATUS_HEATING ; Setze LED auf Heating
M190 S{bedtemp} ; set & wait for bed temp
Expand Down Expand Up @@ -81,8 +82,11 @@ gcode:
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
M109 S130 ; set & wait for hotend temp
CLEAN_NOZZLE_AFTER_PRINT ; clean nozzle after print for removing ooze for the next Z leveling with TAP
#CLEAN_NOZZLE_AFTER_PRINT ; clean nozzle after print for removing ooze for the next Z leveling with TAP
#SILICON_WHIPER
TURN_OFF_HEATERS
SET_FILAMENT_SENSOR SENSOR=switch_sensor ENABLE=0
SET_FILAMENT_SENSOR SENSOR=encoder_sensor ENABLE=0
M107 ; turn off fan
G1 Z20 F3000 ; move nozzle up 20mm
G90 ; absolute positioning
Expand Down Expand Up @@ -204,3 +208,21 @@ verbose: True
[gcode_macro BACKUP_CFG]
gcode:
RUN_SHELL_COMMAND CMD=backup_cfg

[gcode_macro SILICON_WHIPER]
gcode:
G1 Z10 Y355 X95 F2000;
G1 Z0.8 F2000
G1 X165 F9000
G1 X95 F9000
G1 X165 F9000
G1 X95 F9000
G1 X165 F9000
G1 X95 F9000
G1 X165 F9000
G1 X95 F9000
G1 X165 F9000
G1 X95 F9000
G1 X165 F9000
G1 Z10 F2000
G0 X175 Y175 Z10 F3600
10 changes: 10 additions & 0 deletions moonraker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@ origin: https://github.com/mainsail-crew/sonar.git
primary_branch: main
managed_services: sonar
install_script: tools/install.sh

# KlipperScreen update_manager entry
[update_manager KlipperScreen]
type: git_repo
path: ~/KlipperScreen
origin: https://github.com/KlipperScreen/KlipperScreen.git
virtualenv: ~/.KlipperScreen-env
requirements: scripts/KlipperScreen-requirements.txt
system_dependencies: scripts/system-dependencies.json
managed_services: KlipperScreen
Loading

0 comments on commit 7e9f5f8

Please sign in to comment.