Explorar el Código

Prusa => Průša

Scott Lahteine hace 3 años
padre
commit
4955aa5b78

+ 4
- 4
Marlin/Configuration.h Ver fichero

@@ -177,7 +177,7 @@
177 177
 #endif
178 178
 
179 179
 /**
180
- * Prusa Multi-Material Unit v2
180
+ * Průša Multi-Material Unit v2
181 181
  *
182 182
  * Requires NOZZLE_PARK_FEATURE to park print head in case MMU unit fails.
183 183
  * Requires EXTRUDERS = 5
@@ -373,7 +373,7 @@
373 373
  *     4 : 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
374 374
  *     5 : 100K thermistor - ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan, J-Head, and E3D) (4.7k pullup)
375 375
  *   501 : 100K Zonestar (Tronxy X3A) Thermistor
376
- *   502 : 100K Zonestar Thermistor used by hot bed in Zonestar Prusa P802M
376
+ *   502 : 100K Zonestar Thermistor used by hot bed in Zonestar Průša P802M
377 377
  *   512 : 100k RPW-Ultra hotend thermistor (4.7k pullup)
378 378
  *     6 : 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
379 379
  *     7 : 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)
@@ -1720,9 +1720,9 @@
1720 1720
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1721 1721
 
1722 1722
 /**
1723
- * Info Screen Style (0:Classic, 1:Prusa)
1723
+ * Info Screen Style (0:Classic, 1:Průša)
1724 1724
  *
1725
- * :[0:'Classic', 1:'Prusa']
1725
+ * :[0:'Classic', 1:'Průša']
1726 1726
  */
1727 1727
 #define LCD_INFO_SCREEN_STYLE 0
1728 1728
 

+ 4
- 4
Marlin/Configuration_adv.h Ver fichero

@@ -2424,7 +2424,7 @@
2424 2424
    * CHOPPER_DEFAULT_24V
2425 2425
    * CHOPPER_DEFAULT_36V
2426 2426
    * CHOPPER_09STEP_24V   // 0.9 degree steppers (24V)
2427
-   * CHOPPER_PRUSAMK3_24V // Imported parameters from the official Prusa firmware for MK3 (24V)
2427
+   * CHOPPER_PRUSAMK3_24V // Imported parameters from the official Průša firmware for MK3 (24V)
2428 2428
    * CHOPPER_MARLIN_119   // Old defaults from Marlin v1.1.9
2429 2429
    *
2430 2430
    * Define you own with
@@ -3396,7 +3396,7 @@
3396 3396
 #endif
3397 3397
 
3398 3398
 /**
3399
- * Prusa Multi-Material Unit v2
3399
+ * Průša Multi-Material Unit v2
3400 3400
  * Enable in Configuration.h
3401 3401
  */
3402 3402
 #if ENABLED(PRUSA_MMU2)
@@ -3420,7 +3420,7 @@
3420 3420
   //#define MMU2_MENUS
3421 3421
   #if ENABLED(MMU2_MENUS)
3422 3422
     // Settings for filament load / unload from the LCD menu.
3423
-    // This is for Prusa MK3-style extruders. Customize for your hardware.
3423
+    // This is for Průša MK3-style extruders. Customize for your hardware.
3424 3424
     #define MMU2_FILAMENTCHANGE_EJECT_FEED 80.0
3425 3425
     #define MMU2_LOAD_TO_NOZZLE_SEQUENCE \
3426 3426
       {  7.2, 1145 }, \
@@ -3446,7 +3446,7 @@
3446 3446
   /**
3447 3447
    * MMU Extruder Sensor
3448 3448
    *
3449
-   * Support for a Prusa (or other) IR Sensor to detect filament near the extruder
3449
+   * Support for a Průša (or other) IR Sensor to detect filament near the extruder
3450 3450
    * and make loading more reliable. Suitable for an extruder equipped with a filament
3451 3451
    * sensor less than 38mm from the gears.
3452 3452
    *

+ 2
- 2
Marlin/src/MarlinCore.cpp Ver fichero

@@ -684,7 +684,7 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) {
684 684
  *  - Read Buttons and Update the LCD
685 685
  *  - Run i2c Position Encoders
686 686
  *  - Auto-report Temperatures / SD Status
687
- *  - Update the Prusa MMU2
687
+ *  - Update the Průša MMU2
688 688
  *  - Handle Joystick jogging
689 689
  */
