You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
Isn't this madness?, the original A350 was rated at 250c Max, and the start gcode picks the
max of (250 or min(290 or (firstlayerTemp + 15))
That's likely to cause overcooked filaments for those not tolerating 250c.
Then the start gcode also set the temp to initial layer + 5, equally that feels like a machine specific choice unless we are just accepting the snapmaker is off by 5 (probably fair).
Surely if the user specifies a temp for a first layer it should be adhered to as maximum during start gcode.
Also likely to affect A150/A250. The dual extruder or newer 3d print head (v2) may take 300c fine, so presumably there's a diff preset for that, or users just adjust to their unit
Isn't this madness?, the original A350 was rated at 250c Max, and the start gcode picks the
max of (250 or min(290 or (firstlayerTemp + 15))
That's likely to cause overcooked filaments for those not tolerating 250c.
Then the start gcode also set the temp to initial layer + 5, equally that feels like a machine specific choice unless we are just accepting the snapmaker is off by 5 (probably fair).
Surely if the user specifies a temp for a first layer it should be adhered to as maximum during start gcode.
Also likely to affect A150/A250. The dual extruder or newer 3d print head (v2) may take 300c fine, so presumably there's a diff preset for that, or users just adjust to their unit