Commit Graph

309 Commits

Author SHA1 Message Date
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
Malte
4b4c3616b6 added RAMPS-Extender holder (#127) 2018-04-20 10:01:57 -07:00
daveidmx
074eefede8 daveidmx config refactor, documentation, and mechanical test scripts (#131)
* First round tuning

* Config tuning for heaters, fans, and temp inductive Z probe.

* Tuning for Z probe nozzle switch

* Z level

* Inductive probe speed change to be slower

* Making Z probes two-pass fast-slow. Adding macros for configuring Z probes.

* Run bed leveling twice.
Make fast probe configs have Z0.
Tweak slow mechanical Z offset.

* Tuning firmware retraction.

* COntinuing to tweak leveling and speeds.

* Slowing down acceleration.

* Add comments on motor locations

* Add comment re M587

* * Fix heater parameters to use the full model, rather than simplified PID.
* Up the accelerations a bit.

* * Slow down the fast probing temporarily while my PETG x-carriage is sagging, to reduce bed damage.
* Increase motor holding current to see if it stabilizes out bed leveling.

* * Increase acceleration again.
* Fix units (I think).

* Make pause.g home a bit farther back into the corner.

* Adding set_retract_clean.g and set_retract_quiet.g macros to enable and disable pressure advance. Tune some motor parameters to go with it.

* Re-tuning bed heater.

* Duet 1.21 updates:
* "G1 S2" for pre-homed moves.
* Using "M558 A" multi-tap probing.
Untested!

* Another stab at homing compatibility for 1.21. Y is still not working right. (Not sure if that's a firmware bug.)

* Turning off multiprobe on the mechanical because it doesn't seem to be working the way I had it set up.

* Making retracts longer, faster, and hoppier.

* Duet 1.21 compatibility, features, and some cleanup.
* Use "S2" moves during homing.
* Enable multi-tap Z-probing.
* Add sensor recovery time "R0.1" to cover the input stability hiccup during probe switch transitions.
* Move the fast inductive Z-plunge from the center to the corner of the bed so if the nozzle impacts it's less damaging.
* Move the post-homeall rest position to the center of the build volume.
* Add some better documentation.

* Ease off on retraction.

* Re-mounting mechanical Z-switch.

* Tuning pressure advance and retraction.

* Add empty start.g, stop.g, cancel.g.

* * Change default retraction to "quiet".
* Faster retract on pause.g.
* Lower z-hop, less pressure advance.
* Height tune after resurfacing build plate.
* Cosmetics.

* ABS filament load and unload scripts.

* Comment text

* Z drive geometry
Motor currents
Decrease bed max PWM to stop blowing breakers

* Refactoring homing scripts
Changing some points and speeds

* * Refactoring homing scripts
* Changing some points and speeds
* Z drive geometry
* Motor currents
* Decrease bed max PWM to stop blowing breakers
* ABS filament load and unload scripts.
* Cosmetics

* * Renaming most of the macros to a different convention.
* Calling macros with quoted filenames for consistency.
* Adding macros for downcurrent motor configuration based on Maglin's changes.
* Adding a moveto_park_xy.g macro for pause.g, and eventually for stop.g after print.
* Reorganizing macros for the UI.
* Increase X/Y/Z currents.

* Fix filament load/unload delegations to macros

* bed.g use homezi.g rather than doing it manually.

* Make drive_z_fullcurrent.g moves more aggressive.
Make drive_z_downcurrent.g moves more aggressive, but with 0 jerk.

* Z homing moves should return to full current after the fast probe, before the slow probe.

* Make all the utility moves run at max speed.

* Macros for setting drive current profiles from the UI.

* Add scripts and macros for testing motor current, acceleration, and jerk settings.

* "torture" motor profiles for mechanical testing

* Add a macro for running a G29 bed mesh scan.
Add macros to Z-home with inductive or mechanical probes.

* Duet filament profiles aren't working well for me. Deleting these files until I can figure it out.

* Refactoring the filament load/unload macros to share machine configuration code across filament types.
Adding an untested PLA profile. (Temps, anyone?)

* Documentation! Trying to make it easier for new folks to find what needs to be tuned.

* Whoops missed adjustment comments in the filament macros.

* Add drive macros for turning motors off.

* Rename "retract" macro folder to "retraction".

* Adding tests for belt path stability under long travel.

* Adding UI macros to activate the different probe configuration.

* Got the filament load/unload scripts to work. Moved them back to /filaments with emergency UI macros under /macros/filament.

* Adding print_start.g and print_end.g macros.
Configure print_end.g macro to park the nozzle, deselect tools, and set the bed to stand by at 45C for PEI part removal.

* Bonus comments.

* Adding 0.9 vs 1.8 motor notes and extra config lines.

* Disable heaters during bed leveling.
Wait for temperatures in print_start.g.

* Inductive probe offset is actually Y25.

* Increasing filament load/unload temps for resilience against different spools with higher melt points.
Adding a PETG profile.

* README.txt disclaimer re filament unload scripts.

* homing_probe_zlevel.g adding zero-H Z-offset placeholders for bed leveling tilt adjustment.

* Changing default print_end.g behavior to turn off tool heaters.

* Comments, and removing my temporary heater config.

* Adding higher X/Y physics parameters commented out, and add some more text regarding adjustment.
2018-04-20 10:01:41 -07:00
daveidmx
3566996d53 Squashed commit of the following: (#126)
commit 2fd9c11ec0e14efc2361e74de33b0ee0eced168b
Author: David Govek <daveidmx@gmail.com>
Date:   Sun Mar 11 22:06:23 2018 -0700

    Ease off on retraction.

commit b276bf6ef48ead15938f9146370a6dea05491631
Author: David Govek <daveidmx@gmail.com>
Date:   Sun Mar 11 22:04:15 2018 -0700

    Duet 1.21 compatibility, features, and some cleanup.
    * Use "S2" moves during homing.
    * Enable multi-tap Z-probing.
    * Add sensor recovery time "R0.1" to cover the input stability hiccup during probe switch transitions.
    * Move the fast inductive Z-plunge from the center to the corner of the bed so if the nozzle impacts it's less damaging.
    * Move the post-homeall rest position to the center of the build volume.
    * Move pause park position farther into the corner.
    * Add some better documentation.

commit d92809cf3af3dd776e603eb4ef228f7675b3c382
Author: David Govek <daveidmx@gmail.com>
Date:   Sat Mar 10 11:21:45 2018 -0800

    Making retracts longer, faster, and hoppier.
2018-03-12 01:19:19 -07:00
daveidmx
5a1dcb045c daveidmx's Duet config (250mm, 0.9°) (#125)
* Adding baseline Duet config.

* * Fix heater parameters to use the full model, rather than simplified PID.
* Up the accelerations a bit.
2018-03-08 21:41:06 -08:00
Robert Barnwell
6620f95159 V2 Duet Wifi updates (#124)
* Railgunner's BMG X carriage

* various config updates - probe Z only
2018-03-01 10:25:42 -08:00
volcom8190
2a32871575 update IR sensor bracket (#118)
* 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
2018-02-25 00:53:53 -08:00
cmgerdes
751e255218 Adding configuration files to support both 1.1.6 and 1.1.8 (#120)
* Adding configuration files to support both 1.1.6 and 1.1.8

I've done my best to clean printer-specific configuration from the files, this should work with most default VORONs.  Someone should come in behind me and double check my work though.

* Minor changes to UBL probing offsets to account for Chimera offset, disabled software endstops to match original voron config.

* Removing 1.1.6, responding to review comments.

* Adding methods that I missed to ultralcd.
2018-02-25 00:52:55 -08:00
Robert Barnwell
fd61125ad3 Railgunner's BMG X carriage (#122) 2018-02-25 00:52:15 -08:00
Maks Zolin
6380524b00 Adding magnet holders for hall-effect XY endstop 2018-02-25 00:50:04 -08:00
Maks Zolin
1aadca1826 Nuking a useless tool :( 2018-02-15 12:47:48 -08:00
Maks Zolin
8588107f82 New endstop brackets, z chain retainer, bed connector solution 2018-02-13 17:52:26 -08:00
Maks Zolin
c396bf025a Fixing orientation 2018-02-11 01:30:15 -08:00