diff --git a/resources/profiles/Creality.idx b/resources/profiles/Creality.idx index 471ca8c56..80d951b0b 100644 --- a/resources/profiles/Creality.idx +++ b/resources/profiles/Creality.idx @@ -1,4 +1,5 @@ min_slic3r_version = 2.5.0-alpha0 +0.2.2 General improvements. 0.2.1 Added Ender 3 Neo and Ender 3 S1 Plus. Various updates. 0.2.0 Added alternative nozzle support 0.1.5 Added Ender-3 S1 Pro diff --git a/resources/profiles/Creality.ini b/resources/profiles/Creality.ini index 82c1c0bd6..4fab957e2 100644 --- a/resources/profiles/Creality.ini +++ b/resources/profiles/Creality.ini @@ -5,7 +5,7 @@ name = Creality # Configuration version of this file. Config file will only be installed, if the config_version differs. # This means, the server may force the PrusaSlicer configuration to be downgraded. -config_version = 0.2.1 +config_version = 0.2.2 # Where to get the updates from? config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Creality/ # changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1% @@ -131,6 +131,15 @@ bed_model = ender3_bed.stl bed_texture = ender3.svg default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY; Verbatim PLA @CREALITY +#[printer_model:ENDER5PRO] +#name = Creality Ender-5 Pro +#variants = 0.4; 0.3; 0.5; 0.6 +#technology = FFF +#family = ENDER +#bed_model = ender3_bed.stl +#bed_texture = ender3.svg +#default_materials = Generic PLA @CREALITY; Generic PETG @CREALITY; Generic ABS @CREALITY; Creality PLA @CREALITY; Prusament PLA @CREALITY; Prusament PETG @CREALITY; AzureFilm PLA @CREALITY; Devil Design PLA @CREALITY; Devil Design PLA Matt @CREALITY; Devil Design PLA Galaxy @CREALITY; Extrudr PLA NX2 @CREALITY; Real Filament PLA @CREALITY; Velleman PLA @CREALITY; 3DJAKE ecoPLA @CREALITY; 3DJAKE ecoPLA Matt @CREALITY; 3DJAKE ecoPLA Tough @CREALITY; 123-3D Jupiter PLA @CREALITY; Verbatim PLA @CREALITY + [printer_model:ENDER5PLUS] name = Creality Ender-5 Plus variants = 0.4; 0.3; 0.5; 0.6 @@ -1085,10 +1094,21 @@ bed_temperature = 60 first_layer_temperature = 205 first_layer_bed_temperature = 60 filament_cost = 26.99 -filament_density = 1.36 +filament_density = 1.37 filament_colour = #FF4640 filament_spool_weight = 180 +[filament:VOXELPLA PLA Plus @CREALITY] +inherits = *PLA* +filament_vendor = VOXELPLA +temperature = 200 +bed_temperature = 60 +first_layer_temperature = 200 +first_layer_bed_temperature = 60 +filament_cost = 16.99 +filament_density = 1.24 +filament_colour = #2862C4 + # Common printer preset @@ -1106,6 +1126,7 @@ remaining_times = 0 machine_max_acceleration_e = 5000 machine_max_acceleration_extruding = 500 machine_max_acceleration_retracting = 1000 +machine_max_acceleration_travel = 500 machine_max_acceleration_x = 500 machine_max_acceleration_y = 500 machine_max_acceleration_z = 100 @@ -1119,6 +1140,7 @@ machine_max_jerk_y = 8 machine_max_jerk_z = 0.4 machine_min_extruding_rate = 0 machine_min_travel_rate = 0 +machine_limits_usage = emit_to_gcode layer_gcode = ;AFTER_LAYER_CHANGE\n;{layer_z} max_print_height = 250 printer_notes = @@ -1144,7 +1166,11 @@ z_offset = 0 printer_model = default_filament_profile = "Generic PLA @CREALITY" start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0 -end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors +end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.85} F{travel_speed*60} ; present print\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+min(max_layer_z+70, max_print_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{max_print_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors + +# Intended for printers that have exclusively shipped with a 32bit mainboard +[printer:*32bitmainboard*] +gcode_flavor = marlin2 # Intended for printers equipped with a strain gauge mechanism, like the CR-6 series [printer:*straingauge*] @@ -1158,6 +1184,10 @@ start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 [printer:*slowabl*] start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nG28 ; home all axis\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0 +# intended for printers that have RESTORE_LEVELING_AFTER_G28 enabled in firmware +[printer:*storedabl*] +start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S{first_layer_bed_temperature[0]} ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S{first_layer_temperature[0]} ; set final nozzle temp\nM190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize\nM109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0 + # Intended for printers with vendor official firmware verified to support M25 [printer:*pauseprint*] pause_print_gcode = M25 ; pause print @@ -1166,16 +1196,31 @@ pause_print_gcode = M25 ; pause print [printer:*descendingz*] end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors +# Intended for printers with a much larger bed, like the CR-10 S4/S5 series +[printer:*largebedinertia*] +machine_max_acceleration_x = 300 +machine_max_acceleration_y = 300 +machine_max_feedrate_x = 300 +machine_max_feedrate_y = 300 + [printer:*bowdencapricorn*] +#max_volumetric_extrusion_rate_slope_negative = 7 +retract_length = 4 + +[printer:*bowdenshort*] +#max_volumetric_extrusion_rate_slope_negative = 7 retract_length = 4 [printer:*bowden*] +#max_volumetric_extrusion_rate_slope_negative = 6 retract_length = 5 [printer:*bowdenlong*] +#max_volumetric_extrusion_rate_slope_negative = 5 retract_length = 6 [printer:*bowdenallmetalhotend*] +#max_volumetric_extrusion_rate_slope_negative = 6 retract_length = 3 [printer:*directdriveextruder*] @@ -1247,8 +1292,11 @@ inherits = *ENDER3*; *0.6nozzle* [printer:*ENDER3BLTOUCH*] -inherits = *ENDER3*; *fastabl* +inherits = *common*; *bowden*; *fastabl* +bed_shape = 3x3,228x3,228x228,3x228 +max_print_height = 250 printer_model = ENDER3BLTOUCH +printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3BLTOUCH\nPRINTER_HAS_BOWDEN [printer:Creality Ender-3 BLTouch (0.3 mm nozzle)] inherits = *ENDER3BLTOUCH*; *0.3nozzle* @@ -1267,7 +1315,9 @@ inherits = *ENDER3BLTOUCH*; *0.6nozzle* [printer:*ENDER3PRO*] -inherits = *ENDER3*; *pauseprint* +inherits = *common*; *bowden*; *pauseprint* +bed_shape = 3x3,228x3,228x228,3x228 +max_print_height = 250 printer_model = ENDER3PRO printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3PRO\nPRINTER_HAS_BOWDEN @@ -1276,7 +1326,7 @@ inherits = *ENDER3PRO*; *0.3nozzle* [printer:Creality Ender-3 Pro (0.4 mm nozzle)] inherits = *ENDER3PRO*; *0.4nozzle* -renamed_From = "Creality Ender-3 Pro" +renamed_from = "Creality Ender-3 Pro" [printer:Creality Ender-3 Pro (0.5 mm nozzle)] inherits = *ENDER3PRO*; *0.5nozzle* @@ -1287,7 +1337,9 @@ inherits = *ENDER3PRO*; *0.6nozzle* [printer:*ENDER3NEO*] -inherits = *ENDER3*; *fastabl* +inherits = *common*; *bowden*; *fastabl*; *32bitmainboard* +bed_shape = 3x3,228x3,228x228,3x228 +max_print_height = 250 printer_model = ENDER3NEO printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER3NEO\nPRINTER_HAS_BOWDEN @@ -1317,7 +1369,7 @@ inherits = *ENDER3V2*; *0.3nozzle* [printer:Creality Ender-3 V2 (0.4 mm nozzle)] inherits = *ENDER3V2*; *0.4nozzle* -renamed_From = "Creality Ender-3 V2"; "Creality Ender-3V2" +renamed_from = "Creality Ender-3 V2"; "Creality Ender-3V2" [printer:Creality Ender-3 V2 (0.5 mm nozzle)] inherits = *ENDER3V2*; *0.5nozzle* @@ -1328,7 +1380,7 @@ inherits = *ENDER3V2*; *0.6nozzle* [printer:*ENDER3V2NEO*] -inherits = *common*; *bowden*; *fastabl* +inherits = *common*; *bowden*; *fastabl*; *32bitmainboard* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 250 printer_model = ENDER3V2NEO @@ -1349,7 +1401,7 @@ inherits = *ENDER3V2NEO*; *0.6nozzle* [printer:*ENDER3S1*] -inherits = *common*; *fastabl*; *spriteextruder*; *pauseprint* +inherits = *common*; *storedabl*; *spriteextruder*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 270 printer_model = ENDER3S1 @@ -1360,7 +1412,7 @@ inherits = *ENDER3S1*; *0.3nozzle* [printer:Creality Ender-3 S1 (0.4 mm nozzle)] inherits = *ENDER3S1*; *0.4nozzle* -renamed_From = "Creality Ender-3 S1" +renamed_from = "Creality Ender-3 S1" [printer:Creality Ender-3 S1 (0.5 mm nozzle)] inherits = *ENDER3S1*; *0.5nozzle* @@ -1371,7 +1423,7 @@ inherits = *ENDER3S1*; *0.6nozzle* [printer:*ENDER3S1PRO*] -inherits = *common*; *fastabl*; *spriteextruder*; *pauseprint* +inherits = *common*; *storedabl*; *spriteextruder*; *pauseprint* bed_shape = 5x0,215x0,215x220,5x220 max_print_height = 270 printer_model = ENDER3S1PRO @@ -1382,7 +1434,7 @@ inherits = *ENDER3S1PRO*; *0.3nozzle* [printer:Creality Ender-3 S1 Pro (0.4 mm nozzle)] inherits = *ENDER3S1PRO*; *0.4nozzle* -renamed_From = "Creality Ender-3 S1 Pro" +renamed_from = "Creality Ender-3 S1 Pro" [printer:Creality Ender-3 S1 Pro (0.5 mm nozzle)] inherits = *ENDER3S1PRO*; *0.5nozzle* @@ -1393,7 +1445,7 @@ inherits = *ENDER3S1PRO*; *0.6nozzle* [printer:*ENDER3S1PLUS*] -inherits = *common*; *slowabl*; *spriteextruder*; *pauseprint* +inherits = *common*; *storedabl*; *spriteextruder*; *pauseprint* bed_shape = 5x5,295x5,295x295,5x295 max_print_height = 300 printer_model = ENDER3S1PLUS @@ -1425,7 +1477,7 @@ inherits = *ENDER3MAX*; *0.3nozzle* [printer:Creality Ender-3 Max (0.4 mm nozzle)] inherits = *ENDER3MAX*; *0.4nozzle* -renamed_From = "Creality Ender-3 Max" +renamed_from = "Creality Ender-3 Max" [printer:Creality Ender-3 Max (0.5 mm nozzle)] inherits = *ENDER3MAX*; *0.5nozzle* @@ -1436,7 +1488,7 @@ inherits = *ENDER3MAX*; *0.6nozzle* [printer:*ENDER3MAXNEO*] -inherits = *common*; *bowdenlong*; *slowabl* +inherits = *common*; *bowdenlong*; *slowabl*; *32bitmainboard* bed_shape = 5x5,295x5,295x295,5x295 max_print_height = 320 printer_model = ENDER3MAXNEO @@ -1468,7 +1520,7 @@ inherits = *ENDER4*; *0.3nozzle* [printer:Creality Ender-4 (0.4 mm nozzle)] inherits = *ENDER4*; *0.4nozzle* -renamed_From = "Creality Ender-4" +renamed_from = "Creality Ender-4" [printer:Creality Ender-4 (0.5 mm nozzle)] inherits = *ENDER4*; *0.5nozzle* @@ -1492,7 +1544,7 @@ inherits = *ENDER5*; *0.3nozzle* [printer:Creality Ender-5 (0.4 mm nozzle)] inherits = *ENDER5*; *0.4nozzle* -renamed_From = "Creality Ender-5" +renamed_from = "Creality Ender-5" [printer:Creality Ender-5 (0.5 mm nozzle)] inherits = *ENDER5*; *0.5nozzle* @@ -1502,6 +1554,29 @@ inherits = *ENDER5*; *0.6nozzle* +#[printer:*ENDER5PRO*] +#inherits = *common*; *bowdencapricorn*; *descendingz* +#bed_shape = 5x2.5,225x2.5,225x222.5,5x222.5 +#max_print_height = 300 +#printer_model = ENDER5PRO +#printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_CREALITY\nPRINTER_MODEL_ENDER5PRO\nPRINTER_HAS_BOWDEN +#machine_max_acceleration_e = 1000 +#machine_max_feedrate_z = 5 +# +#[printer:Creality Ender-5 Pro (0.3 mm nozzle)] +#inherits = *ENDER5PRO*; *0.3nozzle* +# +#[printer:Creality Ender-5 Pro (0.4 mm nozzle)] +#inherits = *ENDER5PRO*; *0.4nozzle* +# +#[printer:Creality Ender-5 Pro (0.5 mm nozzle)] +#inherits = *ENDER5PRO*; *0.5nozzle* +# +#[printer:Creality Ender-5 Pro (0.6 mm nozzle)] +#inherits = *ENDER5PRO*; *0.6nozzle* + + + [printer:*ENDER5PLUS*] inherits = *common*; *bowdenlong*; *slowabl*; *descendingz* bed_shape = 5x5,355x5,355x355,5x355 @@ -1518,7 +1593,7 @@ inherits = *ENDER5PLUS*; *0.3nozzle* [printer:Creality Ender-5 Plus (0.4 mm nozzle)] inherits = *ENDER5PLUS*; *0.4nozzle* -renamed_From = "Creality Ender-5 Plus" +renamed_from = "Creality Ender-5 Plus" [printer:Creality Ender-5 Plus (0.5 mm nozzle)] inherits = *ENDER5PLUS*; *0.5nozzle* @@ -1540,7 +1615,7 @@ inherits = *ENDER6*; *0.3nozzle* [printer:Creality Ender-6 (0.4 mm nozzle)] inherits = *ENDER6*; *0.4nozzle* -renamed_From = "Creality Ender-6" +renamed_from = "Creality Ender-6" [printer:Creality Ender-6 (0.5 mm nozzle)] inherits = *ENDER6*; *0.5nozzle* @@ -1562,7 +1637,7 @@ inherits = *ENDER7*; *0.3nozzle* [printer:Creality Ender-7 (0.4 mm nozzle)] inherits = *ENDER7*; *0.4nozzle* -renamed_From = "Creality Ender-7" +renamed_from = "Creality Ender-7" [printer:Creality Ender-7 (0.5 mm nozzle)] inherits = *ENDER7*; *0.5nozzle* @@ -1573,7 +1648,7 @@ inherits = *ENDER7*; *0.6nozzle* [printer:*ENDER2*] -inherits = *common*; *bowden* +inherits = *common*; *bowdenshort* bed_shape = 0x0,150x0,150x150,0x150 max_print_height = 200 printer_model = ENDER2 @@ -1584,7 +1659,7 @@ inherits = *ENDER2*; *0.3nozzle* [printer:Creality Ender-2 (0.4 mm nozzle)] inherits = *ENDER2*; *0.4nozzle* -renamed_From = "Creality Ender-2"; "Creality ENDER-2" +renamed_from = "Creality Ender-2"; "Creality ENDER-2" [printer:Creality Ender-2 (0.5 mm nozzle)] inherits = *ENDER2*; *0.5nozzle* @@ -1595,7 +1670,7 @@ inherits = *ENDER2*; *0.6nozzle* [printer:*ENDER2PRO*] -inherits = *common*; *bowden* +inherits = *common*; *bowdenshort* bed_shape = 2.5x2.5,160x2.5,160x160,2.5x160 max_print_height = 180 printer_model = ENDER2PRO @@ -1606,7 +1681,7 @@ inherits = *ENDER2PRO*; *0.3nozzle* [printer:Creality Ender-2 Pro (0.4 mm nozzle)] inherits = *ENDER2PRO*; *0.4nozzle* -renamed_From = "Creality Ender-2 Pro"; "Creality ENDER-2 Pro" +renamed_from = "Creality Ender-2 Pro"; "Creality ENDER-2 Pro" [printer:Creality Ender-2 Pro (0.5 mm nozzle)] inherits = *ENDER2PRO*; *0.5nozzle* @@ -1628,7 +1703,7 @@ inherits = *CR5PRO*; *0.3nozzle* [printer:Creality CR-5 Pro (0.4 mm nozzle)] inherits = *CR5PRO*; *0.4nozzle* -renamed_From = "Creality CR-5 Pro" +renamed_from = "Creality CR-5 Pro" [printer:Creality CR-5 Pro (0.5 mm nozzle)] inherits = *CR5PRO*; *0.5nozzle* @@ -1650,7 +1725,7 @@ inherits = *CR5PROH*; *0.3nozzle* [printer:Creality CR-5 Pro H (0.4 mm nozzle)] inherits = *CR5PROH*; *0.4nozzle* -renamed_From = "Creality CR-5 Pro H" +renamed_from = "Creality CR-5 Pro H" [printer:Creality CR-5 Pro H (0.5 mm nozzle)] inherits = *CR5PROH*; *0.5nozzle* @@ -1671,7 +1746,7 @@ inherits = *CR6SE*; *0.3nozzle* [printer:Creality CR-6 SE (0.4 mm nozzle)] inherits = *CR6SE*; *0.4nozzle* -renamed_From = "Creality CR-6 SE" +renamed_from = "Creality CR-6 SE" [printer:Creality CR-6 SE (0.5 mm nozzle)] inherits = *CR6SE*; *0.5nozzle* @@ -1693,7 +1768,7 @@ inherits = *CR6MAX*; *0.3nozzle* [printer:Creality CR-6 Max (0.4 mm nozzle)] inherits = *CR6MAX*; *0.4nozzle* -renamed_From = "Creality CR-6 Max" +renamed_from = "Creality CR-6 Max" [printer:Creality CR-6 Max (0.5 mm nozzle)] inherits = *CR6MAX*; *0.5nozzle* @@ -1715,7 +1790,7 @@ inherits = *CR10SMART*; *0.3nozzle* [printer:Creality CR-10 SMART (0.4 mm nozzle)] inherits = *CR10SMART*; *0.4nozzle* -renamed_From = "Creality CR-10 SMART" +renamed_from = "Creality CR-10 SMART" [printer:Creality CR-10 SMART (0.5 mm nozzle)] inherits = *CR10SMART*; *0.5nozzle* @@ -1758,7 +1833,7 @@ inherits = *CR10MINI*; *0.3nozzle* [printer:Creality CR-10 Mini (0.4 mm nozzle)] inherits = *CR10MINI*; *0.4nozzle* -renamed_From = "Creality CR-10 Mini" +renamed_from = "Creality CR-10 Mini" [printer:Creality CR-10 Mini (0.5 mm nozzle)] inherits = *CR10MINI*; *0.5nozzle* @@ -1780,7 +1855,7 @@ inherits = *CR10MAX*; *0.3nozzle* [printer:Creality CR-10 Max (0.4 mm nozzle)] inherits = *CR10MAX*; *0.4nozzle* -renamed_From = "Creality CR-10 Max" +renamed_from = "Creality CR-10 Max" [printer:Creality CR-10 Max (0.5 mm nozzle)] inherits = *CR10MAX*; *0.5nozzle* @@ -1802,7 +1877,7 @@ inherits = *CR10*; *0.3nozzle* [printer:Creality CR-10 (0.4 mm nozzle)] inherits = *CR10*; *0.4nozzle* -renamed_From = "Creality CR-10" +renamed_from = "Creality CR-10" [printer:Creality CR-10 (0.5 mm nozzle)] inherits = *CR10*; *0.5nozzle* @@ -1824,7 +1899,7 @@ inherits = *CR10V2*; *0.3nozzle* [printer:Creality CR-10 V2 (0.4 mm nozzle)] inherits = *CR10V2*; *0.4nozzle* -renamed_From = "Creality CR-10 V2" +renamed_from = "Creality CR-10 V2" [printer:Creality CR-10 V2 (0.5 mm nozzle)] inherits = *CR10V2*; *0.5nozzle* @@ -1846,7 +1921,7 @@ inherits = *CR10V3*; *0.3nozzle* [printer:Creality CR-10 V3 (0.4 mm nozzle)] inherits = *CR10V3*; *0.4nozzle* -renamed_From = "Creality CR-10 V3" +renamed_from = "Creality CR-10 V3" [printer:Creality CR-10 V3 (0.5 mm nozzle)] inherits = *CR10V3*; *0.5nozzle* @@ -1868,7 +1943,7 @@ inherits = *CR10S*; *0.3nozzle* [printer:Creality CR-10 S (0.4 mm nozzle)] inherits = *CR10S*; *0.4nozzle* -renamed_From = "Creality CR-10 S" +renamed_from = "Creality CR-10 S" [printer:Creality CR-10 S (0.5 mm nozzle)] inherits = *CR10S*; *0.5nozzle* @@ -1890,7 +1965,7 @@ inherits = *CR10SPRO*; *0.3nozzle* [printer:Creality CR-10 S Pro (0.4 mm nozzle)] inherits = *CR10SPRO*; *0.4nozzle* -renamed_From = "Creality CR-10 S Pro" +renamed_from = "Creality CR-10 S Pro" [printer:Creality CR-10 S Pro (0.5 mm nozzle)] inherits = *CR10SPRO*; *0.5nozzle* @@ -1912,7 +1987,7 @@ inherits = *CR10SPROV2*; *0.3nozzle* [printer:Creality CR-10 S Pro V2 (0.4 mm nozzle)] inherits = *CR10SPROV2*; *0.4nozzle* -renamed_From = "Creality CR-10 S Pro V2" +renamed_from = "Creality CR-10 S Pro V2" [printer:Creality CR-10 S Pro V2 (0.5 mm nozzle)] inherits = *CR10SPROV2*; *0.5nozzle* @@ -1923,7 +1998,7 @@ inherits = *CR10SPROV2*; *0.6nozzle* [printer:*CR10S4*] -inherits = *common*; *bowdenlong* +inherits = *common*; *bowdenlong*; *largebedinertia* bed_shape = 5x5,395x5,395x395,5x395 max_print_height = 400 printer_model = CR10S4 @@ -1934,7 +2009,7 @@ inherits = *CR10S4*; *0.3nozzle* [printer:Creality CR-10 S4 (0.4 mm nozzle)] inherits = *CR10S4*; *0.4nozzle* -renamed_From = "Creality CR-10 S4" +renamed_from = "Creality CR-10 S4" [printer:Creality CR-10 S4 (0.5 mm nozzle)] inherits = *CR10S4*; *0.5nozzle* @@ -1945,7 +2020,7 @@ inherits = *CR10S4*; *0.6nozzle* [printer:*CR10S5*] -inherits = *common*; *bowdenlong* +inherits = *common*; *bowdenlong*; *largebedinertia* bed_shape = 5x5,505x5,505x505,5x505 max_print_height = 500 printer_model = CR10S5 @@ -1956,7 +2031,7 @@ inherits = *CR10S5*; *0.3nozzle* [printer:Creality CR-10 S5 (0.4 mm nozzle)] inherits = *CR10S5*; *0.4nozzle* -renamed_From = "Creality CR-10 S5" +renamed_from = "Creality CR-10 S5" [printer:Creality CR-10 S5 (0.5 mm nozzle)] inherits = *CR10S5*; *0.5nozzle* @@ -1976,7 +2051,7 @@ inherits = *CR20*; *0.3nozzle* [printer:Creality CR-20 (0.4 mm nozzle)] inherits = *CR20*; *0.4nozzle* -renamed_From = "Creality CR-20" +renamed_from = "Creality CR-20" [printer:Creality CR-20 (0.5 mm nozzle)] inherits = *CR20*; *0.5nozzle* @@ -1996,7 +2071,7 @@ inherits = *CR20PRO*; *0.3nozzle* [printer:Creality CR-20 Pro (0.4 mm nozzle)] inherits = *CR20PRO*; *0.4nozzle* -renamed_From = "Creality CR-20 Pro" +renamed_from = "Creality CR-20 Pro" [printer:Creality CR-20 Pro (0.5 mm nozzle)] inherits = *CR20PRO*; *0.5nozzle* @@ -2018,7 +2093,7 @@ inherits = *CR200B*; *0.3nozzle* [printer:Creality CR-200B (0.4 mm nozzle)] inherits = *CR200B*; *0.4nozzle* -renamed_From = "Creality CR-200B" +renamed_from = "Creality CR-200B" [printer:Creality CR-200B (0.5 mm nozzle)] inherits = *CR200B*; *0.5nozzle* @@ -2040,7 +2115,7 @@ inherits = *CR8*; *0.3nozzle* [printer:Creality CR-8 (0.4 mm nozzle)] inherits = *CR8*; *0.4nozzle* -renamed_From = "Creality CR-8" +renamed_from = "Creality CR-8" [printer:Creality CR-8 (0.5 mm nozzle)] inherits = *CR8*; *0.5nozzle* @@ -2062,7 +2137,7 @@ inherits = *SERMOOND1*; *0.3nozzle* [printer:Creality Sermoon-D1 (0.4 mm nozzle)] inherits = *SERMOOND1*; *0.4nozzle* -renamed_From = "Creality Sermoon-D1" +renamed_from = "Creality Sermoon-D1" [printer:Creality Sermoon-D1 (0.5 mm nozzle)] inherits = *SERMOOND1*; *0.5nozzle*