Filament change without preheating? February 26, 2016 12:21PM |
Registered: 8 years ago Posts: 158 |
Re: Filament change without preheating? February 28, 2016 09:16AM |
Registered: 9 years ago Posts: 466 |
Re: Filament change without preheating? February 28, 2016 09:28AM |
Registered: 8 years ago Posts: 351 |
Re: Filament change without preheating? February 28, 2016 02:35PM |
Registered: 8 years ago Posts: 158 |
The only thing with that is that I'd want it to do it automatically. How the Robox does it is you use the software and tell it you're going to load filament. Then it uses a sensor to tell when you've inserted the filament. It then pulls it to the extruder. Are you able to have custom buttons on simplify 3d that issues g-code? If so, that would be perfect.Quote
IMBoring25
This one is easy. You just need to figure out how far the drive needs to turn to get filament from the extruder drive and write start gcode that extrudes that much filament, waits for heat-up, then extrudes a little more and either waits for you to pull the extrudate off and launch the continuation of the print or goes to a purge canister that you'd have to design. Then you'd need end gcode to do the converse.
Re: Filament change without preheating? February 28, 2016 05:40PM |
Registered: 8 years ago Posts: 351 |
Re: Filament change without preheating? February 29, 2016 09:16AM |
Registered: 8 years ago Posts: 158 |
I could actually use it for two functions. One for loading the filament and second for filament detection so it pauses when it runs out. I can't believe I didn't think of using just and end stop. That shouldn't be too hard.Quote
IMBoring25
I'm not familiar with simplify3d, but most host software has provision to associate custom buttons with a sequence of gcode. There are boards with provision for endstops for the extruder drive axes but I'm not sure how much custom work you'd be committing to to make them work in that way and you'd have to design the mount for the endstop on your extruder drive.
Re: Filament change without preheating? February 29, 2016 05:48PM |
Registered: 7 years ago Posts: 200 |
Quote
fatesalign
I could actually use it for two functions. One for loading the filament and second for filament detection so it pauses when it runs out. I can't believe I didn't think of using just and end stop. That shouldn't be too hard.Quote
IMBoring25
I'm not familiar with simplify3d, but most host software has provision to associate custom buttons with a sequence of gcode. There are boards with provision for endstops for the extruder drive axes but I'm not sure how much custom work you'd be committing to to make them work in that way and you'd have to design the mount for the endstop on your extruder drive.