From 0a2f244443081e5a650ef46dc858dd2eff572267 Mon Sep 17 00:00:00 2001 From: MidnightLink <63812991+MidnightLink@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:20:10 -0500 Subject: [PATCH 1/4] Update RatRig.ini Update start_gcode to RatRig recommended. Updated flavor to klipper --- resources/profiles/RatRig.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/profiles/RatRig.ini b/resources/profiles/RatRig.ini index 56fab6e0df..f9020a552d 100644 --- a/resources/profiles/RatRig.ini +++ b/resources/profiles/RatRig.ini @@ -9,7 +9,7 @@ name = RatRig # Configuration version of this file. Config file will only be installed, if the config_version differs. # This means, the server may force the Slic3r configuration to be downgraded. -config_version = 1.0.2 +config_version = 1.0.3 # Where to get the updates from? config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/RatRig/ # The printer models will be shown by the Configuration Wizard in this order, @@ -392,7 +392,7 @@ deretract_speed = 40 end_gcode = END_PRINT\n extra_loading_move = -2 extruder_colour = "" -gcode_flavor = marlin +gcode_flavor = klipper high_current_on_filament_swap = 0 layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]\n machine_limits_usage = time_estimate_only @@ -433,7 +433,7 @@ retract_restart_extra_toolchange = 0 retract_speed = 40 silent_mode = 0 single_extruder_multi_material = 0 -start_gcode = M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro\nM109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro\nSET_GCODE_VARIABLE MACRO=RatOS VARIABLE=relative_extrusion VALUE=True\nSTART_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\n;enable this if you have a BTT Smart Filament Sensor\nSET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0\n +start_gcode = M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro\nM109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro\nSET_GCODE_VARIABLE MACRO=RatOS VARIABLE=relative_extrusion VALUE=True\nSTART_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature] X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]} thumbnails = 64x64,400x300 toolchange_gcode = use_firmware_retraction = 0 @@ -496,7 +496,7 @@ retract_restart_extra_toolchange = 0 retract_speed = 40 silent_mode = 0 single_extruder_multi_material = 0 -start_gcode = M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro\nM109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro\nSET_GCODE_VARIABLE MACRO=RatOS VARIABLE=relative_extrusion VALUE=True\nSTART_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\n;enable this if you have a BTT Smart Filament Sensor\nSET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0\n +start_gcode = M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro\nM109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro\nSET_GCODE_VARIABLE MACRO=RatOS VARIABLE=relative_extrusion VALUE=True\nSTART_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature] X0={first_layer_print_min[0]} Y0={first_layer_print_min[1]} X1={first_layer_print_max[0]} Y1={first_layer_print_max[1]} start_gcode_manual = 0 template_custom_gcode = thumbnails = 64x64,400x300 From 3c93eb892e779c25c3069ab86447564f2e4f0d00 Mon Sep 17 00:00:00 2001 From: MidnightLink <63812991+MidnightLink@users.noreply.github.com> Date: Sat, 9 Mar 2024 19:25:33 -0500 Subject: [PATCH 2/4] Update RatRig.idx Added 1.0.3 changes --- resources/profiles/RatRig.idx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/profiles/RatRig.idx b/resources/profiles/RatRig.idx index b8811aa5e8..e755cfaa8f 100644 --- a/resources/profiles/RatRig.idx +++ b/resources/profiles/RatRig.idx @@ -1,4 +1,5 @@ -min_slic3r_version = 2.4.1-alpha0 +min_slic3r_version = 2.7.2 +1.0.3 Updated flavor. Updated start g-code. 1.0.2 Updated start g-code. 1.0.1 Various fixes and improvements. Commented filament sensor initialisation for v-Minion (optional HW). -1.0.0 Initial RatRig bundle \ No newline at end of file +1.0.0 Initial RatRig bundle From 6976ba6e7457c23374659cd6e6118df8927adf3e Mon Sep 17 00:00:00 2001 From: Lonk <63812991+MidnightLink@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:07:11 -0400 Subject: [PATCH 3/4] Update RatRig.idx --- resources/profiles/RatRig.idx | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/profiles/RatRig.idx b/resources/profiles/RatRig.idx index e755cfaa8f..85b258a3a8 100644 --- a/resources/profiles/RatRig.idx +++ b/resources/profiles/RatRig.idx @@ -1,5 +1,6 @@ min_slic3r_version = 2.7.2 1.0.3 Updated flavor. Updated start g-code. +min_slic3r_version = 2.4.1-alpha0 1.0.2 Updated start g-code. 1.0.1 Various fixes and improvements. Commented filament sensor initialisation for v-Minion (optional HW). 1.0.0 Initial RatRig bundle From cfbbd443b15a96c2e9bf9cd4670b4dbfe37ec04d Mon Sep 17 00:00:00 2001 From: rtyr <36745189+rtyr@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:19:47 +0100 Subject: [PATCH 4/4] Updated min_slic3r_version --- resources/profiles/RatRig.idx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/RatRig.idx b/resources/profiles/RatRig.idx index 85b258a3a8..864fcfc147 100644 --- a/resources/profiles/RatRig.idx +++ b/resources/profiles/RatRig.idx @@ -1,4 +1,4 @@ -min_slic3r_version = 2.7.2 +min_slic3r_version = 2.7.0 1.0.3 Updated flavor. Updated start g-code. min_slic3r_version = 2.4.1-alpha0 1.0.2 Updated start g-code.