Commit Graph

48 Commits

Author SHA1 Message Date
Björn Marschollek
4df5ef2db3 Add config for 2 ADXL345 via RasPi pico
This adds a configuration supporting two ADXL345 sensors at the same
time though a Raspberry Pi pico.

Resonance measurements for both the head and the bed can be done without
having to change the sensors.
2023-04-21 20:26:11 +02:00
Bassam Husain
23d24aab17 Merge branch 'master' of github.com:bassamanator/Sovol-SV06-firmware 2023-04-20 17:09:58 -04:00
Björn Marschollek
4a38d34a0e Add a minimum bed temperature of 0 degrees
If the bed temperature is less than 2, the print job fails with an
error message complaining about an invalid temperature. This happens,
for instance, when printing ABS where the bed is not supposed to be
heated.

This change makes sure that the bed temperature cannot be negative.
2023-04-20 22:53:19 +02:00
Bassam Husain
5e342261c8 Pulling in print_start from personal branch. 2023-04-20 12:19:06 -04:00
Bassam Husain
807c91507a Pulling in from personal branch. 2023-04-17 00:41:03 -04:00
Bassam Husain
a30d367d1d Commented out raspberry pi temperature section. 2023-04-17 00:21:03 -04:00
Bassam Husain
5abaf73b9c Comment cleanup in print_end. 2023-04-13 17:32:44 -04:00
Bassam Husain
238091d860 Minor speedup in print_start. 2023-04-13 17:28:55 -04:00
Bassam Husain
6dc119cf99 Added pause/runout/m600 to faq. Reduced speed in print_start. 2023-04-07 19:44:30 -04:00
Bassam Husain
953daefa32 Adjusted PRINT_START sequence to save time, and to prevent oozing. Increased microsteps to 128, and added square_corner_velocity. 2023-04-07 09:52:06 -04:00
Bassam Husain
8346c79f35 Adjusted start position for purge_line. 2023-04-02 19:00:47 -04:00
Bassam Husain
98a1cd7fe6 Purge_line macro adjusted to print at the front of the bed; printer agnostic. Print_end adjusted to use safer speed. 2023-04-02 18:31:58 -04:00
Bassam Husain
3551f307ae Added beeping on colour/filament change. 2023-03-20 01:04:36 -04:00
Bassam Husain
95897311e6 Filament runout sensor code merged. 2023-03-14 21:08:16 -04:00
Bassam Husain
c2bd1fa076 More changes pulled from personal. Added filament sensor pinout. 2023-03-14 19:47:16 -04:00
Bassam Husain
9239a54e8b More changes pulled from personal. 2023-03-14 18:55:07 -04:00
Bassam Husain
c967be1023 More changes pulled from personal. 2023-03-14 18:45:30 -04:00
Bassam Husain
64a6f98fe4 Pulling in structure from personal branch. 2023-03-14 18:36:53 -04:00
Bassam Husain
150e1b7425 Removed CHECK_PRE_PURGE_PRIME_LENGTH
macro.
2023-03-12 14:35:13 -04:00
Bassam Husain
0b5909ab53 Added ADJUST_FILAMENT_SENSOR_STATUS use back. 2023-03-12 12:19:59 -04:00
Bassam Husain
c0f4eb76fc Merge branch 'fix-sensor' into personal 2023-03-12 11:37:09 -04:00
Bassam Husain
36ba332e81 Added SET_FILAMENT_SENSOR to print_start. 2023-03-12 11:15:01 -04:00
Bassam Husain
f70f23e290 ADJUST_FILAMENT_SENSOR_STATUS and conditional_beep fixed. 2023-03-12 10:44:23 -04:00
Bassam Husain
5ccabd1a3d Added conditional beeping. 2023-03-12 01:53:44 -05:00
Bassam Husain
69a5cbc45c Merging filament sensor related code. 2023-03-12 01:32:40 -05:00
Bassam Husain
3c84c049c8 Rearranged beeper section. 2023-03-11 23:19:47 -05:00
Bassam Husain
e3762db8b2 Minor cleanup in misc-macros.cfg. 2023-03-10 07:59:26 -05:00
Bassam Husain
95dbb44ad2 Merge branch 'master' into personal 2023-03-10 05:08:56 -05:00
Bassam Husain
6c63082072 Moved many sections from printer.cfg to misc-macros.cfg. 2023-03-10 04:52:04 -05:00
Bassam Husain
6492c67e31 Renamed macros.cfg to misc-macros.cfg. 2023-03-10 04:46:19 -05:00
Bassam Husain
9263f3a912 Implemented TEMPERATURE_WAIT in macros. NOTE: users should pull these changes. 2023-03-08 03:05:33 -05:00
Bassam Husain
11f11de7db Added temperature wait macro. 2023-03-03 22:06:29 -05:00
bassamanator
119c313434 NOTE: users SHOULD pull in these changes. Removed test_speed.cfg import; macro is not ready for use. 2023-02-27 21:43:44 -05:00
Bassam Husain
8ad625a00f Adjusted README.md. 2023-02-19 02:37:59 -05:00
Bassam Husain
5fd3d77fc2 Many changes to README. 2023-02-19 02:30:08 -05:00
Bassam Husain
c3d755b671 Updated readme.md. 2023-02-17 23:55:53 -05:00
Bassam Husain
ad2ecd6d96 Added link to my RP2040 instructions repo. 2023-02-16 21:54:32 -05:00
Bassam Husain
20588bc181 RP2040-zero working, adxl-rp2040.cfg adjusted. 2023-02-16 21:53:49 -05:00
Bassam Husain
c943ffbb57 Merge remote-tracking branch 'origin/adxl' into personal 2023-02-16 20:04:24 -05:00
Bassam Husain
2b33f079b3 RP2040 adxl345 working. Input shaper values adjusted. 2023-02-16 18:55:08 -05:00
Bassam Husain
803fd0dfa2 README.md contains full instructions. Added current SuperSlicer config bundle. printer.cfg adjusted: Z position_min, improved comments. 2023-02-15 00:26:16 -05:00
Bassam Husain
de820ce18a Adjusted G34: now will grind against top beam for 20mm. 2023-02-14 21:02:37 -05:00
Bassam Husain
fe06445430 Merge branch 'screws' of github.com:bassamanator/Sovol-SV06-firmware into screws. Many adjustments to G34 macro. 2023-02-06 23:06:31 -05:00
Bassam Husain
d712a2f945 Adjusted MECHANICAL_GANTRY_CALIBRATION. Adjusted z position_max to 258 because of silicon screws. 2023-02-06 20:37:34 -05:00
Bassam Husain
cd7246228d Adjusted PURGE_LINE: raise nozzle higher at the end. 2023-02-04 18:27:26 -05:00
Bassam Husain
752c47d30b Cleanup in beeper.cfg. 2023-02-04 10:10:22 -05:00
Bassam Husain
59732ccb49 Adjusted z lift height in print_end. 2023-02-04 09:50:33 -05:00
Bassam Husain
7632346ceb Added SS config bundle. 2023-02-02 19:11:12 -05:00