-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
CR-10 SE Config #4966
Closed
Closed
CR-10 SE Config #4966
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…the printer, along with max accel and speed. Added in the bed temp gcode lines missing from start gcode. Also put in some different default layer height settings.
Done! |
10 tasks
SoftFever
pushed a commit
that referenced
this pull request
May 22, 2024
… Plus, & small fix for Ender-3 V3 SE (#4793) * Replace M109 S[material_print_temperature_layer_0] with M109 S[first_layer_temperature] * Change line width to match nozzle * Change line_width for Ender-3 S1 Plus * Update creality_cr10se_buildplate_model.stl * Change line width to match nozzle size (Ender3v3SE) * Fix Ender-3 S1 Plus 0.8 bed size * Enable Z-hop for Ender-3 S1 Plus * Trying something * Update creality_ender3s1plus_buildplate_model.stl * Fix CR-10 SE print size * Various Flying Bear fixes * Try fixing error * Revert "Try fixing error" This reverts commit e42e016. * Add minor Ender-3 V3 KE improvements * Maybe this will fix the error? * Revert "Maybe this will fix the error?" This reverts commit 5e78732. * Revert "Various Flying Bear fixes" This reverts commit babca57. * Fix CR-10 SE G-Code Recommended by @bkonosky * Minor changes to Ender-3 V3 KE * Probe when bed is heated (Ender-3 V3 KE) * Minor changes to Ender-3 V3 KE * Fix oozing (Ende-3 V3 KE) * Change retraction settings * Use different retraction settings * Revert "Use different retraction settings" This reverts commit 854decf. * try this * Remove "role_based_wipe_speed": "0", * Add changes from CR-10 SE Config #4966 * Add "role_based_wipe_speed" : "0", * Up retraction speed * Missed this * Resolve merge conflicts * Resolve merge conflicts * Change retraction & wipe speed * Revert line removal * Change wipe_speed to 200mm/s * Forgot the 0.16mm * Add BED_MESH_CALIBRATE PROBE_COUNT=6,6 * Improve for Matte PLA * Compensate for fan speed * Fix CANCEL_PRINT bug * Move SET_VELOCITY_LIMIT ACCEL_TO_DECEL=2500 to start g-code * Disable infill combination for 0.2 & 0.24 * Fix end G-Code * Disable arc fitting This fixes the merge conflict * temp * Revert "temp" This reverts commit 4bbc028.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixed the Start G-code issues.
Updated the Max Speed and Max Acceleration with info from Creality's slicer.
Put in the correct build volume for the printer (220x220x265)
Added in more system default layer heights for the printer 0.12, 0.16, 0.24 and used the profile from the Ender-3 V3 KE as a base, since that's the printer closest to the CR-10 SE.
Screenshots/Recordings/Graphs
Tests
Sliced some objects, looked at the resulting gcode to make sure there wasn't obvious issues. Then sent them to the printer.