Commit Graph

54 Commits

Author SHA1 Message Date
volcom8190
f7c970f006 move old configs to archive 2019-08-12 16:50:25 -04:00
volcom8190
a388378e4d
Merge pull request #27 from fnord123/patch-2
Fix PRINT_END final nozzle positioning for a 300^2.
2019-07-29 15:01:38 -04:00
volcom8190
60cd9cfc5a
Merge pull request #25 from mmmboost/master
Fixed some corrupted mods and finished up stock config harmonization
2019-07-29 15:01:20 -04:00
Maglin
d04b750d7f Whitespace and file encoding cleanup 2019-07-28 09:04:54 -05:00
Maglin
d9acf56159 Updated Voron Cura for V4.1, Added Voron Design Cube, Removed Depracted items 2019-07-28 08:39:18 -05:00
fnord123
ec3e37fb5a
Center the nozzle during PRINT_END.
PRINT_END had X centered for a 350^2, changed it to center for a 300^2.
2019-07-13 16:16:44 -07:00
volcom8190
ae204d3178 Create VORON2_stock_300_printer.cfg 2019-07-12 14:45:05 -04:00
mmmboost
a295f8329c
Uploaded revised config files
Uploaded new 300mm stock config and revised 350.   250/300/350 configs now harmonized for consistency with latest Klipper changes.
2019-07-09 08:22:21 -06:00
volcom8190
f3ca933b50
Merge pull request #19 from mmmboost/master
Updated VORON2_stock_250_printer.cfg
2019-07-01 17:41:40 -04:00
volcom8190
408656ba07
Merge pull request #17 from ArmyAg08/master
Add pinout diagrams to firmware readme
2019-07-01 17:41:28 -04:00
mmmboost
bfe17aa4cf
Update VORON2_stock_250_printer.cfg
Revised shutdown_speed of hotend fan to 1.0 as 0.75 was not allowed by Klipper.
2019-06-28 15:53:58 -06:00
mmmboost
24790b1e43
Updated VORON2_stock_250_printer.cfg
~Updated stock config file to include new sections and parameters from Klipper changes.  
~Removed an M104 S0 line from PRINT_START which caused errors on some slicers.
~Lowered initial accel and velocity values to encourage users to do their own testing and tweaking to their specific machine.
~Added some notes on several variables to help alleviate confusion.
~This config was uses as a baseline for harmonizing and standardizing stock config files for 250/300/250 machines.
2019-06-27 08:47:13 -06:00
ArmyAg08
e556ee8e2f
Add images to readme 2019-06-23 16:20:57 -05:00
ArmyAg08
1da02ccbc6
Add pinout diagrams 2019-06-23 16:16:32 -05:00
ArmyAg08
cbe296f297
Add ramps and skr pins 2019-06-23 16:16:08 -05:00
doowrednu
c0a45c1860
Update VORON2_stock_350_printer.cfg
Remove M104 S0 from print_start
2019-06-23 17:05:20 +01:00
doowrednu
d15a902a88 Update VORON2_stock_350_printer.cfg (#15)
Moved samples to probe section and added retries options into quad
2019-06-23 06:54:50 -05:00
doowrednu
03f17808ae Update stock config (#14)
Moved samples to probe section and added retry options
2019-06-23 06:54:16 -05:00
volcom8190
641e53161a add 8bitporo 350 config
add 8bitporo 350 config
2019-05-26 16:07:49 -04:00
Maglin
50a526aa84 Adding stock per manual Klipper Config 2019-05-06 21:26:58 -05: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
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
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
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
Maglin
d7f1f10e71 rebasing from Master 2018-09-16 14:28:03 -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
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
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
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
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
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
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
298b9015ef V2 Duet Wifi config (#117)
* added V2 Duet config

* moved into V2 folder
2018-01-31 10:48:04 -08:00
Maks Zolin
deb7ff1a1d Merge pull request #99 from yonkiman/master
Initializing Duet Wifi firmware directory
2017-05-18 21:40:38 -07:00
Fred Hamilton
00fa51d65d Adding DuetWifi config files 2017-05-18 16:01:07 -07:00
Bierfahrer
698c8279e0 Enabling network 2017-04-24 12:48:47 +02:00
Bierfahrer
f85720a016 Some additional small changes 2017-04-24 12:39:33 +02:00
Bierfahrer
dd1733eb7d Added security features to temperature_control for hotend1 & 2 and bed 2017-04-24 12:32:53 +02:00
Bierfahrer
60270aeabf Initial commit of config file for MKS SBase 2017-04-22 23:35:28 +02:00
Maks Zolin
63f8990b9a Fixing the clamped E max speed. Happy retracting! 2017-04-02 02:11:05 -07:00