Skip to content
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.writeable
**/.DS_Store
11 changes: 11 additions & 0 deletions Config Files/macros.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
#release date: 08.05.2025


[gcode_macro M106]
rename_existing: M106.1
gcode:
{% set P = params.P|default(0)|int %}
{% set S = params.S|default(0.0)|float / 255 %}
{% if P == 3 %}
SET_FAN_SPEED FAN=filter_fan SPEED={S}
{% else %}
M106.1 { rawparams }
{% endif %}

[gcode_macro _END_PRINT]
gcode:
# Lower build plate
Expand Down
Binary file removed Slicer Profiles/ProForge 300 v1.4.orca_printer
Binary file not shown.
Binary file added Slicer Profiles/ProForge 300 v1.5.orca_printer
Binary file not shown.