From 97a67e5002bf406b8f53eafa4af51a37da8618b7 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 6 Dec 2021 22:03:07 +0100 Subject: Update anycubic_i3_mega_s.def.json Optimized initial layer temperature handling with Anycubic Mega S --- resources/definitions/anycubic_i3_mega_s.def.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 57ada7f548..31f3ecb8a0 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": "G21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_initial_print_temperature} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_initial_print_temperature} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": "G21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, @@ -43,6 +43,8 @@ "machine_max_jerk_e": { "value": 5 }, "material_diameter": { "default_value": 1.75 }, + "material_print_temperature_layer_0": { "value": "material_print_temperature + 5"}, + "material_flow": { "value": 100 }, "acceleration_print": { "value": 1500 }, "acceleration_travel": { "value": 3000 }, @@ -75,9 +77,6 @@ "optimize_wall_printing_order": { "value": "True" }, - "material_initial_print_temperature": { "value": "material_print_temperature + 10" }, - "material_final_print_temperature": { "value": "material_print_temperature" }, - "material_flow": { "value": 100 }, "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, "infill_sparse_density": { "value": 25 }, -- cgit v1.2.3 From 01da8e2ce24db38ac587b956956980f134fe3973 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 12 Dec 2021 15:54:57 +0100 Subject: Update anycubic_i3_mega_s.def.json Added Filamant information --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 31f3ecb8a0..2564aa4cbf 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": "G21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": ";Material GUID: {material_guid}\n;Material ID: {material_id}\n;Material Brand: {material_brand}\n;Material Name: {material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, -- cgit v1.2.3 From aa2b8e26b85fe55e93d7d6e5d5323a27e979c279 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 3 Jan 2022 10:11:52 +0100 Subject: Update anycubic_i3_mega_s.def.json Aligned with OctoPrint Slicer Estimator --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 2564aa4cbf..f28e0a48a8 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";Material GUID: {material_guid}\n;Material ID: {material_id}\n;Material Brand: {material_brand}\n;Material Name: {material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": ";Slicer info:material_guid;Material GUID;{material_guid}\n;Slicer info:material_id;Material ID;{material_id}\n;Slicer info:material_brand;Material Brand;{material_brand}\n;Slicer info:material_name;Material Name;{material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, -- cgit v1.2.3 From bf2fec6f611bf47ff1fd80473922e6b5478bcb96 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 16 Jan 2022 08:44:36 +0100 Subject: Update anycubic_i3_mega_s.def.json Added Comment --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index f28e0a48a8..42878973b6 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";Slicer info:material_guid;Material GUID;{material_guid}\n;Slicer info:material_id;Material ID;{material_id}\n;Slicer info:material_brand;Material Brand;{material_brand}\n;Slicer info:material_name;Material Name;{material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": ";Material Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, -- cgit v1.2.3 From 8100c96f674a404b879012a52380022bceaaaa32 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 16 Jan 2022 11:35:54 +0100 Subject: Update anycubic_i3_mega_x.def.json deleted tabs --- resources/definitions/anycubic_i3_mega_x.def.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json index 1bdab1028c..8acd0154a0 100644 --- a/resources/definitions/anycubic_i3_mega_x.def.json +++ b/resources/definitions/anycubic_i3_mega_x.def.json @@ -2,11 +2,11 @@ "version": 2, "name": "Anycubic i3 Mega X", "inherits": "anycubic_i3_mega_s", - "metadata": + "metadata": { - "quality_definition": "anycubic_i3_mega_s", - "platform": "anycubic_i3_mega_x_platform.stl" - }, + "quality_definition": "anycubic_i3_mega_s", + "platform": "anycubic_i3_mega_x_platform.stl" + }, "overrides": { "machine_name": { "default_value": "Anycubic i3 Mega X" }, @@ -16,5 +16,5 @@ "acceleration_print": { "value": 400 }, "acceleration_travel": { "value": 400 } - } -} + } +} \ No newline at end of file -- cgit v1.2.3 From 26a444214b518e6aa2960e28a18ab5071d0af13a Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 16 Jan 2022 11:51:57 +0100 Subject: Update anycubic_i3_mega_s.def.json No initial print temperature neccessary --- resources/definitions/anycubic_i3_mega_s.def.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index e6308e3e87..12c4002ad6 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -44,7 +44,6 @@ "material_diameter": { "default_value": 1.75 }, "material_print_temperature_layer_0": { "value": "material_print_temperature + 5"}, - "material_initial_print_temperature": { "value": "material_print_temperature + 5" }, "material_final_print_temperature": { "value": "material_print_temperature" }, "material_flow": { "value": 100 }, @@ -74,22 +73,22 @@ "speed_prime_tower": { "value": "speed_topbottom" }, "speed_support": { "value": "speed_wall_0" }, "speed_support_interface": { "value": "speed_topbottom" }, - + "skirt_brim_speed": { "value": "speed_layer_0" }, "optimize_wall_printing_order": { "value": "True" }, "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, - + "infill_sparse_density": { "value": 25 }, "infill_before_walls": { "value": false }, "infill_overlap": { "value": 15.0 }, - - + + "retraction_speed": { "value": 25, "maximum_value": 40 }, "retraction_retract_speed": { "maximum_value": 40 }, "retraction_prime_speed": { "maximum_value": 40 }, - + "retraction_hop_enabled": { "value": true }, "retraction_hop": { "value": 0.075 }, "retraction_hop_only_when_collides": { "value": true }, -- cgit v1.2.3 From 873b8445c726e45bc5270dbab2bac14aaec7dfea Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 23 Jan 2022 13:20:18 +0100 Subject: Update anycubic_i3_mega_s.def.json Handled PETG better as it sticks to nozzle if to much filament is extruded --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 12c4002ad6..80a8d7a31b 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";Material Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E25 F500 ; Extrude 25mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": ";Material Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, -- cgit v1.2.3 From 785d24732d99201f3710c26ac195445f357e2d9d Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 23 Jan 2022 21:16:40 +0100 Subject: reduced skirt line count as there is also minimum length --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 80a8d7a31b..e1e6fc9dae 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -113,7 +113,7 @@ "adhesion_type": { "value": "'none' if support_enable else 'skirt'" }, "brim_replaces_support": { "value": false }, "skirt_gap": { "value": 5.0 }, - "skirt_line_count": { "value": 4 }, + "skirt_line_count": { "value": 2 }, "meshfix_maximum_deviation": { "value": 0.05 }, "support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" }, -- cgit v1.2.3 From a970fbcadf35c1e66bd1dd36fa1615b6a6a0f08a Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 23 Jan 2022 21:31:15 +0100 Subject: Made initial layer speed dynamic --- resources/definitions/anycubic_i3_mega_s.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index e1e6fc9dae..d735176df5 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -67,8 +67,8 @@ "speed_topbottom": { "value": "speed_print / 2" }, "speed_roofing": { "value": "speed_topbottom" }, "speed_travel": { "value": 100.0, "maximum_value_warning": 150.0 }, - "speed_layer_0": { "value": 20.0 }, - "speed_print_layer_0": { "value": "speed_layer_0" }, + "speed_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, + "speed_print_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, "speed_travel_layer_0": { "value": 100.0 }, "speed_prime_tower": { "value": "speed_topbottom" }, "speed_support": { "value": "speed_wall_0" }, -- cgit v1.2.3 From 1a8328d26258093ddd2cab2c5c30690c88577533 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 24 Jan 2022 22:51:29 +0100 Subject: Update anycubic_i3_mega_s.def.json Increased max. Extruder Feedrate to match newer firmware --- resources/definitions/anycubic_i3_mega_s.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index d735176df5..802493d7c9 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -85,9 +85,9 @@ "infill_overlap": { "value": 15.0 }, - "retraction_speed": { "value": 25, "maximum_value": 40 }, - "retraction_retract_speed": { "maximum_value": 40 }, - "retraction_prime_speed": { "maximum_value": 40 }, + "retraction_speed": { "value": 30, "maximum_value": 60 }, + "retraction_retract_speed": { "maximum_value": 60 }, + "retraction_prime_speed": { "maximum_value": 60 }, "retraction_hop_enabled": { "value": true }, "retraction_hop": { "value": 0.075 }, -- cgit v1.2.3 From 96e3a1cadfab941cdbbd44811a50f72af7dc154b Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 24 Jan 2022 23:10:45 +0100 Subject: Updated Max. Speed Warning and Retraction Sorted some setting and aligned with firmware values --- resources/definitions/anycubic_i3_mega_s.def.json | 21 +++++++++------------ resources/definitions/anycubic_i3_mega_x.def.json | 6 ++++++ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 802493d7c9..4fb9aa2b4e 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -48,6 +48,7 @@ "material_flow": { "value": 100 }, "acceleration_print": { "value": 1500 }, + "acceleration_enabled": { "value": false }, "acceleration_travel": { "value": 3000 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, @@ -55,8 +56,6 @@ "jerk_print": { "value": 8 }, "jerk_travel": { "value": 10 }, "jerk_travel_layer_0": { "value": "jerk_travel" }, - - "acceleration_enabled": { "value": false }, "jerk_enabled": { "value": true }, "speed_print": { "value": 50.0 } , @@ -66,7 +65,7 @@ "speed_wall_x": { "value": "speed_wall" }, "speed_topbottom": { "value": "speed_print / 2" }, "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": 100.0, "maximum_value_warning": 150.0 }, + "speed_travel": { "value": 100.0, "maximum_value": 150.0 }, "speed_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, "speed_print_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, "speed_travel_layer_0": { "value": 100.0 }, @@ -84,25 +83,23 @@ "infill_before_walls": { "value": false }, "infill_overlap": { "value": 15.0 }, - - "retraction_speed": { "value": 30, "maximum_value": 60 }, - "retraction_retract_speed": { "maximum_value": 60 }, - "retraction_prime_speed": { "maximum_value": 60 }, + "retraction_speed": { "value": 30, "maximum_value_warning": 60 }, + "retraction_retract_speed": { "maximum_value_warning": 60 }, + "retraction_prime_speed": { "maximum_value_warning": 60 }, "retraction_hop_enabled": { "value": true }, "retraction_hop": { "value": 0.075 }, "retraction_hop_only_when_collides": { "value": true }, - + "retraction_amount": { "value": 6 }, + "retraction_enable": { "value": true }, + "retraction_min_travel": { "value": 1.5 }, "retraction_combing": { "value": "'off'" }, "retraction_combing_max_distance": { "value": 30 }, + "travel_avoid_other_parts": { "value": true }, "travel_avoid_supports": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, - "retraction_amount": { "value": 6 }, - "retraction_enable": { "value": true }, - "retraction_min_travel": { "value": 1.5 }, - "cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" }, "cool_fan_speed": { "value": 70 }, "cool_fan_speed_0": { "value": 30 }, diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json index 8acd0154a0..07341b15c2 100644 --- a/resources/definitions/anycubic_i3_mega_x.def.json +++ b/resources/definitions/anycubic_i3_mega_x.def.json @@ -14,7 +14,13 @@ "machine_height": { "default_value": 305 }, "machine_depth": { "default_value": 300 }, + "speed_travel": { "value": 100.0, "maximum_value": 120.0 }, + "acceleration_print": { "value": 400 }, "acceleration_travel": { "value": 400 } + + "retraction_speed": { "value": 30, "maximum_value_warning": 80 }, + "retraction_retract_speed": { "maximum_value_warning": 80 }, + "retraction_prime_speed": { "maximum_value_warning": 80 } } } \ No newline at end of file -- cgit v1.2.3 From 6660f4dfc73831e6544b8440e9873b97972766ba Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sat, 29 Jan 2022 19:09:34 +0100 Subject: Updated Acceleration and speed --- resources/definitions/anycubic_i3_mega_s.def.json | 10 +++++++--- resources/definitions/anycubic_i3_mega_x.def.json | 16 +++++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 4fb9aa2b4e..b623b984a2 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -33,11 +33,15 @@ "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, - "machine_max_acceleration_y": { "value": 3000 }, - "machine_max_acceleration_z": { "value": 3000 }, - "machine_max_acceleration_e": { "value": 3000 }, + "machine_max_acceleration_y": { "value": 2000 }, + "machine_max_acceleration_z": { "value": 60 }, + "machine_max_acceleration_e": { "value": 10000 }, "machine_acceleration": { "value": 3000 }, + "machine_max_feedrate_x": { "default_value": 500 }, + "machine_max_feedrate_y": { "default_value": 500 }, + "machine_max_feedrate_z": { "default_value": 6 }, + "machine_max_jerk_xy": { "value": 10 }, "machine_max_jerk_z": { "value": 0.4 }, "machine_max_jerk_e": { "value": 5 }, diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json index 07341b15c2..feef2547ab 100644 --- a/resources/definitions/anycubic_i3_mega_x.def.json +++ b/resources/definitions/anycubic_i3_mega_x.def.json @@ -14,13 +14,23 @@ "machine_height": { "default_value": 305 }, "machine_depth": { "default_value": 300 }, + "machine_max_acceleration_x": { "value": 400 }, + "machine_max_acceleration_y": { "value": 400 }, + "machine_max_acceleration_z": { "value": 60 }, + "machine_max_acceleration_e": { "value": 10000 }, + "machine_acceleration": { "value": 3000 }, + + "machine_max_feedrate_x": { "default_value": 120 }, + "machine_max_feedrate_y": { "default_value": 120 }, + "machine_max_feedrate_z": { "default_value": 12 }, + "speed_travel": { "value": 100.0, "maximum_value": 120.0 }, "acceleration_print": { "value": 400 }, "acceleration_travel": { "value": 400 } - "retraction_speed": { "value": 30, "maximum_value_warning": 80 }, - "retraction_retract_speed": { "maximum_value_warning": 80 }, - "retraction_prime_speed": { "maximum_value_warning": 80 } + "retraction_speed": { "value": 30, "maximum_value_warning": 60 }, + "retraction_retract_speed": { "maximum_value_warning": 60 }, + "retraction_prime_speed": { "maximum_value_warning": 60 } } } \ No newline at end of file -- cgit v1.2.3 From f4be1c85d80075be98b467fbe095c1318b596a22 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sat, 29 Jan 2022 19:38:27 +0100 Subject: Update anycubic_i3_mega_s.def.json --- resources/definitions/anycubic_i3_mega_s.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index b623b984a2..401dd38197 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -76,6 +76,7 @@ "speed_prime_tower": { "value": "speed_topbottom" }, "speed_support": { "value": "speed_wall_0" }, "speed_support_interface": { "value": "speed_topbottom" }, + "speed_z_hop": { "value": 6 }, "skirt_brim_speed": { "value": "speed_layer_0" }, -- cgit v1.2.3 From de8c2560568d3d8564b81f7ddb9bdcd96727faf4 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sat, 29 Jan 2022 20:05:36 +0100 Subject: Feedrate to newest firmware --- resources/definitions/anycubic_i3_mega_s.def.json | 4 ++-- resources/definitions/anycubic_i3_mega_x.def.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 401dd38197..fb6f9384b0 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -40,7 +40,7 @@ "machine_max_feedrate_x": { "default_value": 500 }, "machine_max_feedrate_y": { "default_value": 500 }, - "machine_max_feedrate_z": { "default_value": 6 }, + "machine_max_feedrate_z": { "default_value": 8 }, "machine_max_jerk_xy": { "value": 10 }, "machine_max_jerk_z": { "value": 0.4 }, @@ -76,7 +76,7 @@ "speed_prime_tower": { "value": "speed_topbottom" }, "speed_support": { "value": "speed_wall_0" }, "speed_support_interface": { "value": "speed_topbottom" }, - "speed_z_hop": { "value": 6 }, + "speed_z_hop": { "value": 8 }, "skirt_brim_speed": { "value": "speed_layer_0" }, diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json index feef2547ab..c9fcddfc6c 100644 --- a/resources/definitions/anycubic_i3_mega_x.def.json +++ b/resources/definitions/anycubic_i3_mega_x.def.json @@ -22,7 +22,7 @@ "machine_max_feedrate_x": { "default_value": 120 }, "machine_max_feedrate_y": { "default_value": 120 }, - "machine_max_feedrate_z": { "default_value": 12 }, + "machine_max_feedrate_z": { "default_value": 20 }, "speed_travel": { "value": 100.0, "maximum_value": 120.0 }, -- cgit v1.2.3 From a54b0ec84cede1537912bea8e0555dbe56e8cc6c Mon Sep 17 00:00:00 2001 From: NilsRo Date: Sun, 30 Jan 2022 17:44:11 +0100 Subject: Update anycubic_i3_mega_s.def.json Added more Cura settings --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index fb6f9384b0..d87c416d9a 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";Material Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": ";Slicer Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\n;Slicer info:material_bed_temperature;{material_bed_temperature}\n;Slicer info:material_bed_temperature_layer_0;{material_bed_temperature_layer_0}\n;Slicer info:material_print_temperature;{material_print_temperature}\n;Slicer info:material_print_temperature_layer_0;{material_print_temperature_layer_0}\n;Slicer info:material_flow;{material_flow}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:wall_thickness;{wall_thickness}\n;Slicer info:speed_print;{speed_print}\n;Slicer info:speed_topbottom;{speed_topbottom}\n;Slicer info:travel_speed;{travel_speed}\n;Slicer info:support;{support}\n;Slicer info:retraction_speed;{retraction_speed}\n;Slicer info:retraction_amount;{retraction_amount}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:infill_pattern;{infill_pattern}\n;Slicer info:infill_sparse_density;{infill_sparse_density}\n;Slicer info:cool_fan_enabled;{cool_fan_enabled}\n;Slicer info:cool_fan_speed;{cool_fan_speed}\n;Slicer info:sliced_at;{day} {date} {time}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, -- cgit v1.2.3 From ce048f1d9bd9ba525eccf38f50781a88b0c8aa40 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 31 Jan 2022 21:21:32 +0100 Subject: Update anycubic_i3_mega_s.def.json --- resources/definitions/anycubic_i3_mega_s.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index d87c416d9a..2f78dc84c6 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -29,7 +29,7 @@ "machine_center_is_zero": { "default_value": false }, "gantry_height": { "value": "0" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, - "machine_start_gcode": { "default_value": ";Slicer Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\n;Slicer info:material_bed_temperature;{material_bed_temperature}\n;Slicer info:material_bed_temperature_layer_0;{material_bed_temperature_layer_0}\n;Slicer info:material_print_temperature;{material_print_temperature}\n;Slicer info:material_print_temperature_layer_0;{material_print_temperature_layer_0}\n;Slicer info:material_flow;{material_flow}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:wall_thickness;{wall_thickness}\n;Slicer info:speed_print;{speed_print}\n;Slicer info:speed_topbottom;{speed_topbottom}\n;Slicer info:travel_speed;{travel_speed}\n;Slicer info:support;{support}\n;Slicer info:retraction_speed;{retraction_speed}\n;Slicer info:retraction_amount;{retraction_amount}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:infill_pattern;{infill_pattern}\n;Slicer info:infill_sparse_density;{infill_sparse_density}\n;Slicer info:cool_fan_enabled;{cool_fan_enabled}\n;Slicer info:cool_fan_speed;{cool_fan_speed}\n;Slicer info:sliced_at;{day} {date} {time}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, + "machine_start_gcode": { "default_value": ";Profil Homepage: https://github.com/NilsRo/Cura_Anycubic_MegaS_Profile\n\n;Slicer Information - (Support for OctoPrint Slicer Estimator)\n;Slicer info:material_guid;{material_guid}\n;Slicer info:material_id;{material_id}\n;Slicer info:material_brand;{material_brand}\n;Slicer info:material_name;{material_name}\n;Slicer info:material_bed_temperature;{material_bed_temperature}\n;Slicer info:material_bed_temperature_layer_0;{material_bed_temperature_layer_0}\n;Slicer info:material_print_temperature;{material_print_temperature}\n;Slicer info:material_print_temperature_layer_0;{material_print_temperature_layer_0}\n;Slicer info:material_flow;{material_flow}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:wall_thickness;{wall_thickness}\n;Slicer info:speed_print;{speed_print}\n;Slicer info:speed_topbottom;{speed_topbottom}\n;Slicer info:travel_speed;{travel_speed}\n;Slicer info:support;{support}\n;Slicer info:retraction_speed;{retraction_speed}\n;Slicer info:retraction_amount;{retraction_amount}\n;Slicer info:layer_height;{layer_height}\n;Slicer info:infill_pattern;{infill_pattern}\n;Slicer info:infill_sparse_density;{infill_sparse_density}\n;Slicer info:cool_fan_enabled;{cool_fan_enabled}\n;Slicer info:cool_fan_speed;{cool_fan_speed}\n;Slicer info:sliced_at;{day} {date} {time}\nG21 ; metric values \nG90 ; absolute positioning \nM82 ; set extruder to absolute mode \nM107 ; start with the fan off \nM140 S{material_bed_temperature_layer_0} ; Start heating the bed \nG4 S60 ; wait 1 minute \nM104 S{material_print_temperature_layer_0} ; start heating the hot end \nM190 S{material_bed_temperature_layer_0} ; wait for bed \nM109 S{material_print_temperature_layer_0} ; wait for hotend \nM300 S1000 P500 ; BEEP heating done \nG28 X0 Y10 Z0 ; move X/Y to min endstops \nM420 S1 ; Enable leveling \nM420 Z2.0 ; Set leveling fading height to 2 mm \nG0 Z0.15 ; lift nozzle a bit \nG92 E0 ; zero the extruded length \nG1 X50 E20 F500 ; Extrude 20mm of filament in a 5cm line. \nG92 E0 ; zero the extruded length again \nG1 E-2 F500 ; Retract a little \nG1 X120 F4000 ; Quickly wipe away from the filament line`" }, "machine_end_gcode": { "default_value": "M104 S0 ; Extruder off \nM140 S0 ; Heatbed off \nM107 ; Fan off \nG91 ; relative positioning \nG1 E-5 F300 ; retract a little \nG1 Z+10 E-5 ; X-20 Y-20 F{travel_xy_speed} ; lift print head \nG28 X0 Y0 ; homing \nG1 Y180 F2000 ; reset feedrate \nM84 ; disable stepper motors \nG90 ; absolute positioning \nM300 S440 P200 ; Make Print Completed Tones \nM300 S660 P250 ; beep \nM300 S880 P300 ; beep" }, "machine_max_acceleration_x": { "value": 3000 }, @@ -69,7 +69,7 @@ "speed_wall_x": { "value": "speed_wall" }, "speed_topbottom": { "value": "speed_print / 2" }, "speed_roofing": { "value": "speed_topbottom" }, - "speed_travel": { "value": 100.0, "maximum_value": 150.0 }, + "speed_travel": { "value": 100.0, "maximum_value_warning": 150.0, "maximum_value": 200.0 }, "speed_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, "speed_print_layer_0": { "value": "speed_topbottom if speed_topbottom < 20 else 20" }, "speed_travel_layer_0": { "value": 100.0 }, -- cgit v1.2.3 From 435e9a7924cda621eb04bd9048a09df05bd9cfd2 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Wed, 9 Feb 2022 21:01:39 +0100 Subject: Update anycubic_i3_mega_x.def.json Corrected JSON error --- resources/definitions/anycubic_i3_mega_x.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json index c9fcddfc6c..52ce84bd33 100644 --- a/resources/definitions/anycubic_i3_mega_x.def.json +++ b/resources/definitions/anycubic_i3_mega_x.def.json @@ -27,7 +27,7 @@ "speed_travel": { "value": 100.0, "maximum_value": 120.0 }, "acceleration_print": { "value": 400 }, - "acceleration_travel": { "value": 400 } + "acceleration_travel": { "value": 400 }, "retraction_speed": { "value": 30, "maximum_value_warning": 60 }, "retraction_retract_speed": { "maximum_value_warning": 60 }, -- cgit v1.2.3 From dec31d7f442f58b1aa31fbf0b828c733e4d02c5e Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 14 Feb 2022 19:22:23 +0100 Subject: Update anycubic_i3_mega_s.def.json Deleted travel_compensate_overlapping_wall as property is removed --- resources/definitions/anycubic_i3_mega_s.def.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json index 2f78dc84c6..bf14aed04c 100644 --- a/resources/definitions/anycubic_i3_mega_s.def.json +++ b/resources/definitions/anycubic_i3_mega_s.def.json @@ -82,8 +82,6 @@ "optimize_wall_printing_order": { "value": "True" }, - "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, - "infill_sparse_density": { "value": 25 }, "infill_before_walls": { "value": false }, "infill_overlap": { "value": 15.0 }, -- cgit v1.2.3