Skip to content

Commit

Permalink
daveidmx config: FSR, leave heating on, move to Duet folder (#181)
Browse files Browse the repository at this point in the history
* Increase idle timeout to 24 hours, and set motors to turn off.

* Set electronics fan min PWM and blip time because my fans are sluggish.

* Extruder drive current adjustments based on PA trials to avoid skipping steps.

* Preheat scripts used the wrong fan control command. And fix some temps.

* Make toolhead heater selection sticky by writing out /sys/restore_tool_heater.g.

* Reduce default PLA print temp.

* Make firmware retraction profile selection sticky by writing out to /sys/restore_retraction.g.
Make separate profiles for V6 and Volcano.

* Filament sensors need to be _turned on_.

* Release notes.

* Pulling in comments from public branch.

* Adding named heatbreak thermistor.

* Increasing instantaneous drive parameters on XY

* Turn off extruder drive in print_end.g

* Tweaking mswitch_xy.g position.

* Missed configuration on the heatbreak thermistor.

* Changed origin coordinates to be at bed center.

* Deselect and re-select tool across pause. (Set to standby temp.)

* Set bed standby temps in preheat scripts.

* Add a script for calibrating the mswitch.

* Reduce instantaneous XY drive parameters.

* Increasing pressure advance values for Volcano.

* Full-speed chamber fan on print end.

* Adding another toolhead profile.

* Adding a coarse leveling script for when the gantry is too far out to be corrected by the default dive height.

* Move toolhead thermistor parameters to the heating/toolhead_* scripts, because they change when you swap toolheads.

* README.txt

* README.txt

* FSR Z endstop.

* Don't disable heaters during Z probing. Turns out it's actually not needed and the thermal delta actually messes up the readings.

* README.txt

* Moving daveidmx config from DuetWifi folder to Duet folder.
  • Loading branch information
daveidmx authored and Maglin committed Jan 26, 2019
1 parent 49e7ea9 commit 180a33b
Show file tree
Hide file tree
Showing 107 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ Changes:
* Added a heatbreak thermistor setting.
* Add calibrate_mswitch.g script to help calibrate the mechanical Z offset.
* Add coarse_level.g script to level the gantry for when the default dive height is too small.

* Changing Z endstop configuration for FSR.
* No longer turning off heaters during Z probing. It turns out it's both unnecessary and actually detrimental due to the temperature delta.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
;; *ADJUST* these coordinates for your mechanical switch position

G90 ; absolute positioning
G1 X128 Y106 F99999 ; move to directly above mechanical Z-switch
G1 X55 Y129 F99999 ; move to directly above mechanical Z-switch
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
;; *ADJUST* this file for:
;; Your inductive probe pins ("M558 P*")

M558 P5 I1 H10 R0.1 F1800 T99999 A1 B1
M558 P5 I1 H10 R0.1 F1800 T99999 A1 B0
G31 P1000 X0 Y25 Z0
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
;; *ADJUST* this file for:
;; Your inductive probe pins ("M558 P*")

M558 P5 I1 H5 R0.1 F120 T99999 A5 S0.01 B1
M558 P5 I1 H5 R0.1 F120 T99999 A5 S0.01 B0
G31 P1000 X0 Y25 Z0
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
;; *ADJUST* this file for:
;; Your mechanical switch pins ("M558 P*")

M558 P7 I0 H5 R0.1 F1800 T99999 A1 B1
M558 P7 I1 H5 R0.1 F600 T99999 A1 B0
G31 P1000 X0 Y0 Z0
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
;;
;; !!! This is the only place to edit overall Z-height !!!

M558 P7 I0 H5 R0.1 F120 T99999 A5 S0.01 B1
M558 P7 I1 H5 R0.1 F120 T99999 A5 S0.01 B0
G31 P1000 X0 Y0 Z2.00
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 180a33b

Please sign in to comment.