Commit Graph

321 Commits

Author SHA1 Message Date
Alec Plumb
0e71506756 Merge remote-tracking branch 'origin/master' into newmaster 2019-01-26 16:50:16 -08:00
Alec Plumb
e386b6af62 Remove Endstop PCB 2019-01-26 16:44:52 -08:00
daveidmx
180a33b372 daveidmx config: FSR, leave heating on, move to Duet folder (#181)
* 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.
2019-01-26 07:44:51 -06:00
Maglin
6e7f4a4faf Initial commit 2018-11-12 18:52:39 -06:00
daveidmx
49e7ea9d54 Removing cutting jigs no longer necessary for final V2.1 (#162) 2018-11-12 10:03:31 -06:00
daveidmx
7128081cab daveidmx duet config updates (#159)
* 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
2018-11-08 19:37:45 -06:00
Maks Zolin
4a98f0cf04 Dropping bearing spacers by 0.2mm 2018-11-01 11:09:06 -07:00
Maglin
aa57cf34c7 3rd time's the charm for these 80T STL's 2018-10-17 17:16:54 -05:00
daveidmx
8d6fa6e0d6 Adding 40mm cutting jig for FSR shaft. (#151)
Used with the Dremel Cutting Jig.
2018-10-01 10:09:27 -05:00
daveidmx
b3790fff2e daveidmx V2.1 config features and fixes (#150)
* 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.
2018-10-01 08:41:52 -05:00
Maglin
ffc93f46fa removing fluff 2018-09-26 00:09:13 -05:00
Maglin
d500634b5d removing Mobius from V2.1 STS 2018-09-26 00:07:51 -05:00
daveidmx
1f099b4109 Squashed commit of the following: (#149)
commit 4571634a244e5912208fa9b78c50bdbd1f531b5f
Author: David Govek <daveidmx@gmail.com>
Date:   Wed Sep 19 22:20:33 2018 -0700

    Fix incorrect tool heater macro invocation.

commit d6cf1dc97b39546301e76b74bcad7d17448eb26e
Author: David Govek <daveidmx@gmail.com>
Date:   Wed Sep 19 22:19:48 2018 -0700

    README.txt

commit 1ca53703f9bfd353c0dcf8468625f90d832aad3a
Author: David Govek <daveidmx@gmail.com>
Date:   Wed Sep 19 22:19:32 2018 -0700

    Genericizing for public consumption.

commit bf13241284b916abe292e3657964aca2f6917564
Author: David Govek <daveidmx@gmail.com>
Date:   Wed Sep 19 21:17:39 2018 -0700

    Initial commit of V2.1 config.
2018-09-25 08:18:57 -05:00
Maks Zolin
86f1d9d184 New PSU brackets to accomodate a change in bed supports rototation 2018-09-22 00:39:55 -07:00
Maks Zolin
b7c12afa65 Fixing interference issues with cable bridge 2018-09-16 22:32:11 -07:00
Maglin
9fa7e2765b cleaning up after rebase 2018-09-16 14:38:52 -05:00
Maglin
d7f1f10e71 rebasing from Master 2018-09-16 14:28:03 -05:00
Maglin
4803c2213c Replaced 80T with rounder version 2018-09-16 14:20:12 -05:00
Maglin
fcbc5bc874 Update README.md 2018-09-16 14:20:10 -05:00
Maglin
60c3b648af Replaced 80T with rounder version 2018-09-16 12:36:21 -05:00
Maglin
390bddf69d New STL's for 80T V Lock. Now featureing roundness! 2018-09-16 12:30:31 -05:00
Maglin
ed7bb892e7 removing white spaces from Maglin Klipper config 2018-09-16 11:54:04 -05:00
Maglin
91fbd7fbca updating some slicer profiles and printer configs 2018-09-16 11:26:54 -05:00
Aaron Turner
d5b22380f3 Add estop switch base & filament dry box solution (#146) 2018-09-15 11:09:28 -05:00
Paul
b55aec5ca8 Removed toothed idler (#142)
* some parts that can help with the assembly

* obsolete
2018-09-15 09:03:44 -05:00
Boffgithub
e9c9c54aca Update ReadMe_BOM_Features (#138)
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
2018-09-15 08:56:30 -05:00
Aaron Turner
eee9be01fc Add additional mounts for LED lightbard, RJ45 and PS (#144)
* 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
2018-09-15 08:55:02 -05:00
Maks Zolin
d98c7d1dbf
Revising FSR switch body for ease of installation (#147) 2018-09-13 00:08:40 -07:00
ObviousInRetrospect
9234f5f2c2 Add files via upload (#143) 2018-09-08 18:42:43 -05:00
Maglin
21c5a04b9e
Update README.md 2018-09-08 18:40:33 -05:00
Maglin
8c021eec3c Only V2.1 Release Files 2018-09-08 17:47:54 -05:00
Maglin
5cd289e104 Adding Slicer and FW files 2018-09-08 17:44:15 -05:00
Maglin
a7be50cb21 Added Voron 2.1 Release STLs 2018-09-08 16:42:56 -05:00
Maks Zolin
a905a220dd Hello Discord 2018-06-26 13:29:26 -07:00
daveidmx
649c095eb0 Config updates to support RRF 2.0/DWC, plus miscelaneous fixes and improvements (#137)
* 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
2018-06-16 19:39:50 -07:00
Maglin
622e78fc10 adding some stuff from the V2.0 branch to fix my error 2018-06-09 16:49:49 -05:00
Benoit Miller
c745d8a784 Added PanelDue 5" enclosure for V2 (#136) 2018-06-09 10:12:45 -07:00
Maglin
0b3d207d24 Moved V1.55 to Don't Use Folder as it tested none functional 2018-06-05 17:27:12 -05:00
Paul
55b438f9d3 some parts that can help with the assembly (#135) 2018-06-02 03:29:05 -05:00
Maglin
6c77d24914
Added some new functions 2018-06-01 21:51:56 -05:00
Maglin
4f71dfb82c
Updated MCU config to be descrete 2018-06-01 21:48:24 -05:00
Maglin
c8ff572c68
Added start and ending scripts to Klipper Conf 2018-06-01 11:03:26 -05:00
Maglin
7d65cb366a
Voron 2 Klipper Configuration File.
This file goes in the user home directory.

ex...  /home/pi/
2018-05-29 15:06:59 -05:00
Maglin
4292d05c36
Added repositories 2018-05-29 15:04:31 -05:00
Maglin
146fa92c50
Initial Klipper Documentation 2018-05-29 14:58:59 -05:00
volcom8190
3710634668 Add PanelDue7 TS, reorganize volcom mods folder (#134)
* 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
2018-05-24 19:43:12 -05:00
Maks Zolin
96e48341e9 Adding Mobius extruder Fusion360 assembly 2018-05-24 12:35:36 -07:00
Andre Q
415219405d Duet expansion bridge (#132) 2018-05-19 13:13:11 -05:00
daveidmx
3738acd264 Added an adapter to mount a 30mm heatbreak fan (such as the stock E3D fan) to the VORON2's 40mm cable_cover_latch (#119) 2018-04-20 10:02:34 -07:00
Atila Barta
a2b5338a0b Added 40x40x10 fan cover, and corner parts for Base Compartment (#129)
* Add files via upload

* Corner parts for Base Compartment

They are in 510mm Frame folder, but suited for any build
2018-04-20 10:02:22 -07:00