Compare commits

..

35 Commits
main ... dev

Author SHA1 Message Date
Zach Schimke b104ad9625 Feat: Add Andrew Ellis' TEST_SPEED macro 2023-01-09 00:44:27 -07:00
Zach Schimke 39a419abbc Feat: Add klicky probe for bed leveling 2023-01-09 00:44:27 -07:00
Zach Schimke bd93ea3324 Feat: Add object_exclusion 2023-01-09 00:44:27 -07:00
Zach Schimke 7226077419 Feat: Add mcu built-in core temp sensor 2023-01-09 00:44:27 -07:00
Zach Schimke 13c614b042 Fix: Migrate extra temp sensors to TFT header
Using Timmit's temp board.
2023-01-09 00:44:27 -07:00
Zach Schimke 942b8e9c4b Fix: Remove old ADXL def from raspi 2023-01-09 00:44:27 -07:00
Zach Schimke a169e52600 Feat: Add input shaper and ADXL 2023-01-09 00:44:27 -07:00
Zach Schimke d5b23af77a Feat: Add axdl to pi config 2023-01-09 00:44:27 -07:00
Zach Schimke d30c5500aa BREAKING CHANGE: Migrate to SKR Mini E3 V3.0 2023-01-09 00:44:27 -07:00
Zach Schimke 219f08251f typo: Add missing comma to pinout alias 2023-01-09 00:44:27 -07:00
Zach Schimke c6f1e14136 feat: Add crowsnest for webcam 2023-01-09 00:44:27 -07:00
Zach Schimke 4fb07e6b7e typo: Correct RasPi type to PI4b 2023-01-09 00:44:27 -07:00
Zach Schimke cdeb1f0dfb Feat: add processing and log path to moonraker 2023-01-09 00:44:27 -07:00
Zach Schimke cd3fa4449c chore: Update start gcode parameters
due to Klipper upstream change
2023-01-09 00:44:27 -07:00
Zach Schimke 3c6e4cc0ee chore: resync gitignore with other printers 2023-01-09 00:44:27 -07:00
Zach Schimke 37c9b7b3b3 feat: added crowsnest addon for chamber camera 2023-01-09 00:44:27 -07:00
Zach Schimke 2d8286c027 Retool of macros to remove default_parameters
Due to Klipper deprecating this function
2023-01-09 00:44:27 -07:00
Zach Schimke 325a1958a1 Retool of macros to remove default_parameters
Due to Klipper deprecating this function
2023-01-09 00:44:27 -07:00
Zach Schimke dd6fda191a Ignore any old printer-* definitions 2023-01-09 00:44:27 -07:00
Zach Schimke 215c070950 Retool of macros to remove default_parameters
Due to Klipper deprecating this function
2023-01-09 00:44:27 -07:00
Zach Schimke 58fadabec5 Convert rpi_temperature to temperature_host 2023-01-09 00:44:27 -07:00
Zach Schimke 04afdd34b8 Swap all "NTC 100k beta 3950" defs to the generic 2023-01-09 00:44:27 -07:00
Zach Schimke b5a8751c55 Add Pretty G-Code Support 2023-01-09 00:44:27 -07:00
Zach Schimke af78ebff78 Update config for newer Moonraker 2023-01-09 00:44:27 -07:00
Zach Schimke 6fde396c99 Resync z endstop offset w/ working machine 2023-01-09 00:44:27 -07:00
Zach Schimke bcb280bf9f Add pinout for new BTT SKR Mini E3 V3.0 2023-01-09 00:44:27 -07:00
Zach Schimke 6d1674fa64 Remove fake service script from moonraker update. 2023-01-09 00:44:27 -07:00
Zach Schimke a0f81a989c Keep toolhead away from bed while heating up (no dimples) 2023-01-09 00:44:27 -07:00
Zach Schimke 785e6712e2 Move toolhead to center always before bed heating 2023-01-09 00:44:27 -07:00
Zach Schimke f94785de99 Add temp sensor for z frame expansion 2023-01-09 00:44:27 -07:00
Zach Schimke b1507608b2 Also fix pause 2023-01-09 00:44:27 -07:00
Zach Schimke 31c79a3c1d Added G90/G91 wrapping G2 to avoid error. 2023-01-09 00:44:27 -07:00
Zach Schimke 26700873f6 Updated to latest moonraker 2023-01-09 00:44:27 -07:00
Zach Schimke bf9398472d Fixed STATUS_LED macros 2023-01-09 00:44:27 -07:00
Zach Schimke 6b78219c57 Attempt to revert/correct status LED based on old display code 2023-01-09 00:44:27 -07:00
2 changed files with 9 additions and 17 deletions

