-
-
Notifications
You must be signed in to change notification settings - Fork 869
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General improvments to RatRig V-Core 4 & V-Core 4 HYBRID (#5966)
Resolves #5932 **The following changes made are made to all V-Core 4 versions** - Improved cover's quality ![after](https://github.com/SoftFever/OrcaSlicer/assets/103969142/ecc22214-4e5e-4286-9baf-ce67e67912c7) - Added RatRig's PunkFil ABS, PETG, and PETG CF filaments - Added PETG-CF10 filament type & RatRig to filament vendors - Increased max z speed to 200 from 50 and max acceleration travel to 10,000 from 9,000 - Enabled wipe and z hop, as well as, increased retract before wipe to 70% from 0% - Improved layer change G-Code - Fixed pause G-Code - Added extruder clearance parameters *Almost all of these changes come from @nameisCruzCruz in #5932
- Loading branch information
Showing
30 changed files
with
525 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.39 KB
(120%)
resources/profiles/Ratrig/RatRig V-Core 4 HYBRID 300_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.39 KB
(120%)
resources/profiles/Ratrig/RatRig V-Core 4 HYBRID 400_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.39 KB
(120%)
resources/profiles/Ratrig/RatRig V-Core 4 HYBRID 500_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions
96
resources/profiles/Ratrig/filament/RatRig PunkFil ABS.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "RatRig PunkFil ABS", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_abs", | ||
"filament_flow_ratio": [ | ||
"0.92" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"40" | ||
], | ||
"filament_z_hop": [ | ||
"nil" | ||
], | ||
"enable_pressure_advance": [ | ||
"1" | ||
], | ||
"pressure_advance": [ | ||
"0.022" | ||
], | ||
"hot_plate_temp_initial_layer" : [ | ||
"110" | ||
], | ||
"hot_plate_temp" : [ | ||
"110" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"260" | ||
], | ||
"nozzle_temperature": [ | ||
"260" | ||
], | ||
"close_fan_the_first_x_layers": [ | ||
"2" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"7" | ||
], | ||
"fan_max_speed": [ | ||
"60" | ||
], | ||
"fan_min_speed": [ | ||
"30" | ||
], | ||
"overhang_fan_speed": [ | ||
"60" | ||
], | ||
"overhang_fan_threshold": [ | ||
"25%" | ||
], | ||
"slow_down_min_speed": [ | ||
"50" | ||
], | ||
"slow_down_layer_time": [ | ||
"2" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"filament_cost": [ | ||
"25.5" | ||
], | ||
"filament_vendor": [ | ||
"RatRig" | ||
], | ||
"compatible_printers": [ | ||
"RatRig V-Core 3 200 0.4 nozzle", | ||
"RatRig V-Core 3 300 0.4 nozzle", | ||
"RatRig V-Core 3 400 0.4 nozzle", | ||
"RatRig V-Core 3 500 0.4 nozzle", | ||
"RatRig V-Minion 0.4 nozzle", | ||
"RatRig V-Cast 0.4 nozzle", | ||
"RatRig V-Cast 0.6 nozzle", | ||
"RatRig V-Core 4 300 0.4 nozzle", | ||
"RatRig V-Core 4 400 0.4 nozzle", | ||
"RatRig V-Core 4 500 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle", | ||
"RatRig V-Core 4 300 0.5 nozzle", | ||
"RatRig V-Core 4 400 0.5 nozzle", | ||
"RatRig V-Core 4 500 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle", | ||
"RatRig V-Core 4 300 0.6 nozzle", | ||
"RatRig V-Core 4 400 0.6 nozzle", | ||
"RatRig V-Core 4 500 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle" | ||
] | ||
} |
99 changes: 99 additions & 0 deletions
99
resources/profiles/Ratrig/filament/RatRig PunkFil PETG CF.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "RatRig PunkFil PETG CF", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pet", | ||
"filament_flow_ratio": [ | ||
"0.93" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"20" | ||
], | ||
"filament_z_hop": [ | ||
"nil" | ||
], | ||
"enable_pressure_advance": [ | ||
"1" | ||
], | ||
"pressure_advance": [ | ||
"0.038" | ||
], | ||
"hot_plate_temp_initial_layer" : [ | ||
"80" | ||
], | ||
"hot_plate_temp" : [ | ||
"80" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"230" | ||
], | ||
"nozzle_temperature": [ | ||
"230" | ||
], | ||
"close_fan_the_first_x_layers": [ | ||
"2" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"10" | ||
], | ||
"fan_max_speed": [ | ||
"30" | ||
], | ||
"fan_min_speed": [ | ||
"0" | ||
], | ||
"overhang_fan_speed": [ | ||
"40" | ||
], | ||
"overhang_fan_threshold": [ | ||
"50%" | ||
], | ||
"slow_down_min_speed": [ | ||
"30" | ||
], | ||
"slow_down_layer_time": [ | ||
"8" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"filament_cost": [ | ||
"48" | ||
], | ||
"filament_type": [ | ||
"PETG-CF10" | ||
], | ||
"filament_vendor": [ | ||
"RatRig" | ||
], | ||
"compatible_printers": [ | ||
"RatRig V-Core 3 200 0.4 nozzle", | ||
"RatRig V-Core 3 300 0.4 nozzle", | ||
"RatRig V-Core 3 400 0.4 nozzle", | ||
"RatRig V-Core 3 500 0.4 nozzle", | ||
"RatRig V-Minion 0.4 nozzle", | ||
"RatRig V-Cast 0.4 nozzle", | ||
"RatRig V-Cast 0.6 nozzle", | ||
"RatRig V-Core 4 300 0.4 nozzle", | ||
"RatRig V-Core 4 400 0.4 nozzle", | ||
"RatRig V-Core 4 500 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle", | ||
"RatRig V-Core 4 300 0.5 nozzle", | ||
"RatRig V-Core 4 400 0.5 nozzle", | ||
"RatRig V-Core 4 500 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle", | ||
"RatRig V-Core 4 300 0.6 nozzle", | ||
"RatRig V-Core 4 400 0.6 nozzle", | ||
"RatRig V-Core 4 500 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle" | ||
] | ||
} |
96 changes: 96 additions & 0 deletions
96
resources/profiles/Ratrig/filament/RatRig PunkFil PETG.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFB99", | ||
"setting_id": "GFSA04", | ||
"name": "RatRig PunkFil PETG", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pet", | ||
"filament_flow_ratio": [ | ||
"0.93" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"40" | ||
], | ||
"filament_z_hop": [ | ||
"nil" | ||
], | ||
"enable_pressure_advance": [ | ||
"1" | ||
], | ||
"pressure_advance": [ | ||
"0.025" | ||
], | ||
"hot_plate_temp_initial_layer" : [ | ||
"80" | ||
], | ||
"hot_plate_temp" : [ | ||
"80" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"235" | ||
], | ||
"nozzle_temperature": [ | ||
"235" | ||
], | ||
"close_fan_the_first_x_layers": [ | ||
"2" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"8" | ||
], | ||
"fan_max_speed": [ | ||
"60" | ||
], | ||
"fan_min_speed": [ | ||
"30" | ||
], | ||
"overhang_fan_speed": [ | ||
"50" | ||
], | ||
"overhang_fan_threshold": [ | ||
"50%" | ||
], | ||
"slow_down_min_speed": [ | ||
"50" | ||
], | ||
"slow_down_layer_time": [ | ||
"2" | ||
], | ||
"slow_down_for_layer_cooling": [ | ||
"1" | ||
], | ||
"filament_cost": [ | ||
"24.5" | ||
], | ||
"filament_vendor": [ | ||
"RatRig" | ||
], | ||
"compatible_printers": [ | ||
"RatRig V-Core 3 200 0.4 nozzle", | ||
"RatRig V-Core 3 300 0.4 nozzle", | ||
"RatRig V-Core 3 400 0.4 nozzle", | ||
"RatRig V-Core 3 500 0.4 nozzle", | ||
"RatRig V-Minion 0.4 nozzle", | ||
"RatRig V-Cast 0.4 nozzle", | ||
"RatRig V-Cast 0.6 nozzle", | ||
"RatRig V-Core 4 300 0.4 nozzle", | ||
"RatRig V-Core 4 400 0.4 nozzle", | ||
"RatRig V-Core 4 500 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.4 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.4 nozzle", | ||
"RatRig V-Core 4 300 0.5 nozzle", | ||
"RatRig V-Core 4 400 0.5 nozzle", | ||
"RatRig V-Core 4 500 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.5 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.5 nozzle", | ||
"RatRig V-Core 4 300 0.6 nozzle", | ||
"RatRig V-Core 4 400 0.6 nozzle", | ||
"RatRig V-Core 4 500 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 300 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 400 0.6 nozzle", | ||
"RatRig V-Core 4 HYBRID 500 0.6 nozzle" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.