Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/slic3r/slic3r-profiles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi durand <remi-j.durand@thalesgroup.com>2022-02-03 20:03:16 +0300
committerremi durand <remi-j.durand@thalesgroup.com>2022-02-03 18:30:40 +0300
commit0b8261ae8bbd7c31d736f371323476d6aff3ef3b (patch)
treea4105ae28cf3e9dce85fae9ebf5c27a4abde0ff6
parent4666172cfd12528460fde912148a385d1a908679 (diff)
Fix some makergear issues
-rw-r--r--MakerGear.idx1
-rw-r--r--MakerGear.ini9
2 files changed, 5 insertions, 5 deletions
diff --git a/MakerGear.idx b/MakerGear.idx
index 260bebe..3baf542 100644
--- a/MakerGear.idx
+++ b/MakerGear.idx
@@ -1,3 +1,4 @@
min_slic3r_version = 2.3.1-beta
+0.0.2-susi no infinite resolution, add temp offset into start gcode
0.0.1 Various modifications to adapt to susi 2.3.57
0.0.1 Initial MakerGear bundle
diff --git a/MakerGear.ini b/MakerGear.ini
index fe029b2..94e4072 100644
--- a/MakerGear.ini
+++ b/MakerGear.ini
@@ -26,7 +26,7 @@
[vendor]
# Vendor name will be shown by the Config Wizard.
name = MakerGear
-config_version = 0.0.1
+config_version = 0.0.2-susi
config_update_url =
# Printer models are exposed in the configuration wizard
@@ -109,14 +109,14 @@ retract_lift_above = 0
retract_lift_below = 204
retract_restart_extra = 0
retract_speed = 35
-start_gcode = ;M3 ID Left Extruder Only Startup Script\n\n; turn off T0 hot end to reduce ooze on the bed during startup. NOTE: this does not explicitly wait for the hotends to totally cool down\nM104 T0 S0\n\nM140 S[first_layer_bed_temperature] ;turn on bed\nM190 S[first_layer_bed_temperature] ;wait for bed to get to temp\n\nM211 S1 ; turn on soft endstops to protect the machine\nM605 S0; set to full independ control on x axes\nT0 ; Switch to left extruder\nG28 ; home all axes\n probe/mesh if available\n\n;Get hot end up to temp\nM104 T0 S[first_layer_temperature]\nM109 T0 S[first_layer_temperature]\n\n\nM211 S0 ; turn off soft endstops for purge moves\nG1 X205 Y210 Z0.1 F10000 ; move off the bed and bring the bed up\nG92 E0 ; zero extruder\nG1 X195 Z0.1 F1000; scrape off any ooze\nG1 Z10 ; lift\nG1 X160 Y240 F10000; move to unused front edge\nG1 Z0.30 F1000\nG1 X40 E20 F1000\nG1 X30 Z0.05 F1000 ; wipe off tail\nG1 Z10\nG92 E0\nM211 S1 ; turn on soft endstops to protect the machine\n; ok now you can start
+start_gcode = ;M3 ID Left Extruder Only Startup Script\n\n; turn off T0 hot end to reduce ooze on the bed during startup. NOTE: this does not explicitly wait for the hotends to totally cool down\nM104 T0 S0\n\nM140 S[first_layer_bed_temperature] ;turn on bed\nM190 S[first_layer_bed_temperature] ;wait for bed to get to temp\n\nM211 S1 ; turn on soft endstops to protect the machine\nM605 S0; set to full independ control on x axes\nT0 ; Switch to left extruder\nG28 ; home all axes\n probe/mesh if available\n\n;Get hot end up to temp\nM104 T0 S{first_layer_temperature+extruder_temperature_offset}\nM109 T0 S{first_layer_temperature+extruder_temperature_offset}\n\n\nM211 S0 ; turn off soft endstops for purge moves\nG1 X205 Y210 Z0.1 F10000 ; move off the bed and bring the bed up\nG92 E0 ; zero extruder\nG1 X195 Z0.1 F1000; scrape off any ooze\nG1 Z10 ; lift\nG1 X160 Y240 F10000; move to unused front edge\nG1 Z0.30 F1000\nG1 X40 E20 F1000\nG1 X30 Z0.05 F1000 ; wipe off tail\nG1 Z10\nG92 E0\nM211 S1 ; turn on soft endstops to protect the machine\n; ok now you can start
wipe = 1
[printer:*single left*]
-start_gcode = ;M3 ID Left Extruder Only Startup Script\n\n; turn off T0 hot end to reduce ooze on the bed during startup. NOTE: this does not explicitly wait for the hotends to totally cool down\nM104 T0 S0\n\nM140 S[first_layer_bed_temperature] ;turn on bed\nM190 S[first_layer_bed_temperature] ;wait for bed to get to temp\n\nM211 S1 ; turn on soft endstops to protect the machine\nM605 S0; set to full independ control on x axes\nT0 ; Switch to left extruder\nG28 ; home all axes\n probe/mesh if available\n\n;Get hot end up to temp\nM104 T0 S[first_layer_temperature]\nM109 T0 S[first_layer_temperature]\n\n\nM211 S0 ; turn off soft endstops for purge moves\nG1 X205 Y210 Z0.1 F10000 ; move off the bed and bring the bed up\nG92 E0 ; zero extruder\nG1 X195 Z0.1 F1000; scrape off any ooze\nG1 Z10 ; lift\nG1 X160 Y240 F10000; move to unused front edge\nG1 Z0.30 F1000\nG1 X40 E20 F1000\nG1 X30 Z0.05 F1000 ; wipe off tail\nG1 Z10\nG92 E0\nM211 S1 ; turn on soft endstops to protect the machine\n; ok now you can start
+start_gcode = ;M3 ID Left Extruder Only Startup Script\n\n; turn off T0 hot end to reduce ooze on the bed during startup. NOTE: this does not explicitly wait for the hotends to totally cool down\nM104 T0 S0\n\nM140 S[first_layer_bed_temperature] ;turn on bed\nM190 S[first_layer_bed_temperature] ;wait for bed to get to temp\n\nM211 S1 ; turn on soft endstops to protect the machine\nM605 S0; set to full independ control on x axes\nT0 ; Switch to left extruder\nG28 ; home all axes\n probe/mesh if available\n\n;Get hot end up to temp\nM104 T0 S{first_layer_temperature+extruder_temperature_offset}\nM109 T0 S{first_layer_temperature+extruder_temperature_offset}\n\n\nM211 S0 ; turn off soft endstops for purge moves\nG1 X205 Y210 Z0.1 F10000 ; move off the bed and bring the bed up\nG92 E0 ; zero extruder\nG1 X195 Z0.1 F1000; scrape off any ooze\nG1 Z10 ; lift\nG1 X160 Y240 F10000; move to unused front edge\nG1 Z0.30 F1000\nG1 X40 E20 F1000\nG1 X30 Z0.05 F1000 ; wipe off tail\nG1 Z10\nG92 E0\nM211 S1 ; turn on soft endstops to protect the machine\n; ok now you can start
[printer:*single right*]
-start_gcode = ;M3 ID Right Extruder Only Startup Script\n\n; turn off T0 hot end to reduce ooze on the bed during startup. NOTE: this does not explicitly wait for the hotends to totally cool down\nM104 T0 S0\n\nM140 S[first_layer_bed_temperature] ;turn on bed\nM190 S[first_layer_bed_temperature] ;wait for bed to get to temp\n\n\nM211 S1 ; turn on soft endstops to protect the machine\nM605 S0; set to full independ control on x axes\nT0; switch to right extruder\nG28 ; home all axes and probe\n\n;Get hot end up to temp\nM104 T1 S[first_layer_temperature]\nM109 T1 S[first_layer_temperature]\n\n\nM211 S0 ; turn off soft endstops for purge moves\nG1 X25 F9000; move T0 past bedclips as to not damage probe\nT1 ; Switch to left extruder\nG1 X205 Y210 Z0.1 F10000 ; move off the bed and bring the bed up\nG92 E0 ; zero extruder\nG1 X195 Z0.1 F1000; scrape off any ooze\nG1 Z10 ; lift\nG1 X100 Y240 F10000; move to unused front edge\nG1 Z0.30 F1000\nG1 X180 E9.25 F1000; deposit extrusion line\nG1 Y239 E9.45 F1000 ; move and extrude y\nG1 X130 E17.05; lift F1000; deposit extrusion line\nG1 X120 Z0.05 F1000 ; wipe off tail\nG92 E0; zero extruder\nG1 Z10 Y230 ; move back to safe bounds\nM211 S1 ; turn on soft endstops \nT0\nG1 X-25 ; move T0 back home\nT1\n\n; ok now you can start
+start_gcode = ;M3 ID Right Extruder Only Startup Script\n\n; turn off T0 hot end to reduce ooze on the bed during startup. NOTE: this does not explicitly wait for the hotends to totally cool down\nM104 T0 S0\n\nM140 S[first_layer_bed_temperature] ;turn on bed\nM190 S[first_layer_bed_temperature] ;wait for bed to get to temp\n\n\nM211 S1 ; turn on soft endstops to protect the machine\nM605 S0; set to full independ control on x axes\nT0; switch to right extruder\nG28 ; home all axes and probe\n\n;Get hot end up to temp\nM104 T1 S{first_layer_temperature+extruder_temperature_offset}\nM109 T1 S{first_layer_temperature+extruder_temperature_offset}\n\n\nM211 S0 ; turn off soft endstops for purge moves\nG1 X25 F9000; move T0 past bedclips as to not damage probe\nT1 ; Switch to left extruder\nG1 X205 Y210 Z0.1 F10000 ; move off the bed and bring the bed up\nG92 E0 ; zero extruder\nG1 X195 Z0.1 F1000; scrape off any ooze\nG1 Z10 ; lift\nG1 X100 Y240 F10000; move to unused front edge\nG1 Z0.30 F1000\nG1 X180 E9.25 F1000; deposit extrusion line\nG1 Y239 E9.45 F1000 ; move and extrude y\nG1 X130 E17.05; lift F1000; deposit extrusion line\nG1 X120 Z0.05 F1000 ; wipe off tail\nG92 E0; zero extruder\nG1 Z10 Y230 ; move back to safe bounds\nM211 S1 ; turn on soft endstops \nT0\nG1 X-25 ; move T0 back home\nT1\n\n; ok now you can start
[printer:*dual*]
deretract_speed = 0,0
@@ -328,7 +328,6 @@ perimeter_extruder = 1
post_process =
print_settings_id =
raft_layers = 0
-resolution = 0
seam_position = cost
seam_angle_cost = 30%
seam_travel_cost = 70%