teachingtechYT / teachingtechYT.github.io

Creative Commons Attribution Share Alike 4.0 International
340 stars 125 forks source link

temp tower failures - underextrusion? #132

Closed ornery-atmosphere closed 3 years ago

ornery-atmosphere commented 4 years ago

Not sure whats going on but i can't get the temp tower to print much past the second tier. have tried about 6 times and the stepper motor just stops, I am able to print other temp towers and other models and have no issues at all with them, just this temp tower. Ender 3 pro 1.1.4 silent board, dual gear extruder, otherwise stock. Fantastic site btw. such a great resource for newbies and the more experienced.

teachingtechYT commented 4 years ago

Any chance of a pic and posting the gcode to filebin.com ? The only thing that stands out about your setup in the Creality silent board, which aren't compatible with linear advance. Enabling it can cause the extruder stepper to stop responding mid print. I doubt you've gone this way though?

ornery-atmosphere commented 4 years ago

Yeah I can post up a pic and put the Gcode there for you later tonight . I don't have linear advance on. Not even sure how to turn it on yet. I didn't realise linear advance it wasn't compatible with the silent board, bummer. On 2 Sep 2020 5:07 pm, teachingtechYT notifications@github.com wrote: Any chance of a pic and posting the gcode to filebin.com ? The only thing that stands out about your setup in the Creality silent board, which aren't compatible with linear advance. Enabling it can cause the extruder stepper to stop responding mid print. I doubt you've gone this way though?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

ornery-atmosphere commented 4 years ago

https://filebin.net/zu8y0os5iyc9o318 there is the gcode. 20200902_210010

Cappytano commented 4 years ago

Up your extrusion. Just realized this issue. It's in the Gcode generator. If your multiplier is say, .92....increase your extrusion within, say Simplify3d during the print to 108%.

migxmac commented 4 years ago

I think I'm running into this issue as well. I uploaded the generated gcode to the online gcode viewer and it estimates I'll use -29 mm of filament! TemperatureTowerForDelta_200-225

The generated gcode(changed type to .txt for upload) temperature_tower_200_225.txt :

teachingtechYT commented 3 years ago

All of the tests have been tweaked in a coming update. There's nothing to address this because it's a rare problem but more emphasis will be placed on explaining the use of M221 in the custom start gcode to address this.

ornery-atmosphere commented 3 years ago

awesome thank, just to let you know the problem disapeared when i changed from the stock creality firmware to my own build of marlin 2.0 bugfix


From: teachingtechYT @.> Sent: Thursday, 15 July 2021 10:02 AM To: teachingtechYT/teachingtechYT.github.io @.> Cc: ornery-atmosphere @.>; Author @.> Subject: Re: [teachingtechYT/teachingtechYT.github.io] temp tower failures - underextrusion? (#132)

All of the tests have been tweaked in a coming update. There's nothing to address this because it's a rare problem but more emphasis will be placed on explaining the use of M221 in the custom start gcode to address this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FteachingtechYT%2FteachingtechYT.github.io%2Fissues%2F132%23issuecomment-880298562&data=04%7C01%7C%7C7701f0e989a346ed677b08d9472815d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637619059759959285%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=nYqeWrHMush7O5RO7mVC0nk9g6swqRWgJRlilSPn%2Bn0%3D&reserved=0, or unsubscribehttps://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAPTVARPWERBUJZXVWEWLRS3TXYUDLANCNFSM4QSRD32A&data=04%7C01%7C%7C7701f0e989a346ed677b08d9472815d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637619059759959285%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=6DqKEfivzEv6zP0Kmbbl0jeI43lGP1K91NeQ6oYnB4E%3D&reserved=0.

teachingtechYT commented 3 years ago

Glad to hear you found a fix. There's so many variations in firmware it's almost impossible to keep up.