forked from Klipper3d/klipper
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STEAPP-613: deleted old configs filament_control and filament_control…
…_second. (#161) * STEAPP-613: deleted old configs. * STEAPP-613: renamed configs. * STEAPP-613: new names have been added to configs. * STEAPP-613: changed naming config files for filament motion sensor --------- Co-authored-by: Ilya Gushchin <[email protected]>
- Loading branch information
1 parent
8e2ffa7
commit 0042d43
Showing
12 changed files
with
153 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,14 @@ | ||
[filament_motion_sensor extruder1_sensor] | ||
extruder: extruder1 | ||
detection_length: 10.5 | ||
event_delay: 60.0 | ||
event_delay: 15.0 | ||
switch_pin: PG15 | ||
pause_on_runout: False | ||
runout_gcode: | ||
{% if printer.virtual_sdcard.is_active %} | ||
M117 trigered_filament_sensor1 | ||
{action_respond_warning('411: The filament has run out or there is a problem with its supply at the Extruder2.')} | ||
PAUSE TURN_OFF_EXTRUDERS=0 E=0 | ||
M400 | ||
SET_STATE_TRY_EXTRUDE_FILAMENT SENSOR='extruder1_sensor' ENABLE=1 | ||
UPDATE_STATE_FILAMENT_RUNOUT_POSITION SENSOR='extruder1_sensor' | ||
G4 P1000 | ||
TRY_DO_EXTRUDE SENSOR='extruder1_sensor' | ||
SET_STATE_TRY_EXTRUDE_FILAMENT SENSOR='extruder1_sensor' ENABLE=0 | ||
CHECK_FILAMENT_MOTION_SENSOR SENSOR='extruder1_sensor' | ||
RECOVER_EXTRUSION SENSOR='extruder1_sensor' | ||
{% else %} | ||
FILAMENT_ERROR EXTRUDER=extruder1 | ||
{% endif %} |
This file was deleted.
Oops, something went wrong.