Prusa CORE One Profiles (#9352)

* update profiles from 3b3aa19543

* capitalize SPEED

* Capitalize SPEED

* sync with cac592a462 (diff-b2ec55404a83d29c6c998171282a456702f47a98bade1a24aa583ea65c4314e0)

* sync with 1d5331b7d9

there was an issue with the filament start gcode conversion that appears to make the gcode invalid

* tweak Prusa CORE One

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Brandon Wees
2025-05-02 12:02:37 -04:00
committed by GitHub
parent a4f35e0291
commit 2304e6a9cd
145 changed files with 5176 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
"default_filament_profile": "Prusament PLA @CORE One HF 0.8",
"default_print_profile": "0.40mm STRUCTURAL @CORE One HF 0.8",
"deretraction_speed": "15",
"from": "system",
"inherits": "Prusa CORE One HF 0.4 nozzle",
"instantiation": "true",
"max_layer_height": "0.6",
"min_layer_height": "0.2",
"name": "Prusa CORE One HF 0.8 nozzle",
"nozzle_diameter": [
"0.8"
],
"printer_model": "Prusa CORE One HF",
"printer_variant": "0.8",
"retract_before_wipe": "50",
"retraction_length": "0.6",
"retraction_speed": "15",
"type": "machine",
"wipe": "1",
"z_hop": "0.25"
}