-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG/FEATURE/CODE REDUCTION] Many feature and fixes(in work) #24704
Conversation
Was there something wrong with #24661? |
@thisiskeithb |
Are there no remaining use cases for |
It's a good idea , take a look of the remake of M217 Q , it will keep safe the old functionnality
|
bab7f1d
to
b21a08d
Compare
a69cdc2
to
6f9d747
Compare
02d7ebe
to
a9e1ded
Compare
9dd97d6
to
866f755
Compare
3c4e6ab
to
f595e40
Compare
5cd4376
to
85486d6
Compare
43e0584
to
6ad5711
Compare
Description
In test
M216 implementation : Separation of toolchange M217 and toolchange "park" M216 (No letters available for new adds in the old M217)
Toolchange
Calibration
Bug in TOOLCHANGE_PARK
-- Toolchange park can be enabled/disabled , but when disabled, the cutting wipe is still enabled on each tool change, and it's impossible to stop it. Now can be set by lcd/gcode , for swapping between park or not park printing
Fr + En included
TOOLCHANGE_PARK fix but useless , look below , we can make a code reduction and this bug will disapear
Explanaition: destination.e =0 before tool change / extruder_prime add swap (60mm) + purge 100mm) - CUTTING WIPE =-10 now current.e=150mm / prepare_internal_move_to_destination will return to xy pos + make 150mm of RETRACTION / FILAMENT IS EJECTED PRINT IS DEAD / - Fixed by setting destination.e just before
void toolchange_prime() function can be totally deleted
Code cleaning , bug , feature , hope you will agree
Thks