Skip to content

Commit

Permalink
docs(printer): update printer features in Hephaestus and v2tap300 pro…
Browse files Browse the repository at this point in the history
…files

Hephaestus profile:
- Add sensorless homing and adaptive meshing features
- Update features list with more details on each feature

v2tap300 profile:
- Remove sensorless homing feature
- Update doors variable to disable doors
- Comment out left_door gcode_button and its press_gcode and release_gcode configurations in config.cfg file
  • Loading branch information
rootiest committed Jun 13, 2023
1 parent 242edae commit 8f1137a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
28 changes: 16 additions & 12 deletions profiles/hephaestus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,22 @@ To change to this profile, run:

## Features

- 300mm build volume
- Voron TAP probe
- Nozzle brush
- Nevermore Filter
- Exhaust Fan
- Bed fans
- Chamber sensor
- Filament sensor on toolhead (load detection possible)
- Door sensor
- Case lights (125 RGBW LEDs)
- StealthBurner LEDs (rainbow barf + RGBW LEDs)
- Beeper (for notifications)
## Features

- 300mm build volume: The printer has a build volume of 300mm.
- Voron TAP probe: The printer uses a Voron TAP probe for bed leveling.
- Nozzle brush: The printer has a nozzle brush attached to it.
- Nevermore Filter: The printer has a Nevermore filter installed.
- Exhaust Fan: The printer has an exhaust fan installed.
- Bed fans: The printer has bed fans installed.
- Chamber sensor: The printer has a chamber sensor installed.
- Filament sensor on toolhead (load detection possible): The printer has a filament sensor installed on the toolhead that can detect when filament is loaded.
- Door sensor: The printer has a door sensor installed.
- Case lights (125 RGBW LEDs): The printer has 125 RGBW LEDs installed for lighting.
- StealthBurner LEDs (rainbow barf + RGBW LEDs): The printer has StealthBurner LEDs installed.
- Beeper (for notifications): The printer has a beeper installed for notifications.
- Sensorless homing: The printer uses sensorless homing.
- Adaptive meshing: The printer uses adaptive meshing.

## Notes

Expand Down
2 changes: 2 additions & 0 deletions profiles/v2tap300/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ To change to this profile, run:
- 300mm build volume
- Voron TAP probe
- StealthBurner LEDs
- No Sensorless Homing
- Adaptive Meshing
12 changes: 6 additions & 6 deletions profiles/v2tap300/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -265,17 +265,17 @@ gcode:
######## Door Configs ##########
################################

[gcode_button doors]
#[gcode_button left_door]
########## IMPORTANT ###########
## ---------------------------- ##
# Set pin to match your machine: #
pin: !PG15 #
#pin: !PG15 #
## ---------------------------- ##
########## IMPORTANT ###########
press_gcode:
_close_door ; DO NOT CHANGE
release_gcode:
_open_door ; DO NOT CHANGE
#press_gcode:
# _close_door ; DO NOT CHANGE
#release_gcode:
# _open_door ; DO NOT CHANGE

#[gcode_button right_door]
########## IMPORTANT ###########
Expand Down
4 changes: 2 additions & 2 deletions profiles/v2tap300/variables.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ variable_home_travel_speed: 10000
variable_home_z_speed: 1000
variable_home_retract: 10
variable_home_retract_speed: 1200
variable_sensorless_home: True
variable_sensorless_home: False
variable_home_current: 0.7

## Homing Macros
Expand Down Expand Up @@ -388,7 +388,7 @@ variable_telegram_runout: 'TELEGRAM_FILAMENT_RUNOUT'
## Each door must have a name (e.g. variable_door1_name: 'left_door')
## Each door may optionally have custom macros for open and closed (e.g. variable_door1_open: 'M116')

variable_doors: 1 ; Number of doors (0, 1 or 2) (set to 0 to disable)
variable_doors: 0 ; Number of doors (0, 1 or 2) (set to 0 to disable)

variable_door1_name: 'Left' ; Name of first door switch
variable_door1_open: 'M116' ; Custom macro for open door1 (set to 'M116' to disable)
Expand Down

0 comments on commit 8f1137a

Please sign in to comment.