Re: Tip of the Day 30 - Using 3DTouch, CubeX,CubePro and Rap
Posted: Sun Oct 18, 2015 10:44 am
Yes, I meant "startpoint". I made that response form my mobile and my auto correct is horrible.
Simplifying the 3D Experience!
https://forum.simplify3d.com/
michaelhauser wrote:Your S3D script doesn't change. You should use one of the ones included in the .fff files in this thread. My Python script is separate from S3D. It processes the gcode file after you "Save Toolpaths to Disk" from S3D. You must have Python installed on your computer to run it. I'm using a Mac but the script should work with any standard Python installation. If you don't already have Python installed, you can download and install it from http://python.org. To run the script on Mac or other Unix, use:orCode: Select all
./s3d2cubex.py <FILE>On Windows (after installing Python), use something like this (you might need to use full file paths for the script and path):Code: Select all
python s3d2cubex.py <FILE>The script creates a file with the name as the input file but with ".flowfix" appended to the filename before the extension. That's the file with the inserted M108 codes.Code: Select all
C:\python27\python.exe s3d2cubex.py <FILE>
this worked by the way.. I still have little blobs at the beginning of each loop, but now they spread out more.. little steps at a time i guess.mmcginnis9272 wrote:Yes, I meant "startpoint". I made that response form my mobile and I auto correct is horrible.
Hi,Andy wrote:MichaelHerron wrote:The trick is to simply change the "Material Length" line in your startup script to ".001" or some other small number.
All of the profiles posted on this forum do this for you already.
Below is an example of the beginning of my startup script:
^Firmware:V1.10
^Minfirmware:V1.00
^DRM:000000000000
^PrinterModel:CUBEPRO
^MaterialCodeE1:214
^MaterialCodeE2:-1
^MaterialCodeE3:-1
^MaterialLengthE1: .01
^MaterialLengthE2: 0.000
^MaterialLengthE3: 0.000
Note that this is a single extruder print--multi extruder prints would have MaterialCodeE2 and/or E3 populated with the appropriate material code. 214 is natural PLA.
The actual material used doesn't really need to match this, but the material TYPE (pla or abs) must match what cartridges are loaded.
You don't actually have to print from the loaded cartridges, but the cartridges must match the material code--at least in material type.
Just FYI--i have 2 empty cartridges loaded internally in the machine so i never have to alter the material codes. I print from spools mounted above the printer. As long as your temperature and feedrates and other parameters are appropriate for the material you are printing with, the material identified in the startup script doesn't matter at all.
Thanks for the info, but that is exactly what I try all the time.
Can you give me maybe a test file?
My printer always writes ...... swap cartridge
That is my start script:
^Firmware:V1.10
^Minfirmware:V1.00
^DRM:000000000000
^PrinterModel:CUBEPRO
^MaterialCodeE1:259
^MaterialCodeE2:-1
^MaterialCodeE3:-1
^MaterialLengthE1: .01
^MaterialLengthE2: 0.000
^MaterialLengthE3: 0.000
^ModelHeight: 20.000
^LayerCount: 100
^LayerHeight:0.2
^Supports:-1
^Raft:-1
^Sidewalks:-1
^Density:Strong
^Pattern:Diamond
^Version:891
^Time:25
My Printer have the Firmware 1.12A