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

Add IS configs, Dragon HF, etc #48

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

alextwothousand
Copy link

Just a simple gitignore. Few other changes to come

@alextwothousand
Copy link
Author

Added:

  • Dragon HF config
  • Exclude Object for KAMP
  • TEST_SPEED macro
  • Alternative gantry ram macro (thanks bassamanator)
  • Adxl configs for KUSBA and direct to Pi

Fixed:

  • Paths not being relative

Changed:

  • Macro path

@alextwothousand alextwothousand changed the title add gitignore Add IS configs, Dragon HF, etc Jan 5, 2024
hotends/dragon-high-flow.cfg Show resolved Hide resolved
Comment on lines +27 to 45
[include ./mk3s/einsy-rambo.cfg]

### BASE SETUP
[include klipper-prusa-mk3s/mk3s/display.cfg]
[include klipper-prusa-mk3s/mk3s/steppers.cfg]
[include klipper-prusa-mk3s/mk3s/tmc2130.cfg]
[include ./mk3s/display.cfg]
[include ./mk3s/steppers.cfg]
[include ./mk3s/tmc2130.cfg]

### EXTRUSION

# Extruder
[include klipper-prusa-mk3s/extruders/prusa.cfg]
# [include klipper-prusa-mk3s/extruders/bmg.cfg]
[include ./extruders/prusa.cfg]
# [include./extruders/bmg.cfg]

# Hotend
[include klipper-prusa-mk3s/hotends/v6.cfg]
# [include klipper-prusa-mk3s/hotends/dragon-standard-flow.cfg]
# [include klipper-prusa-mk3s/hotends/rapido.cfg]
[include ./hotends/v6.cfg]
# [include ./hotends/dragon-standard-flow.cfg]
# [include ./hotends/dragon-high-flow.cfg]
# [include ./hotends/rapido.cfg]

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These include paths will probably not work with the current recommended installation instructions.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sceptical on the idea to push a moonraker config

{% set my_current = params.CURRENT|default(0.20)|float %} ; adjust crash current on the fly :D
###
{% set oldcurrent = printer.configfile.settings["tmc2130 stepper_z"].run_current %}
{% set oldhold = printer.configfile.settings["tmc2130 stepper_z"].hold_current %}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if hold_current is set, imo we should not deal with it anymore.

{% set fast_move_z = printer.configfile.settings["printer"].max_z_velocity %}
{% set fast_move = printer.configfile.settings["printer"].max_velocity %}
M117 {printer.homed_axes}
{% if printer.homed_axes != 'xyz' %}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before doing any move, we need to save & restore states

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@confuzled-dev
Copy link
Contributor

confuzled-dev commented Feb 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants