* 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.
* 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
* 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.
Hey Maglin I just fixed some typos and stuff - hope you don't mind. (I know the doc is WIP but it I couldn't help myself!)
If you want to ignore this then no problem.
Cheers
Boff
* Allows mounting of an LED lightbar inside of the enclosure
* Allows mounting of a RJ45 coupler to provide strain relief/etc
for people using the Duet2 Ethernet
* Adds an extra bracket for the power supply for additional support
* Remove comment with sample temperature from filament_do_moves_for_unload.g. I don't want to give advice because I don't really trust this script.
* Increase PLA unload temperature.
* Add a third bed leveling pass. It's usually not necessary, but if your gantry is out of whack or your measurements aren't dialed in it can help.
* Updating E3D thermistor config as per https://wiki.e3d-online.com/E3D-v6_Assembly#Configure_Firmware_.28Easy.21.29
* Increasing motor idle timeout. When the Z current goes idle, the Z drives can drop a step resulting in a slight gantry tilt. Increasing to 1 hour so that it's long enough where if it's been that long I'll probably re-level anyway. (TODO: Consider eliminating reduced current idling altogether.)
* Adding UI macro move/mswitch_xy.g for moveto_mswitch_xy.g
* Fixing typo in default xy drive physics parameters.
Also adding some comments.
* Updating coordinate space and Z level for my rebuild.
* Checking in my new, current retraction settings. No reason these are any better than before.
* Updating filament load/unload movement macros. The unload movements still suck, but hopefully they're better and more accurate than before.
* Move /sys/drive_* --> /macros/config/drive/
* Move /sys/filament_* --> /macros/config/filament/
* Move /sys/zprobe_* --> /macros/config/zprobe/
* Move /sys/homing_* --> /macros/config/homing/
* Move /sys/retract_* --> /macros/config/retraction/
* Move /sys/test_belting_* --> /macros/config/testing/belting/
(1 of 2: move files)
* Move /sys/test_belting_* --> /macros/config/testing/belting/
(2 of 2: edit files)
* Move /sys/test_physics_* --> /macros/config/testing/physics/
(1 of 2: move files)
* Move /sys/test_physics_* --> /macros/config/testing/physics/
(2 of 2: edit files)
* Move /sys/moveto_* --> /macros/config/moveto/
* Update README.txt with new file paths.
* Move /macros/test --> /macros/testing
* Whoops, didn't mean to commit macros/config/moveto/center_xy.g yet.
* Extra warnings on z_downcurrent.g
* Increase default XY acceleration to 3600.
* Move /macros/config/testing --> /macros/testing/scripts
(1 of 2: move files)
* Move /macros/config/testing --> /macros/testing/scripts
(2 of 2: edit files)
* Move /macros/config/drive --> /macros/drive
* Move /macros/config/filament --> /macros/filament
* Move /macros/config/zprobe --> /macros/zprobe
* Move /macros/config/moveto --> /macros/moveto
* Move /macros/config/retraction --> /macros/retraction
* Moving /sys/homezi.g, /sys/homezm.g --> /macros/homing
* Clean up /macros/leveling
* Remove Z-hop for retraction/quiet.g
* Adding retraction profiles with and without z-hop.
* Reorganizing test scripts.
* Add tpost0.g script with M116 command to wait for temperatures to stabilize on tool change.
* Swap some G1's and G0's in the test scripts.
* Fixing up file paths in README.txt
* Add Filtered Mains Inlet
* add alternate PSU Bracket and Duet Brackets
add alternate PSU Bracket and Duet Brackets
* update model orientation
* M3 Hardware instead of M5
* fix corrupted stls
* update ir bracket with vent holes
* add step for 40mm fan with new IR bracket
* add 120mm fan filter and cover
* add paneldue7 ts, and reorganize folder