Fix printer gcode setting bed temp to nozzle temp Raise3D Pro3 #7756
+4
−4
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
Old start gcode tried to set initial bed temp to nozzle temp which would trigger bed temp out of range error (ex. Tries to set bed to 250C). This PR fixes it for the two profiles affected.
Replaced
M140 S{nozzle_temperature_initial_layer[0]}
and
M190 S{nozzle_temperature_initial_layer[0]}
with
M140 S[bed_temperature_initial_layer_single]
and
M190 S[bed_temperature_initial_layer_single]
for
Raise3D Pro3 0.4 nozzle (Left).json
and
Raise3D Pro3 Plus 0.4 nozzle (Left).json
Screenshots/Recordings/Graphs
Tests
Changed start gcode and printed on Raise3D Pro3