Search found 1549 matches

Go to advanced search

by S3D-Jason
Thu Jan 23, 2025 2:02 pm
Forum: General Discussion and Tips
Topic: Start Gcode Query - Creatbot F430
Replies: 1
Views: 21
 
Jump to post

Re: Start Gcode Query - Creatbot F430

If you're new to gcode, there's a useful tutorial here that explains most of the common commands: https://www.simplify3d.com/resources/articles/3d-printing-gcode-tutorial/ The script that you posted looks like it was written for a different slicer, so there are several commands you would need to cha...
by S3D-Jason
Thu Jan 23, 2025 1:57 pm
Forum: General Discussion and Tips
Topic: Feature based layer dependent acceleration changes
Replies: 5
Views: 100
 
Jump to post

Re: Feature based layer dependent acceleration changes

Is it possible to add a feature in Simplify3D that can automatically change acceleration based on different actions, like for extruding or travel moves Yes, the steps I mentioned above can actually be used to do exactly that! Go to Edit Process Settings > Output tab, and turn on the "Include M...
by S3D-Jason
Mon Jan 20, 2025 2:44 pm
Forum: Troubleshooting and Bug Reports
Topic: Specific Print's Acceleration Is Too High!
Replies: 4
Views: 226
 
Jump to post

Re: Specific Print's Acceleration Is Too High!

Good investigation! I can't imagine any machine that moves at 200+ mm/sec wouldn't be using acceleration at all, so it's probably more likely the acceleration is just set too high in the firmware. The whole point of acceleration is to prevent steps from skipping when you try to move at the desired s...
by S3D-Jason
Mon Jan 20, 2025 2:41 pm
Forum: General Discussion and Tips
Topic: Feature based layer dependent acceleration changes
Replies: 5
Views: 100
 
Jump to post

Re: Feature based layer dependent acceleration changes

If you want all the travel moves to use a different acceleration, you could consider turning on the M101/M102/M103 commands (Edit Process Settings > Output tab). The M101 comes before the extrusion starts, M102 after it stops, and M103 before a potential retraction. So to use a different acceleratio...
by S3D-Jason
Fri Jan 17, 2025 10:16 am
Forum: Troubleshooting and Bug Reports
Topic: Specific Print's Acceleration Is Too High!
Replies: 4
Views: 226
 
Jump to post

Re: Specific Print's Acceleration Is Too High!

You could always trying printing a file you had already successfully made in the past without the loud noises. If you now hear the noise with the previously successful file, that might imply it's a hardware problem. From the slicing side, there re certain shapes that can tend to cause more back and ...
by S3D-Jason
Fri Jan 17, 2025 10:11 am
Forum: General Discussion and Tips
Topic: Single Extruder Multi Material Extrusion Configuration
Replies: 5
Views: 227
 
Jump to post

Re: Single Extruder Multi Material Extrusion Configuration

In S3D, you typically go to Tools > Multi Extrusion Wizard, and then use that wizard to assign parts to different colors. If you only have a single part, then you would first need to break that up into multiple parts. You can sometimes do this in S3D using Mesh > Separate Connected Surfaces. If I de...
by S3D-Jason
Fri Jan 17, 2025 9:57 am
Forum: General Discussion and Tips
Topic: Feature based layer dependent acceleration changes
Replies: 5
Views: 100
 
Jump to post

Re: Feature based layer dependent acceleration changes

The post-processing script is for commands that will be executed on the final output gcode file, so they operate on the entire file at once. If you want to do multiple operations, you can just keep adding the post-processing script for your first process. If you want to change the acceleration at di...
by S3D-Jason
Thu Jan 09, 2025 9:51 am
Forum: Troubleshooting and Bug Reports
Topic: Can't disable raft for a single part
Replies: 2
Views: 123
 
Jump to post

Re: Can't disable raft for a single part

If the parts are too close together they will have to share the same raft. Try separating the parts further on the bed and see if that allows you to turn off the raft for one of them.

If that still doesn't work, maybe you can attach a factory file showing the issue.
by S3D-Jason
Thu Jan 09, 2025 9:50 am
Forum: Troubleshooting and Bug Reports
Topic: Bambu P1S connection failed
Replies: 1
Views: 152
 
Jump to post

Re: Bambu P1S connection failed

I think there is an open feature request to add Wifi support for Bambu printers. I think that is still under investigation.
by S3D-Jason
Thu Jan 09, 2025 9:48 am
Forum: Troubleshooting and Bug Reports
Topic: Starting point is not constant
Replies: 3
Views: 240
 
Jump to post

Re: Starting point is not constant

Can you attach a factory file demonstrating the issue?

Go to advanced search