I just got S3D a couple of days ago. I am trying to make my prints more accurate so I did some searching on here and found that I needed to make a GBX.ini file. I did that and put the code in the scripts section of the profile, but when I make changes to the x and y steps per mm it doesn't seem to be affecting the outcome.
Here is a copy and paste of my GBX.ini file
Code: Select all
;
; gpx.ini
;
; gcode to x3g conversion configuration file
[printer]
; specify the machine definition using a pre-defined built-in type identifier
; NOTE: settings are order dependent, so always start with this settng
; r1 = Replicator 1 single
; r1d = Replicator 1 dual
; r2 = Replicator 2 (default)
; r2h = Replicator 2 with HBP
; r2x = Replicator 2X
machine_type=r2h
; specify the gcode flavor
;
; reprap = M109 Set Extruder Temperature and Wait
; makerbot = M109 Set Build Platform Temperature (Same as M140)
gcode_flavor=makerbot
build_progress=1
; SD Card path - if inserted the x3g file will be written there
;sd_card_path=/Volumes/THINGS
[x]
steps_per_mm=89.99
[y]
steps_per_mm=90.91Code: Select all
C:\Program Files\Simplify3D-2.2.2\gpx -p "[output_filepath]"