View File

@ -11,23 +11,18 @@ Software:
Hardware: Hardware:
- Raspberry Pi 4B - Raspberry Pi 4B
- BigTreeTech SKR mini E3 V2.0 Controller - BigTreeTech SKR mini E3 V2.0 Controller
- Mellow NF-Crazy Standard Flow Hotend (Mosquitto clone)
- Bondtech LGX Lite
Mods/Deviations (versus a stock build): Mods/Deviations (W.R.T. Stock V0.1):
- ACM Panels - Changed controller chamber fans to be controlled by each SKR (fans only operate when the drivers are active).
- 5mm Foam/Foil insulation directly under hotbed to redirect radiated heat back to hotbed. - Cork insulation directly under hotbed to protect electronic chamber from direct/radiated heat.
- 40x40x10 Heatsinks added to A/B Motors (cutouts made in panels to allow natural convection cooling). - Mathematical Potato's [V0.1 Belted Z Drive](https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/MathematicalPotato/v0.1_belted_z_drive)
- MasturMynd's [Pandora Gantry Mod](https://github.com/MasturMynd/Pandora) - Ch4relsB's [Slim V0 Handles](https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/Ch4rlesB/V0_Handles_Slim)
- Custom belted Z (also provides a center rear pi camera) - Andre's [Neopixel Front Bed Mount](https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/Andre/V0_Neopixel_Front_Bed_Mount)
- based heavily on Mathematical Potato's [V0.1 Belted Z Drive](https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/MathematicalPotato/v0.1_belted_z_drive) - Andre's [Mini AB ADXL345 Mount](https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/Andre/Mini_Afterburner_ADXL345_Mount)
- Christoph Muller's [kirigami bed V3](https://github.com/christophmuellerorg/voron_0_kirigami_bed)
- Upgraded for V0.2 usage using some (unreleased) VOC-only mods
- Thiagolocatelli's [V0 Utility Belt](https://github.com/thiagolocatelli/VoronUsers/tree/master/printer_mods/DoubleT/v0_utility_belt) - Thiagolocatelli's [V0 Utility Belt](https://github.com/thiagolocatelli/VoronUsers/tree/master/printer_mods/DoubleT/v0_utility_belt)
- Skuep's [V0 Umbilical Plus](https://github.com/skuep/V0-Umbilical-Plus) update to Timmit99's [V0 Ubilical](https://github.com/timmit99/Voron-Hardware/tree/V0-Umbilical/V0-Umbilical) - Skuep's [V0 Umbilical Plus](https://github.com/skuep/V0-Umbilical-Plus) update to Timmit99's [V0 Ubilical](https://github.com/timmit99/Voron-Hardware/tree/V0-Umbilical/V0-Umbilical)
- 0ndsk4's [Nevermore Micro V4](https://github.com/0ndsk4/VoronUsers/tree/0ndsk4/printer_mods/0ndsk4/Nevermore_Air_Filter) - 0ndsk4's [Nevermore Micro V4](https://github.com/0ndsk4/VoronUsers/tree/0ndsk4/printer_mods/0ndsk4/Nevermore_Air_Filter)
- bartlammers' [Disco/Daylight on a Matchstick](https://github.com/VoronDesign/Voron-Hardware/tree/master/Daylight) - Johannchung's [Raspberry Pi Camera Mount](https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/johanncc/Raspberry_Pi_Camera_Mount)
- Zruncho's [ZeroClick Bed Probe](https://github.com/zruncho3d/ZeroClick)
Updates: Updates:
- Added rear chamber webcam - Added rear chamber webcam

View File

@ -46,7 +46,4 @@ aliases:
# EXP1 header # EXP1 header
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>, EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>, EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
# I/O Header
IO_1=PD5, IO_2=PD4, IO_3=PD3, IO_4=PD2,IO_5=PD0