690 690
 void idle(TERN_(ADVANCED_PAUSE_FEATURE, bool no_stepper_sleep/*=false*/)) {
@@ -760,7 +760,7 @@ void idle(TERN_(ADVANCED_PAUSE_FEATURE, bool no_stepper_sleep/*=false*/)) {
760 760
     }
761 761
   #endif
762 762
 
763
-  // Update the Prusa MMU2
763
+  // Update the Průša MMU2
764 764
   TERN_(PRUSA_MMU2, mmu2.mmu_loop());
765 765
 
766 766
   // Handle Joystick jogging

+ 1
- 1
Marlin/src/gcode/calibrate/G76_M871.cpp Ver fichero

@@ -45,7 +45,7 @@
45 45
  *  - When calibrating bed, probe temperature is held constant.
46 46
  *    Compensation values are deltas to first probe measurement at bed temp. = 60°C.
47 47
  *  - The hotend will not be heated at any time.
48
- *  - On my Prusa MK3S clone I put a piece of paper between the probe and the hotend
48
+ *  - On my Průša MK3S clone I put a piece of paper between the probe and the hotend
49 49
  *    so the hotend fan would not cool my probe constantly. Alternativly you could just
50 50
  *    make sure the fan is not running while running the calibration process.
51 51
  *

+ 1
- 1
Marlin/src/inc/Conditionals_LCD.h Ver fichero

@@ -512,7 +512,7 @@
512 512
   #undef DISABLE_INACTIVE_EXTRUDER
513 513
 #endif
514 514
 
515
-// Prusa MK2 Multiplexer and MMU 2.0 force SINGLENOZZLE
515
+// Průša MK2 Multiplexer and MMU 2.0 force SINGLENOZZLE
516 516
 #if EITHER(MK2_MULTIPLEXER, PRUSA_MMU2)
517 517
   #define SINGLENOZZLE
518 518
 #endif

+ 1
- 1
Marlin/src/inc/SanityCheck.h Ver fichero

@@ -2876,7 +2876,7 @@ static_assert(   _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2)
2876 2876
 #endif
2877 2877
 
2878 2878
 /**
2879
- * Prusa MMU2 requirements
2879
+ * Průša MMU2 requirements
2880 2880
  */
2881 2881
 #if ENABLED(PRUSA_MMU2)
2882 2882
   #if EXTRUDERS != 5

+ 1
- 1
Marlin/src/module/thermistor/thermistors.h Ver fichero

@@ -72,7 +72,7 @@ typedef struct { int16_t value, celsius; } temp_entry_t;
72 72
 #if ANY_THERMISTOR_IS(501) // 100K Zonestar thermistor
73 73
   #include "thermistor_501.h"
74 74
 #endif
75
-#if ANY_THERMISTOR_IS(502) // Unknown thermistor used by the Zonestar Prusa P802M hot bed
75
+#if ANY_THERMISTOR_IS(502) // Unknown thermistor used by the Zonestar Průša P802M hot bed
76 76
   #include "thermistor_502.h"
77 77
 #endif
78 78
 #if ANY_THERMISTOR_IS(512) // 100k thermistor in RPW-Ultra hotend, Pull-up = 4.7 kOhm, "unknown model"

+ 1
- 1
Marlin/src/pins/stm32f4/pins_LERDGE_S.h Ver fichero

@@ -127,7 +127,7 @@
127 127
 #endif
128 128
 
129 129
 //
130
-// Prusa i3 MK2 Multi Material Multiplexer Support
130
+// Průša i3 MK2 Multi Material Multiplexer Support
131 131
 //
132 132
 //#define E_MUX0_PIN                        -1
133 133
 //#define E_MUX1_PIN                        -1

+ 1
- 1
Marlin/src/pins/stm32f4/pins_VAKE403D.h Ver fichero

@@ -147,7 +147,7 @@
147 147
 //#define NEOPIXEL_PIN                      PF13
148 148
 
149 149
 //
150
-// Prusa i3 MK2 Multi Material Multiplexer Support
150
+// Průša i3 MK2 Multi Material Multiplexer Support
151 151
 //
152 152
 //#define E_MUX0_PIN                        PG3
153 153
 //#define E_MUX1_PIN                        PG4

Loading…
Cancelar
Guardar